This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FFT Computation using CMSIS DSP library

I have a code that computes FFT using fftpack functions npy_rffti and npy_rfftf . I want to replace them using arm library functions. I have a real signal. I wrote the below code.

Below is my existing code with fftpack functions:

Both produce very different values of FFT. What am i doing wrong? Any help is appreciated. Thanks

0