C# Class DSPUtil.IIR1HP

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

Public Methods

Method Description
IIR1HP ( double fC, ISoundObj input ) : System

Apply a first-order high pass IIR

IIR1HP ( uint fS, double fC, int n ) : System

Construct a generator for first-order high pass IIR

Method Details

IIR1HP() public method

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

IIR1HP() public method

Construct a generator for first-order high pass IIR
public IIR1HP ( 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