Programmer Guide/Command Reference/EVAL/interp: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
interp
Create an interpolated copy of the vector x.
Usage: | interp(x, n, type, mv) |
Parameters: | |
n | the length of the interpolated vector. |
type | the type of interpolation to perform. Currently only linear interpolation is supported (type = 0). |
mv | the value to use for 'missing values'. If mv is given, then interpolation is stopped when x[i] = mv. This means that the sections without missing values are individually interpolated. |
|
|}