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
 
The JetProcSignal returned to JETDSP by some external functions has a fixed structure. This page gives the values allowed for the elements within the structure and when they should be used.

Element Value
data pointer to data array.
time pointer to time array.
x pointer to x array.
type Signal Type
tAxisType Time axis type
xAxisType X axis type
multigraph Set to 1 if multigraph
n_multi Number of multigraphs (1 if not used)
slice String containing slice info.
status 1 for success, 0 for failure
Elements of JetProcSignal structure

Signal typeDescription
'SV'Single data point, no time or x values.
'2D'1D vector of data points and time points, no x values.
'3D'2D array of data points(t,x), vector or array of time and x points.
Allowed values for signal type

Time axis typeFormatDescription
0T(t)Normal case
1T(t,x)Time depends on the x index
2T(t,Mg)Time depends on the multigraph index
3T(t,x,Mg)Time depends on the x and multigraph indeces
Allowed values for Time axis type

Time axis typeFormatDescription
0X(x)Normal case
1X(t,x)X depends on the t index (TRANSP)
2X(x,Mg)X depends on the multigraph index
3X(t,x,Mg)X depends on the t and multigraph indices
Allowed values for X axis type


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

The slice info string depends on the type of slicing done.