Click or drag to resize
Accord.NET (logo)

IFilter Interface

Audio processing filter interface.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public interface IFilter
Request Example View Source
Methods
Remarks
The interface defines the set of methods, which should be provided by all signal processing filters. Methods of this interface keep the source signal unchanged and return the result of signal processing filter as new signal.
See Also