hi iam trying to find FFT using stm32F4 discovery board. i have tried using CFFT and RFFT available in arm CMSIS DSP library but iam getting wrong answers. Can someone please tell me where iam wrong. Iam posting the code below for both RFFT and CFFT ?
-----------------------------------------------------------------*/ #include "main.h" #include "usb_host.h" /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ #define ARM_MATH_CM4 #incl...