Click or drag to resize
Accord.NET (logo)

IFilterApply Method (Signal)

Apply filter to a windowed audio signal.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
Signal[] Apply(
	params Signal[] signal
)
Request Example View Source

Parameters

signal
Type: Accord.AudioSignal
Source signal to apply filter to.

Return Value

Type: Signal
Returns filter's result obtained by applying the filter to the source sample.
Remarks
The method keeps the source sample unchanged and returns the the result of the signal processing filter as new sample.
See Also