Robust smoothing for 1-D to N-D data (easy version of SMOOTHN)

バージョン 1.1.0.0 (8.74 KB) 作成者: Damien Garcia
EZSMOOTHN allows unsupervised robust smoothing and can deal with missing values
ダウンロード: 1.6K
更新 2014/2/27

ライセンスの表示

EZSMOOTHN provides a fast, automatized and robust discretized spline smoothing for real or complex data of arbitrary dimension. EZSMOOTHN can deal with missing data.
Z = EZSMOOTHN(Y) automatically smoothes the uniformly-sampled array Y. Y can be any real or complex N-D array. Non finite data (NaN or Inf) are treated as missing values.

EZSMOOTHN is an easy and simplified version of the SMOOTHN function. It contains around 40 lines of code to make the understanding of SMOOTHN much easier.

Enter "help ezsmoothn" in the Matlab command window for complete instructions and 1-D to 3-D examples.

-----
When using this algorithm, please refer to these 2 papers:

1) Garcia D. Robust smoothing of gridded data in one and higher dimensions with missing values.
Comput Statist Data Anal, 2010;54:1167-1178
http://www.biomecardio.com/pageshtm/publi/csda10.pdf

2) Garcia D. A fast all-in-one method for automated post-processing of PIV data.
Exp Fluids, 2011;50:1247-1259.
http://www.biomecardio.com/pageshtm/publi/expfluids10.pdf
-----

引用

Damien Garcia (2024). Robust smoothing for 1-D to N-D data (easy version of SMOOTHN) (https://www.mathworks.com/matlabcentral/fileexchange/45653-robust-smoothing-for-1-d-to-n-d-data-easy-version-of-smoothn), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPreprocessing Data についてさらに検索
謝辞

ヒントを得たファイル: smoothn

Community Treasure Hunt

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

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

Changes in the "bisquare" subfunction

1.0.0.0