[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
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- ceil /tools/hpmatlab/toolbox/matlab/elfun/ceil.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- fix /tools/hpmatlab/toolbox/matlab/elfun/fix.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- reshape /tools/hpmatlab/toolbox/matlab/elmat/reshape.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
This function is called by
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON