Constructor ComplexFirFilter
View SourceComplexFirFilter(Complex32[], IppAlgType)
Initializes a new instance of the ComplexFirFilter class.
Declaration
public ComplexFirFilter(Complex32[] taps, IppAlgType algType = IppAlgType.ippAlgAuto)
Parameters
| Type | Name | Description |
|---|---|---|
| MathNet.Numerics.Complex32[] | taps | The taps. |
| VE3NEA.HamCockpit.DspFun.IppAlgType | algType | Type of the algorithm. |