필터 지우기
필터 지우기

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