Index of /jutut/kuvat/programming_examples/fftanalyzer

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2025-01-04 04:27 380 The build script for GNU make
[TXT]README.html2025-01-04 16:20 1.3KInstructions, also shown below
[TXT]fft-fftw.cc2025-01-04 23:43 4.0KA test FFT module that only uses libFFTW3
[TXT]fft.hh2025-01-04 18:55 5.3KThe interface for DFT methods
[TXT]main.cc2025-01-04 21:20 8.1KThe main program
[TXT]fft-orig.cc2025-01-04 05:42 11KThe FFT module shown in the video
[TXT]fft-improved.cc2025-01-04 21:38 22KThe FFT module with some performance improvements

This folder contains supplementary material for this video: https://www.youtube.com/watch?v=C4tHxouarGc

Copy one of fft-orig.cc or fft-improved.cc into fft.cc.
Then you can use the supplied Makefile (i.e. simply type make to build).

Notes for building:




*) “Apparently that is Unicode's fault. Subscript numbers 0-9 do not belong to (X)ID_Continue, because their category is Number, Other (No), not Number, Decimal (Nd).” (Parabolicus)