mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#signalprocessing

0 posts0 participants0 posts today

I’m giving a ‘special talk’ on April 12 (tomorrow) at 14:00 at @clab.tw 科技媒體實驗平台 in Taipei (Taiwan), about “Temporary and Distributed Libraries, active and independent librarianship”, as part of the great Radiotopia event co-organised by the Toolkit of Care project and C-LAB, with artists and activists using radio as a medium and a concept, curated by @shulea2, and coordinated by @stwst_linz (Linz, Austria) and @agenceapo33 (Nantes, France).
radiotopia.clab.org.tw/

#antenna #signalprocessing #audioart #binaural #electromagnetic #interference #microphones #audiorecording #radio #radioart #radiowaves #transmissionart #soundfrequency #sound #soundart #soundartist #klangkunst #soundinstallation #soundartinstallation #soundsculpture
#soundscapes #acousticspace #sonicworld #vibration #soundarchive #audiology #soundscience #soundstudies

The Fourier Transform is a mathematical operation that transforms a function of time (or space) into a function of frequency. It decomposes a complex signal into its constituent sinusoidal components, each with a specific frequency, amplitude, and phase. This is particularly useful in many fields, such as signal processing, physics, and engineering, because it allows for analysing the frequency characteristics of signals. The Fourier Transform provides a bridge between the time and frequency domains, enabling the analysis and manipulation of signals in more intuitive and computationally efficient ways. The result of applying a Fourier Transform is often represented as a spectrum, showing how much of each frequency is present in the original signal.

f^(ξ)=f(x) ei2πξxdx,ξR.

Inverse Fourier Transform:
f(x)=f^(ξ) ei2πξxdξ,xR.

The equation allows us to listen to mp3s today. Digital Music Couldn’t Exist Without the Fourier Transform: bit.ly/22kbNfi

Gizmodo · Digital Music Couldn't Exist Without the Fourier TransformThis is the Fourier Transform. You can thank it for providing the music you stream every day, squeezing down the images you see on the Internet into tiny

Wavelet-Based Spectrum Analyzer! 🎶

FFT has long been the go-to method for visualizing audio spectra, but what if there’s a faster and more efficient alternative? Enter the Haar Wavelet Transform: a technique that provides logarithmic frequency resolution while being even more computationally efficient than FFT-based analysis.

Stay tuned for a deep dive into how wavelets can be used for real-time spectral analysis—no FFTs required!

Some preview: gist.github.com/ashafq/99d468d

#dsp#wavelets#audio

Forget the AI hype - FFT is the real unsung hero of computing...

The Fast Fourier Transform (FFT) is everywhere: multiplying large numbers, audio and video compression, high-frequency trading, weather prediction - you name it. It’s also the foundation of other key transforms: DCT for image compression, MDCT for audio compression, MFCC for machine learning, and more.

FFT is the most underrated algorithm of the 20th and 21st century — change my mind.

The first time I saw the Fourier Matrix and finally understood the Cooley-Tukey FFT, I was hooked. There’s something beautiful and elegant about its tree-like structure. Someday, I will probably write about what happens when you unravel FFT's recursion, and how it is related to the `rbit` instruction on ARM CPU. And sometimes, I just sit at my computer, and code away to make FFT run faster. It's relaxing...

Here’s one of my little achievement: A 4-point complex-to-complex FFT in just **11** AVX2 instructions. By itself, a 4-point FFT isn’t much, but as a kernel, it helps build higher-order FFTs with blazing efficiency.

Full demo implementation is on GitHub, which computes 256 point FFT under 1 micro-second on 12th gen Intel Processors.

gist.github.com/ashafq/eef8ef3

Engineering is all about figuring out what is “good enough” to get the job done...

Back in the '90s, John Carmack and the team at ID Software faced a significant challenge. The computationally expensive inverse square root was holding back their goal of achieving playable frame rates in games. John Carmack’s ingenious contribution, the Fast Inverse Square Root (FISR), was an amazing achievement. While he might not have been the very first to explore this idea, his implementation was both innovative and influential. Also, I am not sure if Carmack was aware of any prior art of FISR. (Correct me if I am wrong)

Fast-forward a few decades, and I now find myself working in the field of Audio Signal Processing. When it comes to computing signal strength in decibels (20 log10(x)), the standard approach can be quite expensive computationally. Thus, the code below was my little achievement. Is it accurate? Of course not! But, it is close enough to about half a decibel. It even becomes more accurate the closer the signal goes towards zero.

When processing speech data from a microphone, the signal strength is much lower than -30 dB FS, where this function is typically 0.6% accurate to the real function. That means those expensive calls to logarithmic functions can be safely eliminated in many real-world applications.

I really admire these kinds of small innovations. They might not get a lot of media attention or the spotlight, but they can have a tangible impact: whether it’s enabling a smooth gameplay of Quake III Arena or extending battery life by reducing computational overhead.

Exploring Deep Space Communication: The Intersection of Amateur Radio and Advanced Technology

In a fascinating blend of amateur radio and cutting-edge technology, enthusiasts are pushing the boundaries of communication by reaching out to deep-space probes. This article delves into the technica...

news.lavx.hu/article/exploring

Ingrid Daubechies: The Mathematician Behind Modern Imaging Honored with National Medal of Science

In a groundbreaking recognition, mathematician Ingrid Daubechies has been awarded the National Medal of Science for her transformative contributions to signal processing. Known as 'The Godmother of th...

news.lavx.hu/article/ingrid-da