[Master Index] [Index for Courses]

striplot

(ee2200/striplot.m)


Function Synopsis

hp = striplot(x, fs, n, ntick, xmax)

Help text

STRIPLOT    plot long signal in horizontal strips     
-------      ( good for multi-line speech wfms )
  Usage:  striplot(X, FS, N)  plots waveform X with N pts/line
        FS = sampling rate (Hertz); used only for labeling
        ALL traces are auto-scaled to the max signal value
    h is the graphics handle for the plot.
    striplot(X, FS, N, NTICK)
                    puts markers every NTICK samples
    striplot(X, FS, N, NT, XMAX)
                  uses XMAX as the value for scaling

   NOTE: the x-axis is always labeled with (time) indices.
         the y-axis labels are NOT AMPLITUDE, rather they
         are the INDEX OFFSET to the start of each row.
   see also WP, WATERF

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON