[Master Index] [Index for Courses]

inout

(ee2200/inout.m)


Function Synopsis

inout(x, y, nstart, npts, nsect)

Help text

INOUT    plot LONG input & output signals together     [5/94 jMc]
-----      put them on alternate lines in a strip plot
usage:
   inout(xin, yout, nstart, npts, nsect)

       xin = INPUT signal vector
      yout = OUTPUT signal vector
    nstart = STARTING sample number in both sigs
      npts = number of points to plot PER LINE
     nsect = number of in/out PAIRS of LINES
                (for best results use nsect = 4) <====

 NOTE: the signals x[n] & y[n] are plotted over the index
       range:  n = nstart -->  n = nstart + npts*nsect - 1

 see also STRIPLOT

Cross-Reference Information

This function calls

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