Method | Description | |
---|---|---|
IIR1LP ( double fC, ISoundObj input ) : System |
Apply a first-order low pass IIR
|
|
IIR1LP ( uint fS, double fC, int n ) : System |
Construct a generator for first-order low pass IIR
|
public IIR1LP ( double fC, ISoundObj input ) : System | ||
fC | double | Cutoff frequency, Hz |
input | ISoundObj | Input |
return | System |
public IIR1LP ( uint fS, double fC, int n ) : System | ||
fS | uint | Sample rate, Hz |
fC | double | Cutoff frequency, Hz |
n | int | Length of impulse (samples) |
return | System |