Skip to content

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

Parameters
frequency Normalized frequency (frequency_Hz / samplerate_Hz)
gain Gain in dB
Returns
Biquad filter coefficients

Fully qualified name: kfr::biquad_lowshelf(std::type_identity_t<T>, std::type_identity_t<T>)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.