interpolate (using interp) with a decimal number

10 views (last 30 days)
Hi
I'm trying to interpolate using a non-integer number as required by interp command. Is there another function that would allow interpolation using a decimal number please?
Thanks

Accepted Answer

Star Strider
Star Strider on 2 May 2017
Edited: Star Strider on 2 May 2017
I am not certain what you are asking. If you have integers and want to interpolate to the nearest integer, use the 'nearest', 'next', or 'previous' method option in your interp1 call.
You could also use the 'linear' method and the use floor, ceil, fix, or round to produce integer output from interp1.
  6 Comments
Giorgis
Giorgis on 4 May 2017
You are quite right. I had to run a few examples and see that the lowpass filter changes the signal insignificantly. Thanks and good day!
Star Strider
Star Strider on 4 May 2017
Thank you!
My pleasure!
May the Fourth be with you! (Today is ‘Star Wars Day’!)

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!