C# Class Accord.Audio.Filters.LowPassFilter

Low band pass filter.
Inheritance: BaseFilter
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
LowPassFilter ( float alpha ) : System

Constructs a new Low-Pass Filter using the given alpha.

Méthodes protégées

Méthode Description
ProcessFilter ( Signal sourceData, Signal destinationData ) : void

Processes the filter.

Method Details

LowPassFilter() public méthode

Constructs a new Low-Pass Filter using the given alpha.
public LowPassFilter ( float alpha ) : System
alpha float Band pass alpha.
Résultat System

ProcessFilter() protected méthode

Processes the filter.
protected ProcessFilter ( Signal sourceData, Signal destinationData ) : void
sourceData Signal
destinationData Signal
Résultat void