-
Notifications
You must be signed in to change notification settings - Fork 0
Filter Design
Yes! Most common filters are defined by f (frequency), Q, and optionally gain, depending on the filter type. Here’s a breakdown:
-
High-Pass/Low-Pass:
f= cutoff frequency (f_c), where attenuation begins.Q= controls resonance/peaking nearf_c(e.g.,Q = 0.707for Butterworth).
-
Band-Pass/Notch:
f= center frequency (f₀).Q= defines bandwidth (BW = f₀/Q).
-
All-Pass:
f= frequency where phase shifts.Q= adjusts phase shift steepness.
-
Shelving Filters (Low/High Shelf):
f= shelf frequency (f_c).Q= shapes the transition slope (gentle vs. abrupt).Gain= boost/cut in dB (e.g., +6 dB bass boost).
-
Peaking (Parametric EQ) Filters:
f= center frequency (f₀).Q= bandwidth of the boost/cut.Gain= amplitude adjustment atf₀(e.g., +3 dB at 2 kHz).
These terms are often confused but serve distinct roles:
Parameter | Definition | Used In | Example -- | -- | -- | -- f₀ | Center frequency of a band-pass/notch/peaking filter. | Band-pass, notch, parametric EQ. | A notch filter at f₀ = 1 kHz removes 1 kHz. f_c | Cutoff frequency where a high-pass/low-pass/shelving filter begins acting. | High-pass, low-pass, shelving. | A low-pass filter with f_c = 100 Hz attenuates above 100 Hz.