Hi everybody,
I need your help in order to solve a problem.
I have a signal to process with the following fixed parameters :
- Fs (sampling frequency) = 25K Hz
- Delta_f (Frequency resolution) = 0.25 Hz
Starting from these parameters the total FFT’s points is Nfft = Fs / Delfa_f = 100 K points.
I analyzed CMSIS DSP Lib for MSP432XX . It computes up to 4096 FFT points only.
My question is : How can I compute this very large FFT using MSP432XX family ? Or is there some other family TI’s DSP / microcontroller ?
NOTE: I compute sampling operations once per hour so I don’t need real time processing.
Thanks for reply
Andrea
