STM32f4 DSP converting int16 to float32 results in very large values
Hello, I am trying to record MEMS microphone data using STM32F4-DISC board. I used BSP and CMSIS-DSP libraries to gather data and calculate FFT of recorded signal. I save my recordings in static q15_t TempBuffer[2048]; and I want to cinvert this buf...