Constructor RealFirFilter
View SourceRealFirFilter(Single[], IppAlgType)
Initializes a new instance of the RealFirFilter class.
Declaration
public RealFirFilter(float[] taps, IppAlgType algType = IppAlgType.ippAlgAuto)
Parameters
Type | Name | Description |
---|---|---|
Single[] | taps | The taps. |
VE3NEA.HamCockpit.DspFun.IppAlgType | algType | Type of the algorithm. |