C# Class DSPUtil.IIR1LP

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

Méthodes publiques

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

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

IIR1LP() public méthode

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