Clear Filters
Clear Filters

Interpolation method for data that is wave-like or oscillatory

23 views (last 30 days)
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?

Accepted Answer

Star Strider
Star Strider on 21 Oct 2016
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 Comments
Krispy Scripts
Krispy Scripts on 24 Oct 2016
Ok, great. Thank you again for answering all these other questions I have.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!