CalculusCommandsSavitzkyGolay(SavitzkyGolayParameters, DataColumn) Method |
Applies a Savitzky-Golay filter to a Y column.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SavitzkyGolay(
SavitzkyGolayParameters parameters,
DataColumn yCol
)
Parameters
- parameters SavitzkyGolayParameters
- The filter parameters.
- yCol DataColumn
- The Y column.
See Also