Chapter 11Audio Filter Designs: IIR Filters
It’s time to put the theory into practice and make some audio filters and EQs. You know that the coefficients of a filter determine its frequency response and other characteristics. But how do you find the coefficients? There are two commonly used methods for calculating the coefficients of IIR filters:
- Direct z-plane design
- Analog filter to digital filter conversion
This chapter uses the following filter naming conventions.
- LPF: Low-pass filter
- HPF: High-pass filter
- BPF: Band-pass filter
- BSF: Band-stop filter
- APF: All-pass filter
- HSF: High shelf filter
- LSF: Low shelf filter
- PEQ: Parametric EQ filter
- GEQ: Graphic EQ system
11.1 Direct z-Plane Design
In this first category of design techniques, ...
Get Designing Audio Effect Plugins in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.