0

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:

zmalqp
  • 1
  • 1
  • 1

1 Answers1

0

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

Community
  • 1
  • 1
Mark Borgerding
  • 8,117
  • 4
  • 30
  • 51
  • Thank you for reply Mr. Mark . Could you explain more details please . i'm sorry about that i didin't get it. I'd like to enter only one array. – zmalqp Jan 22 '15 at 10:00