フィルターのクリア

Interpolation method for data that is wave-like or oscillatory

23 ビュー (過去 30 日間)
Krispy Scripts
Krispy Scripts 2016 年 10 月 21 日
コメント済み: Star Strider 2016 年 10 月 24 日
I am attempting to Interp1 for interpolation of data that is wave-like or oscillatory in nature. I am planning on using the 'linear' method, but was wondering if anyone had any suggestions that might be better method in this function for data that is wave-like or oscillatory?

採用された回答

Star Strider
Star Strider 2016 年 10 月 21 日
It depends on how ‘wave-like’ it is. A 'linear' interpolation will work in most instances if the sampling interval is small enough. Otherwise, the 'spline' or 'pchip' methods would be appropriate. (Consider adding the 'extrap' argument as well if extrapolation could be an issue. It prevents NaN values from appearing in the extrapolated points.)
  9 件のコメント
Krispy Scripts
Krispy Scripts 2016 年 10 月 24 日
Ok, great. Thank you again for answering all these other questions I have.
Star Strider
Star Strider 2016 年 10 月 24 日
As always, my pleasure.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by