pyFDN.design_geq#
- pyFDN.design_geq(target_g, fs=48000.0)[source]#
Design a 10-band graphic EQ matching a target magnitude response.
The EQ has 8 peaking bandpass bands plus low and high shelving filters, plus a flat-gain section (11 sections total).
- Parameters:
- Return type:
- Returns:
(sos, target_f)wheresos— single SOS cascade of shape(n_sections, 6)(n_sections = 11).target_f— 10-point frequency grid used for the target.