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

convmtx

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


Function Synopsis

t = convmtx(v,n)

Help text

CONVMTX Convolution matrix.
	CONVMTX(C,N) returns the convolution matrix for vector C.
	If C is a column vector and X is a column vector of length N,
	then CONVMTX(C,N)*X is the same as CONV(C,X).
	If R is a row vector and X is a row vector of length N,
	then X*CONVMTX(R,N) is the same as CONV(R,X).
	See also CONV.

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