dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
BiquadCoeff
dplug
dsp
iir
Type which hold the biquad coefficients.
template
BiquadCoeff (
T
) {
alias
BiquadCoeff
=
Vector
!(
T
,
5
)
;
}
Members
Aliases
BiquadCoeff
alias
BiquadCoeff
=
Vector
!(
T
,
5
)
Undocumented in source.
Meta
Source
See Implementation
dplug
dsp
iir
functions
allpassThiran1stOrder
allpassThiran2ndOrder
bandpassFilterRBJ
bypassFilter
highShelfFilterRBJ
highpassFilter1Pole
highpassFilterRBJ
lowShelfFilterRBJ
lowpassFilter1Pole
lowpassFilterRBJ
notchFilterRBJ
peakFilterRBJ
zeroFilter
structs
IIRDelay
templates
BiquadCoeff
BiquadDelay
Type which hold the biquad coefficients.