function biquad_highshelf(std::type_identity_t<T>, std::type_identity_t<T>) biquad¶
template <typename T = fbase>
KFR_FUNCTION biquad_section<T> biquad_highshelf(std::type_identity_t<T> frequency,
std::type_identity_t<T> gain) Calculates coefficients for the high-shelf biquad filter
| frequency | Normalized frequency (frequency_Hz / samplerate_Hz) |
| gain | Gain in dB |
| Biquad filter coefficients |
Defined at dsp/biquad_design.hpp:221