Generate coefficients for 1D Savitzky-Golay smoothing filters

function c = generate_savitzkyGolay_coef1D(order,interval)
303 Downloads
Aktualisiert 4. Apr 2012

Lizenz anzeigen

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)

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

The help file is rewritten.

1.0.0.0