Class BaseSlidingFilter
The base class that implements common functionality for the SlidingMin and SlidingMax classes.
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. |