The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



GolayPoly


Unit:SDL_math2
Class:none
Declaration:GolayPoly: array[1..11,-1..12] of integer =.....

The constant array GolayPoly contains the coefficients of the Savitzky-Golay smoothing method PolynomialSmooth.

The first index (i1) of the array specifes the length of the smoothing polynomial L = 2*i1+3. The second index points to the coefficient. The coefficients GolayPoly[i1,-1] are the normalization factors of the polynomial, all other entries of the array are the coefficients of the polynomial. Please note that the coefficients are symmetric, so only one half of the coefficents are stored in the array GolayPoly.


Last Update: 2023-Feb-06