Contents Up Previous Next

Interpolate and sample

Purpose
Description
Macro Synopsis
Modules


Purpose

Create an equidistantly sampled signal

Description

"Interpolate and sample" converts a sequence y of unevenly sampled data to a new signal z with equidistant sampling by means of cubic spline interpolatin. To that end, "Interpolate and sample" takes two signals x and y or a two-channel signal and assumes the first one (x) to contain information about the sampling times (or abscissa values) of the data in the second signal (y). "Interpolate and sample" takes one parameter which is the


Macro Synopsis

z = InterpolSamp([x,y],N);
signal x,y,z;
int N;


Modules

Student, Professional