Ham Cockpit   

    Show / Hide Table of Contents

    Class MultipassAverage

    Applies a multi-pass moving average filter to the floating point data.

    Inheritance
    Object
    MultipassAverage
    Namespace: VE3NEA.HamCockpit.DspFun
    Assembly: VE3NEA.HamCockpit.DspFun.dll
    Syntax
    public class MultipassAverage

    Constructors

    Name Description
    MultipassAverage(Int32, Int32)

    Initializes a new instance of the MultipassAverage class.

    Properties

    Name Description
    Scale

    Gets the scaling factor.

    Methods

    Name Description
    Process(Single)

    Filters the specified value with proper scaling.

    ProcessUnscaled(Single)

    Filters the specified value but does not scale the output.

    • View Source
    Back to top Generated by DocFX