IIR Filters - Theory and Implementation (STM32)
Video Statistics and Information
Channel: Phil’s Lab
Views: 25,863
Rating: undefined out of 5
Keywords:
Id: QRMe02kzVkA
Channel Id: undefined
Length: 19min 47sec (1187 seconds)
Published: Tue Sep 07 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This is great! Thanks for sharing
Your YT channel is pure gold! For which - thank you!
Phil's lab is truly great, thanks a lot
For anyone interested, arm has libraries to implement IIR filters on a buffer using Q15/Q32 number system.
Those libraries are useful when using DMA buffers, but just make sure to use double buffering when sampling times are shorter than processing times.
https://arm-software.github.io/CMSIS_5/DSP/html/group__IIR__Lattice.html
SFAIK, Tony Fisher's "mkfilter" is still out there. It's no longer online but the command line tools are.