C# Class Accord.Audio.Filters.HighPassFilter

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

Méthodes publiques

Méthode Description
HighPassFilter ( float alpha ) : System

Constructs a new High-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

HighPassFilter() public méthode

Constructs a new High-Pass filter using the given alpha.
public HighPassFilter ( 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