Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 527 Bytes

filter-basics

This is a small demo project to demonstrate the functionality of simple digital filters - first order feedforward and feedback filter, and to visualize their frequency and phase responses.

The demo is featured in the following YouTube series: https://youtube.com/playlist?list=PLbqhA-NKGP6Afr_KbPUuy_yIBpPR4jzWo The Jupyter Notebook project is located within /Python

Requirements

  1. JUCE v7.0.0
  2. C++17 compiler
  3. IDE of your choice (Visual Studio, Xcode, etc)