Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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

Respuestas (1)

Matt J
Matt J el 25 de Mzo. de 2022
You can do it with interp1() or griddedInterpolant().

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by