Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-19 | added example for pitch tracking via FFT | Robin Haberkorn | 1 | -0/+17 | |
2023-12-19 | added a free sample to be used with the FFT examples | Robin Haberkorn | 1 | -2/+2 | |
* license of the project is GPLv3 now | |||||
2023-12-19 | added FFT Jupyter notebook | Robin Haberkorn | 1 | -1/+1 | |
* This still refers to a wave file that shouldn't be checked in. | |||||
2023-12-19 | fft.lua: added support for Fourier analysis (FFT/IFFT) | Robin Haberkorn | 1 | -0/+38 | |
* 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). |