magic_intpl

Functions

int main(int argc, char *argv[])

magic_intpl [ option ] [ infile ]

  • -l int

    • length of vector \((1 \le L)\)

  • -m int

    • order of vector \((0 \le M)\)

  • -magic double

    • magic number

  • infile str

    • double-type data sequence

  • stdout

    • double-type interpolated data sequence

echo 0 1 2 3 0 5 0 | x2x +ad | magic_intpl -magic 0 | x2x +da
# 1 1 2 3 4 5 5
Parameters:
  • argc[in] Number of arguments.

  • argv[in] Argument vector.

Returns:

0 on success, 1 on failure.

See also

pitch