Scilab Reference Manual |
---|
INTRPLBLK_f — Scicos linear interpolation block
The output of this block is a function of the input obtained by linear interpolation. This block has a single scalar input and a single scalar output port. The X coord. and Y coord. give respectively the X coordinate and the Y coordinate of the data points to be interpolated. X coord must be strictly increasing.
X coord. | : a vector (strictly increasing) |
Y coord. | : a vector (same size as X coord) |
<< INTRP2BLK_f | INVBLK_f >> |