Download Function Reference Manual - DSP Development Corporation

Transcript
DELALLVARIABLES
Purpose:
Deletes the entire list of variables associated with the current Worksheet.
Format:
DELALLVARIABLES
Remarks:
Use SPLLOAD to restore variables in SPL files.
DELALLVARIABLES can be abbreviated DELALLVAR.
See Also:
DELALLFUNCTIONS
DELFUN
DELVARIABLE
GETVARIABLE
SETVARIABLE
SPLLOAD
SPLREAD
DELAY
Purpose:
Offsets a series by n number of points along the x-axis.
Format:
DELAY(series, n)
series
- Any series, table, or expression resulting in a series or table.
n
- An integer number of points to offset series.
Returns:
A series or table.
Example:
W1: 1..3
W2: delay(w1, 2)
offsets W1 by two points by prepending two zeros to the beginning of the series. The
resulting series contains the values {0, 0, 1, 2, 3}.
186