Generate coefficients for 1D Savitzky-Golay smoothing filters

function c = generate_savitzkyGolay_coef1D(order,interval)
302 téléchargements
Mise à jour 4 avr. 2012

Afficher la licence

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)

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

The help file is rewritten.

1.0.0.0