I started with learning C a few days ago and i would like to include KISS_FFT Library in visual studio and Eclips. Please help me how i can do that.
You will find the library in this link:
I started with learning C a few days ago and i would like to include KISS_FFT Library in visual studio and Eclips. Please help me how i can do that.
You will find the library in this link:
Just add the kiss_fft.c file to your build project.
If you are using real and/or multi-dimensional FFTs, you will also need to build the appropriate .c files from tools/
I do not use Visual Studio nor Eclipse, but a quick googling found this and this