Click or drag to resize
Accord.NET (logo)

BaseInPlaceFilterApplyInPlace 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
public void ApplyInPlace(
	params Signal[] signal
)
Request Example View Source

Parameters

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

Implements

IInPlaceFilterApplyInPlace(Signal)
Remarks
The method alters the original signal to store the result of this signal processing filter.
See Also