C# Class Accord.Audio.ComplexFilters.DifferentialRectificationFilter

Differential Rectification filter.
Inheritance: BaseComplexFilter
Mostra file Open project: accord-net/framework

Public Methods

Method Description
DifferentialRectificationFilter ( ) : AForge.Math

Constructs a new Differential Rectification filter.

Protected Methods

Method Description
ProcessFilter ( ComplexSignal sourceData, ComplexSignal destinationData ) : void

Processes the filter.

Method Details

DifferentialRectificationFilter() public method

Constructs a new Differential Rectification filter.
public DifferentialRectificationFilter ( ) : AForge.Math
return AForge.Math

ProcessFilter() protected method

Processes the filter.
protected ProcessFilter ( ComplexSignal sourceData, ComplexSignal destinationData ) : void
sourceData ComplexSignal
destinationData ComplexSignal
return void