Generate coefficients for 1D Savitzky-Golay smoothing filters

function c = generate_savitzkyGolay_coef1D(order,interval)
ダウンロード: 303
更新 2012/4/4

ライセンスの表示

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)

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSmoothing and Denoising についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

The help file is rewritten.

1.0.0.0