Ham Cockpit   

    Show / Hide Table of Contents

    Constructor RealFirFilter

    View Source

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

    • View Source
    Back to top Generated by DocFX