Part Number: MSPM0G1107
Other Parts Discussed in Thread: ADS131M04
Tool/software:
We are designed with MSPM0 based processor for one of digital signal processing application.
We are collected 512 sampled of 16-bit ADC data through ADS131M04 sampling with 8192 Hz and processing the data using CMSIS FFT Q15 library to find the Maximum Frequency Index.
Input Signal: gDstBuffer[NUM_SAMPLES]
Output FFT: gFFTOutput[NUM_SAMPLES]
Is it possible to provide proper steps to follow the FFT process for 512 sampled 16-bit ADC data to find the Maximum Frequency Index.