Skip to content

Function biquad_lowpass

function biquad_lowpass(std::type_identity_t<T>, std::type_identity_t<T>) dsp

template <typename T = fbase>
KFR_FUNCTION biquad_section<T> biquad_lowpass(std::type_identity_t<T> frequency, std::type_identity_t<T> Q)

Calculates coefficients for the low-pass biquad filter

Parameters
frequency Normalized frequency (frequency_Hz / samplerate_Hz)
Q Q factor
Returns
Biquad filter coefficients

Fully qualified name: kfr::biquad_lowpass(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.