Ham Cockpit   

    Show / Hide Table of Contents

    Class BaseSlidingFilter

    The base class that implements common functionality for the SlidingMin and SlidingMax classes.

    Inheritance
    Object
    BaseSlidingFilter
    SlidingMax
    SlidingMin
    Namespace: VE3NEA.HamCockpit.DspFun
    Assembly: VE3NEA.HamCockpit.DspFun.dll
    Syntax
    public abstract class BaseSlidingFilter

    Constructors

    Name Description
    BaseSlidingFilter(Int32)

    Initializes a new instance of the class.

    Methods

    Name Description
    FilterArrayInplace(Single[])

    Filters the array of input data in place.

    MinOrMax(Single, Single)

    Returns either the minimum or maximum of two values.

    Process(Single)

    Processes the specified input value.

    • View Source
    Back to top Generated by DocFX