How can I interpolate a vector to increase the length up to a desired quantity?

2 次查看(过去 30 天)
Basically my problem is that I have measured with one device and I got different vectors with a specific wavelength and rate (every 3 nm).
My problem begun when I found out that I need to add a correction to the measurements, the correction has the same wavelength but a different rate (every 5 nm). So I need to interpolate so I get the same length for both vectors and ten I can add the correction.
How Can I do the interpolation?
I include the data set in the attachment. The Galad1 is the output data from my device

回答(1 个)

Matt J
Matt J 2022-3-25
You can do it with interp1() or griddedInterpolant().

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by