Hello,
How to perform FFT and frequency binning operation using MSPM0L1306 with Code Composer Studio.
Any libraries available?
Any video tutorials available for the same?
Thanks,
Neeraja
Hello,
How to perform FFT and frequency binning operation using MSPM0L1306 with Code Composer Studio.
Any libraries available?
Any video tutorials available for the same?
Thanks,
Neeraja
Hi Neeraja,
We have the cmsis_dsp_fft_q15 example in our SDK for the MSPM0L1306 includes the arm transform functions from the CMSIS library. This example performs a FFT on two sin waves and finds the bin with the maximum energy as well as the energy value. To add binning, you can average groups of bins that divide evenly into output for the energy values and add the frequency ranges of the grouped bins.
Best Regards,
Brian