Compute an Fast Fourier Transform.
Definition fft.hh:38
void init()
Definition fft.cc:44
void html()
Print a nice plot of the FFT to stdout that can be viewed with a web browser.
Definition fft.cc:107
fftw_complex * get()
Definition fft.cc:64
void ascii()
Print the FFT data to stdout.
Definition fft.cc:70
std::string json()
Print the FFT data as a json object to stdout.
Definition fft.cc:83
void update()
Definition fft.cc:46
An abstract base class for modules.
Definition module.hh:39
Definition additive_saw.cc:24