C# Class DSPUtil.IIR1LP

First-order low pass IIR
Inheritance: IIR1
Show file Open project: hughpyle/inguz-DSPUtil

Public Methods

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

Method Details

IIR1LP() public method

Apply a first-order low pass IIR
public IIR1LP ( double fC, ISoundObj input ) : System
fC double Cutoff frequency, Hz
input ISoundObj Input
return System

IIR1LP() public method

Construct a generator for first-order low pass IIR
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