cancel
Showing results for 
Search instead for 
Did you mean: 

FFT on STM32L4???

Endika Caño de Miguel
Associate II
Posted on November 08, 2017 at 12:19

Hello:

I have to do the FFT on a STM32L4  Nucleo32 board, but I don�t where to start. So any help will be welcomed.

Basically, I have an incoming sound signal, to which I have to do the FFT, but I don�t know how. I have read some information and I know that the are some Libraries to do the FFT. 

Will I need a conditioning circuit before conecting to the board??? 

I�ve never had to do anything like this and I�m a bit lost.

Thank you : )

#stm32l4 #stm32l432 #fft #help #stm32
2 REPLIES 2
Andrew Neil
Evangelist
Posted on November 08, 2017 at 13:48

CMSIS includes some DSP stuff - like FFT.

Used to be available via the Standard Peripheral Libraries - so, presumably, now via the HAL ... ?