SCH010

/* This is the source for schema SCH010 (VMS/RSX systems) */
/* Written : 4/17/89  (RK) */
/* Last modified : 2/25/92  (RK) */
/* Schema for data collected with the program PIN */
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 since midnight */
01  EXTYP TYPE STRING LENGTH 4
/* The above completes the mandatory header */
01  COMENT TYPE STRING LENGTH 60  /* Subjective comment */
01  AZMTH TYPE REAL               /* Azimuth position */
01  ELEV  TYPE REAL               /* Elevation in degrees */
01  DISTS TYPE REAL               /* Distance to speaker (cms) */
01  MICLOC                        /* Location code of microphone */
01  DSIDC TYPE STRING LENGTH 12   /* DSID of correction curve */
01  CCODE                         /* Correction code, 0=Not yet, 1=Yes */
01  SPEAKN                        /* Speaker number */
01  DATYP                         /* Data type, 1=Time, 2=Freq. domain */
01  STIMC                         /* Stimulus type,1=clik,2=compclk,3=tone*/
01  INTENS TYPE REAL
01  CLICKW TYPE REAL              /* Click width in microsecs */
01  FREQ TYPE REAL                /* Tone freq. in Hz */
01  RTIME TYPE REAL               /* Rise Time in millisecs */
01  FTIME TYPE REAL               /* Fall Time in millisecs */
01  STMDUR TYPE REAL              /* Stim. Dur. in seconds */
01  REPINT TYPE REAL              /* Repetition time in secs */
01  DELAY TYPE REAL               /* Delay bet first and second DSS(secs)*/
01  NUMV                          /* No. of variables */
01  VNAME TYPE RG OCCURS NUMV TIMES
    02  NAMEV TYPE STRING LENGTH 8
01  NSEQ                          /* No. of sequences */
01  VOLC TYPE REAL                /* Voltage conv. code (mV/unit) */
01  SAMPT TYPE REAL               /* Sampling time in secs */
01  NBUF                          /* A/D buffer size */
01  NUMAV                         /* No. of averages */
01  BKSCL TYPE REAL               /* B&K scale */
01  NUMMIC                        /* No. of microphones (1 or 2) */
01  ESIGIN TYPE REAL              /* Size of input elec. signal(volts) */
01  DONS TYPE REAL                /* Delay bet stim onset and sampl (secs) */
01  LDUMMY
01  DUMMY LENGTH LDUMMY
01  DATAG TYPE RG OCCURS NSEQ TIMES
    02  DATAL                     /* Length (no. of words) */
    02  SEQN                      /* Sequence number */
    02  VARV TYPE VECTOR REAL
    02  DATA TYPE VECTOR INTEGER
00

If you have questions or suggestions about this page, please send e-mail to kochhar@neurophys.wisc.edu
Return to Data Schemas Page
Return to Computing Page
Return to Basement Page
This page last modified on : May 20, 1997