Smoothing Class
Contains methods for removing noise from signals.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class Smoothing- Inheritance
- Object → Smoothing
Methods
| Get | Constructs a vector containing the coefficients of a 2nd degree Savitsky-Golay filter with the specified parameters. |
| Get | Constructs a vector containing the coefficients of a Savitsky-Golay filter with the specified span and polynomial degree. |
| Get | Constructs a vector containing the coefficients of a symmetrical Savitsky-Golay filter with the specified parameters. |
| Get | Constructs a vector containing the coefficients of a Savitsky-Golay filter or a derivative filter with the specified parameters. |
| Loess( | Applies a LOESS filter to the specified signal. |
| Loess( | Applies a LOESS filter to the specified signal. |
| Loess( | Applies a LOESS filter to the specified signal. |
| Loess( | Applies a LOESS filter to the specified signal. |
| Loess | Returns a delegate that applies a LOESS filter to a signal where values may be unevenly spaced. |
| Loess | Returns a delegate that applies a LOESS filter to a signal. |
| Lowess( | Applies a LOWESS filter to the specified signal. |
| Lowess( | Applies a LOWESS filter to the specified signal. |
| Lowess( | Applies a LOWESS filter to the specified signal. |
| Lowess( | Applies a LOWESS filter to the specified signal. |
| Lowess | Returns a delegate that applies a LOWESS filter to a signal where values may be unevenly spaced. |
| Lowess | Returns a delegate that applies a LOWESS filter to a signal. |
| Moving | Applies a moving average filter to the specified signal. |
| Moving | Returns a delegate that Applies a moving average filter to a signal. |
| Savitsky | Applies a Savitsky-Golay filter to the specified signal. |
| Savitsky | Returns a delegate that Applies a Savitsky-Golay filter to a signal. |