Ham Cockpit   

    Show / Hide Table of Contents

    Constructor ComplexFirFilter

    View Source

    ComplexFirFilter(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.

    • View Source
    Back to top Generated by DocFX