Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-19 | fft.lua: documented module | Robin Haberkorn | 1 | -40/+145 | |
2023-12-19 | fft.lua: added Hann(ing) window function | Robin Haberkorn | 1 | -2/+15 | |
2023-12-19 | fft.lua: added support for Fourier analysis (FFT/IFFT) | Robin Haberkorn | 1 | -0/+304 | |
* Allows one-time analysis of arrays or short streams. * Transformation on real-time streams * Magnitude and phase extraction * Windowing (only Hamming for the time being). |