FFT spectral resolution not enough
Hello comunity,
I am using the CMSIS DSP library in order to perform FFT to 1412 sample set with a sampling freq of 16.83Khz.
I am trying different approaches to find the 16th harmonic after the fft, but i get an inaccurate value.
for example, Zero-padiing until 4096(supported length) is an spectral resolution of 16.83Khz/4096 = 4.10Hz
but for a fundamental freq of 11.9 i need to get the freqs values 11.9*16 = 190.4
Can anyone knows how can i achieve this?
