Hi,
I am using the DSP FFT library (FPU v120) for C2000 series (tms320c28335).
My intention is to compute FFT of an input sine wave 0f 50 Hz over sampling rate 1000Hz. When I try to compute FFT for 512, 1024 and 2048 points i am getting strange outputs.
Please follow for input sine wave 0f 50 Hz over sampling rate 1000Hz -
FFT Points - Highest peak
512 - 24/25
1024 - 49/50
2048 - 101/102
Yes the output is shifting to either sides, when using lesser or higher FFT points than 1024.
1. Is the limitation with the library, that it can be used only for 1024 points..??
2. If yes, how can i use the same library for computing the FFT for 2048 point resolution..?
3. If 2 is not possible, is there any other alternative solution, or any other library to compute the FFT for 2048 FFT points..?
Thanks in advance, please respond with any or all possible solutions..
- arpan