File: INTRPLBLK_f.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (17 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INTRPLBLK_f(5)                  Scicos Block                   INTRPLBLK_f(5)
NAME
  INTRPLBLK_f - Scicos linear interpolation block

DIALOGUE PARAMETERS

  X coord.            : a vector (strictly increasing)

  Y coord.            : a vector (same size as X coord)

DESCRIPTION
  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.