2020-10-21 07:20 AM
Hello everyone,
I am using an STM32L4 MCU and I am trying to create a digital bandpass filter for the data being received on the ADC channel. Is there any standard library which would enable me to do this? If there is not, are there any resources (application notes, software etc.) that would aid me in doing this?
Any recommendations/suggestions/information would be greatly appreciated!
Solved! Go to Solution.
2020-10-21 09:28 AM
Hi @MCrew.1 ,
The application note AN4841 is introduced as following:
So I assume this answers your initial request if you adapt it to STM32L4. X-Cube-DSPDEMO can be downloaded from this page: https://www.st.com/en/embedded-software/x-cube-dspdemo.html.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-10-21 07:37 AM
These ship with the CubeL4 (CMSIS DSP libraries, not a Keil specific thing)
STM32Cube_FW_L4_V1.13.0\Drivers\CMSIS\DSP_Lib\Examples
https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html
2020-10-21 07:49 AM
Thank you! Can you explain how I can use this? I am fairly new to STM32 firmware so any point in the right direction would be useful
2020-10-21 09:28 AM
Hi @MCrew.1 ,
The application note AN4841 is introduced as following:
So I assume this answers your initial request if you adapt it to STM32L4. X-Cube-DSPDEMO can be downloaded from this page: https://www.st.com/en/embedded-software/x-cube-dspdemo.html.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-10-21 09:33 AM
I'm not an ADC/DSP guy, but I'm sure there's plenty of documentation for this if you look, it is not STM32 specific, and a library used broadly across ARM parts.