jwuttke / gsltest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 60.4%Language:CMake 39.6%