C# Class DSPUtil.IIR1HP

First-order high pass IIR
Inheritance: IIR1
Afficher le fichier Open project: hughpyle/inguz-DSPUtil

Méthodes publiques

Méthode 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 méthode

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

IIR1HP() public méthode

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)
Résultat System