Class MultipassAverage
Applies a multi-pass moving average filter to the floating point data.
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. |