Operation Document for On-Chip Digital Filters of STM32 Microcontroller

Operation Document for On-Chip Digital Filters of STM32 Microcontroller

▼ Follow our official account:Engineers Look at the Sea ▼ This article is from the fourth generation apprentice of Look at the Sea: XJIE https://blog.csdn.net/NANY_ying?type=blog https://github.com/xiaojie25 Hello everyone, this document is designed to help you quickly get started with the implementation of digital filters on microcontrollers. Of course, after reading, you may still have some … Read more

Implementing Fixed-Point Programming for DSP PR Controllers

Implementing Fixed-Point Programming for DSP PR Controllers

Today, we continue our work on fixed-point programming, which is quite significant for using PR control, especially since floating-point microcontrollers are expensive. Previously, in floating-point development, we discussed the discretization and code implementation of the Proportional Resonant Controller (QPR). For fixed-point implementation: Considering quantization errors, we directly run the IIR2 function of the PR controller … Read more