How to smoothly interpolate signal data using another datasets timestepping
Show older comments
I have 2 datasets (data1 and data2), each with a time column with different timesteps (data2 always has the larger step size) from 0 to around 95-99. I'd like to create a new dataset: interpolated from data2 with the same timestepping as data1. I currently have a script that calculates values from a linear interpolation, but it looks a bit rough (see attached JPG). Is there a function that can do this more smoothly?
1 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!