
/* This is the source for schema SCH005 (VMS/RSX systems) */
/* Created : 3/16/1988 (RK) */
/* Last modified : 11/18/2003 (RK) */
/* Schema for general waveforms stored in data files */
01 SCHNAM TYPE STRING LENGTH 8
01 RECLNT /* in blocks */
01 ANID TYPE STRING LENGTH 12
01 DSID TYPE STRING LENGTH 12
01 DATE TYPE STRING LENGTH 8
01 TIME /* in 10ths of seconds */
01 EXTYP TYPE STRING LENGTH 4
/* The above completes the mandatory header */
01 NUMPTS /* No. of points in waveform */
01 TRES TYPE REAL /* Time resolution in microsecs */
01 GWCODE /* Waveform type code */
01 SEED /* Seed used for random no. gen */
01 LOCGW /* Location of waveform (word) */
01 SFORM /* Storage format : 0=real, 1=int*2 */
01 MAXDSS /* Max no. of DSSs possible */
01 ESDAT TYPE RG OCCURS MAXDSS TIMES
02 DSSN /* DSS number (1,2,3...) */
02 ESKOD /* Eff. SPL computed ? 0=No, 1=Yes */
02 ESPL TYPE REAL /* Effective Max SPL */
02 CALIDE TYPE STRING 12 /* Calibration ID used */
02 CALDATE TYPE STRING 12 /* Date of Calibration */
02 TIMESPL /* Time Eff SPL computed (in 10ths of secs) */
01 NSEG /* Number of segments */
01 LSEG /* Length of each segment (no. of points) */
01 GAPSEG TYPE REAL /* Inter-Segment gap in millisecs */
01 LDUMMY
01 DUMMY LENGTH LDUMMY /* Extra space for future use */
01 GWDATA TYPE REAL LENGTH NUMPTS /* Starting at word 1 of next block */
00
If you have questions or suggestions about this page,
please send e-mail to
kochhar@physiology.wisc.edu
Return to Data Schemas Page
Return to Computing Page
Back to The Basement
This page last modified on : Nov. 18, 2003