/gsltest

Primary LanguageC++

FFT_example

FFT example in C++ with GSL (GNU Scientific Library)

The program FFTExample implements the FFT demo described here

Maybe you need to install cmake and/or gsl. If so, type

sudo apt-get install cmake libgsl0-dev gsl-bin

To compile the utility in a Ubuntu system, just go to the FFTExample directory and type

cmake .
make

The usage is

./FTTExample