Click or drag to resize
Accord.NET (logo)

IComplexFilterBank Interface

Filter banks segregates signals into different parts to be further processed. The most common filter bank is the band-pass filter bank.

Namespace:  Accord.Audio.ComplexFilters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public interface IComplexFilterBank
Request Example View Source

The IComplexFilterBank type exposes the following members.

Properties
  NameDescription
Public propertyLength
Number of filters in the bank.
Top
Methods
See Also