interp
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
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. |
|
|}