Savitzky |
The SavitzkyGolayFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| SavitzkyGolayFilter |
Constructs a C# SavitzkyGolayFilter | |
| SavitzkyGolayFilter(Int32) |
Constructs a C# SavitzkyGolayFilter | |
| SavitzkyGolayFilter(Int32, Int32, Int32) |
Constructs a C# SavitzkyGolayFilter C# polynomialOrder | |
| SavitzkyGolayFilter(Int32, Int32, Int32, Int32) |
Constructs a C# SavitzkyGolayFilter C# derivativeOrder |
| Name | Description | |
|---|---|---|
| BoundaryOption | Gets/Sets the current boundary option. | |
| NumberLeft | Gets the number of points left of the filtering window center point. | |
| NumberOfCoefficients |
Gets the number of filter coefficients. Effectively the filter width.
(Inherited from CorrelationFilter) | |
| NumberRight | Gets the number of points right of the filtering window center point. | |
| WindowWidth | Gets the width of the moving window. |
| Name | Description | |
|---|---|---|
| Clone | Creates a deep copy of this SavitzkyGolayFilter instance. | |
| Correlate |
Does the correlation and takes care of internal correlation and work objects.
(Inherited from CorrelationFilter) | |
| Filter(DoubleVector) |
Filters C# data (Overrides CorrelationFilterFilter(DoubleVector)) | |
| Filter(DoubleVector, DoubleVector) |
Filters C# data (Overrides CorrelationFilterFilter(DoubleVector, DoubleVector)) | |
| ScaleDerivative | Scales raw Savitzky-Golay derivatives given the abscissa step size. |
| Name | Description | |
|---|---|---|
| coefficients_ |
Filtering coefficients for correlation operation.
(Inherited from CorrelationFilter) | |
| work_ |
Provides a working vector for correlation results.
(Inherited from CorrelationFilter) |
BoundaryOption