Generate coefficients for 1D Savitzky-Golay smoothing filters

function c = generate_savitzkyGolay_coef1D(order,interval)
303 download
Aggiornato 4 apr 2012

Visualizza la licenza

INPUT:
order = order of the polynomial
interval = the window size; *MUST* smaller than size(vIN)

OUTPUT:
c(ss,nn)= a matrix
Rows corresponds to coefficients for the target point, g_t, at different location of the window (up >> down: g_t moves from left to right)

Cita come

Shao Ying Huang (2024). Generate coefficients for 1D Savitzky-Golay smoothing filters (https://www.mathworks.com/matlabcentral/fileexchange/35898-generate-coefficients-for-1d-savitzky-golay-smoothing-filters), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

The help file is rewritten.

1.0.0.0