User Activity

Posted on October 16, 2014 at 17:02Hi,I'm using CMSIS DSP Libraries with a microcontroller STM32F4 to compute FFT. Here is my function code to compute the FFT:void fftProcess(float32_t *parSignalInput_f32, float32_t *parfftOutput_f32){    uint16_t i...