/FFT

Primary LanguageC++

FFT and DFT

Build:

make build

Run:

./fft

For plotting result (Gnuplot):

make plot

Program takes data from data.dat and calculates FFT into resilt.dat.

Also program computes absolute values (spectrum) and puts it into abs.dat.