[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

strips

(/tools/hpmatlab/toolbox/signal/strips.m)


Function Synopsis

h = strips(x,sd,Fs)

Help text

STRIPS  Strip plot.
	STRIPS(X) plots vector X in horizontal strips of length 250.
	If X is a matrix, STRIPS(X) plots each column of X in horizontal
	strips.
	
	STRIPS(X,N) plots vector X in strips that are each N samples long.

	STRIPS(X,SD,Fs) plots vector X in horizontal strips of duration SD
	seconds given sampling frequency of Fs samples per second.

	If X is a matrix, STRIPS(X,N) and STRIPS(X,SD,Fs) plot the different 
	columns of X on the same strip plot.

	STRIPS ignores the imaginary part of X if it is complex.

	See also PLOT, STEM.

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