Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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

Antworten (1)

Matt J
Matt J am 25 Mär. 2022
You can do it with interp1() or griddedInterpolant().

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by