[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
- end /tools/hpmatlab/toolbox/matlab/lang/end.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
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- stmcb /tools/hpmatlab/toolbox/signal/stmcb.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON