Function biquad_lowshelf¶
function biquad_lowshelf(std::type_identity_t<T>, std::type_identity_t<T>) dsp¶
template <typename T = fbase>
KFR_FUNCTION biquad_section<T> biquad_lowshelf(std::type_identity_t<T> frequency,
std::type_identity_t<T> gain) Calculates coefficients for the low-shelf biquad filter
| frequency | Normalized frequency (frequency_Hz / samplerate_Hz) |
| gain | Gain in dB |
| Biquad filter coefficients |
Fully qualified name: kfr::biquad_lowshelf(std::type_identity_t<T>, std::type_identity_t<T>)
Declared at dsp/biquad_design.hpp:180
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.