C# Class Accord.Audio.Filters.EnvelopeFilter

Time-domain envelope detector.

To extract the envelope of a time-domain signal, we must first compute the absolute signal values and then pass it through a low-pass filter.

Inheritance: BaseFilter
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
EnvelopeFilter ( float alpha ) : System.Collections.Generic

Constructs a new Envelope filter

Méthodes protégées

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

Processes the filter.

Method Details

EnvelopeFilter() public méthode

Constructs a new Envelope filter
public EnvelopeFilter ( float alpha ) : System.Collections.Generic
alpha float
Résultat System.Collections.Generic

ProcessFilter() protected méthode

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