WiIl I be able to calculate THD using 25 numbers of ADC samples?
I have a memeory constraint with my design and now I can store only 25 numbers of ADC samples for each channel (and there are 84 channel to be handled).
Whether I can use "CFFT32_brev1(ipcb_pntr,ipcb,N)"
Where, N = 25, NUM_MAX_HARMONIC = 25,ipcb is a buffer with size 25
and CFFT32 fft = CFFT32_128P_DEFAULTS.
Please let me know whether this will give result for THD?