| KNOWLEDGE BASE

A rich source of expert knowledge

Learn from experts in the world of embedded systems

Notch Filters - Digital Audio Processing with STM32 #2 - Phil's Lab #49

Real-time digital processing (DSP) of audio data using an STM32 microcontroller in C on custom audio-processing hardware. Second video in series, covering notch filter basics, software implementation with variable filter parameters, and a live demo with an electric guitar.
Chapters:
  • 00:00Introduction
  • 00:48Previous Video and PCB Overview
  • 02:21Hardware Overview
  • 02:48Notch Filter Theory Recap
  • 05:59Code Overview (STM32CubeIDE)
  • 06:30Notch Filter Header
  • 07:42Notch Filter Source
  • 09:10main.c
  • 09:44Variable Filter Parameters
  • 10:39Test Set-Up Overview
  • 11:40Live Filter Analysis (Frequency- and Time-Domain)
  • 15:39Live Guitar Demo