Command: ChnSavitzkyGolayFilter
- Updated2024-09-12
- 2 minute(s) read
Command: ChnSavitzkyGolayFilter
Command: ChnSavitzkyGolayFilter
Smoothes a data channel with the Savitzky-Golay filter.
Input Parameters
| Y | Specifies the data channel containing the y-values. |
| ResultChannel | Specifies the result channel. |
PolynomialOrder |
Specifies the order of the polynomial. |
SmoothWidth |
Specifies the number of neighboring values to the left and right of the channel value that DIAdem uses to calculate the mean. |
Return Parameters
| ChnResult | Contains the result channel. ElementList <Data> type return value. |
![]() | Refer to the Help page Smoothing Functions for further information. |
Dialog Box Call
Call SUDDlgShow("Main", ResourceDrv & "AnaChnSavitzkyGolayFilter")


