Jetdsp
JETDSP Homepage
Manual Homepage
Signal Processing Homepage
 
Signal processing
Basic guide
Advanced guide
IBM NEWDSP-syntax
Use your code
Signal slicing
Simple expressions
 
Tutorial
Introduction
Internals
IDL commands
Interpolation
Writing your own code
Adding functions to the Simple dialogue
 
How to...
Read data
Define structure
 
Functions
jetSmooth
jetint
jetsubset
jetmerge
fixgrid
jetwindowpoints
 

IBM Signal Processing - Built-in variables

The following independent variables are built in:

TIME, T, XVEC, X

The range of these variables is taken from the raw data if it contains the variable, otherwise it is set to an array in the range 0.0 - 1.0.

For example:

New X vector ===> TIME
New Y vector ===> -IPLA1

will negate the trace and produce an associated X vector over the complete IPLA1 time vector. In contrast

New X vector ===> TIME
New Y vector ===> SIN(TIME*10.0)

will produce a sine wave over an X axis range of 0.0 - 1.0.

IBM style signal processing expressions home page

Top  JETDSP Home Page  Manual  FAQ 
Please send comments to: data-and-coding-support@ccfe.ac.uk