Stores the set of parameters necessary to calculate Savitzky-Golay coefficients.
Constructor | Description |
|
|
Full Usage:
SavitzkyGolayParameters()
|
|
Instance member | Description |
Full Usage:
this.DerivativeOrder
|
Derivative order. Has to be zero or positive. A value of zero is used to smooth a function. |
|
|
Full Usage:
this.Equals
Parameters:
obj
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Equals
Parameters:
SavitzkyGolayParameters
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.GetHashCode
Returns: int
Modifiers: abstract |
|
Full Usage:
this.NumberOfPoints
|
Number of points used for Savitzky Golay Coefficients. Must be a odd positive number. |
Full Usage:
this.PolynomialOrder
|
Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number. |
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|
|
|
Static member | Description |
Full Usage:
left <> right
Parameters:
SavitzkyGolayParameters
right : SavitzkyGolayParameters
Returns: bool
|
|
Full Usage:
left = right
Parameters:
SavitzkyGolayParameters
right : SavitzkyGolayParameters
Returns: bool
|
|