Ham Cockpit   

    Show / Hide Table of Contents

    Method Sinc

    View Source

    Sinc(Single, Int32)

    Generates the Sinc filter kernel.

    Declaration
    public static float[] Sinc(float Fc, int length)
    Parameters
    Type Name Description
    Single Fc

    The normalized cutoff frequency.

    Int32 length

    The kernel length.

    Returns
    Type Description
    Single[]

    The filter kernel.

    • View Source
    Back to top Generated by DocFX