ddsp ~master (2022-03-26T02:55:28.1397571)
Dub
Repo
LinkwitzRileyHP
ddsp
filter
highpass
Second order LinkwitzRiley highpass filter
class
LinkwitzRileyHP : BiQuad!T(
T
) {
this
();
void
calcCoefficients
();
bool
isInitialized
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
calcCoefficients
void
calcCoefficients
()
Undocumented in source. Be warned that the author may not have intended to support it.
isInitialized
bool
isInitialized
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ddsp
filter
highpass
classes
ButterworthHP
ButterworthHPNthOrder
HighpassO1
HighpassO2
LinkwitzRileyHP
LinkwitzRileyHPNthOrder
Second order LinkwitzRiley highpass filter