I'm carrying on a new embedded systems project that analyse input frequency and get the coefficients of the frequencies and produces some information based on this information.
I will be using Tiva C TM4C Microcontroller, and I've done heaps of search to find any compatible C language FFT library and I've failed.
I actually found some general Libraries like FFTW and KissFFT, But I've failed to use them as I think they are very complicated and couldn't manage to find code examples or even a user manual or so.
So Can anyone help me finding the good Library I'm looking for? Or even a how-to-use manual for FFTW/KissFFT libraries?