Savitzky |
public class SavitzkyGolayParameters : IEquatable<SavitzkyGolayParameters>
The SavitzkyGolayParameters type exposes the following members.
Name | Description | |
---|---|---|
SavitzkyGolayParameters | Initializes a new instance of the SavitzkyGolayParameters class |
Name | Description | |
---|---|---|
DerivativeOrder | Derivative order. Has to be zero or positive. A value of zero is used to smooth a function. | |
NumberOfPoints | Number of points used for Savitzky Golay Coefficients. Must be a odd positive number. | |
PolynomialOrder | Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |