|
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
SyntaxSignal[] Apply(
params Signal[] signal
)
Function Apply (
ParamArray signal As Signal()
) As Signal()
Request Example
View SourceParameters
- signal
- Type: Accord.AudioSignal
Source signal to apply filter to.
Return Value
Type:
SignalReturns filter's result obtained by applying the filter to
the source sample.
RemarksThe method keeps the source sample unchanged and returns the
the result of the signal processing filter as new sample.
See Also