A real-time implementation of an adaptive notch filter using DMA and interrupts on an STM32G4 board
-
Updated
May 19, 2023 - C
A real-time implementation of an adaptive notch filter using DMA and interrupts on an STM32G4 board
This program removes unwanted noise (60 Hz) using a digital notch filter. A sine wave enters the MSP432's precision ADC module and exits through an external DAC after being digitally filtered. Matlab is used to calculate the 60Hz notch filter transfer function which is then implemented in C.
Add a description, image, and links to the notch-filter topic page so that developers can more easily learn about it.
To associate your repository with the notch-filter topic, visit your repo's landing page and select "manage topics."