Programming & DevOps
Frequency Spectrum Analysis with FFT in Rust (library spectrum-analyzer)
One week ago FFT (Fast Fourier Transformation) and frequency spectrum analysis were still a mysterium to me. Because I have a long time planned side project (live beat detection to music) and had some time, I started to make a deep dive into digital signal processing (DSP), including lowpass filters Read more…