[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/datafun]
conv
(/tools/hpmatlab/toolbox/matlab/datafun/conv.m)
Function Synopsis
c = conv(a, b)
Help text
CONV Convolution and polynomial multiplication.
C = CONV(A, B) convolves vectors A and B. The resulting
vector is length LENGTH(A)+LENGTH(B)-1.
If A and B are vectors of polynomial coefficients, convolving
them is equivalent to multiplying the two polynomials.
See also XCORR, DECONV, CONV2.
Cross-Reference Information
This function calls
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- filter /tools/hpmatlab/toolbox/matlab/datafun/filter.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
This function is called by
- deconv /tools/hpmatlab/toolbox/matlab/datafun/deconv.m
- grpdelay /tools/hpmatlab/toolbox/signal/grpdelay.m
- pez ee2200/pez.m
- pez_dp ee2200/pez_dp.m
- pez_dz ee2200/pez_dz.m
- pez_ep ee2200/pez_ep.m
- pez_ez ee2200/pez_ez.m
- resample /tools/hpmatlab/toolbox/signal/resample.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- sos2tf /tools/hpmatlab/toolbox/signal/sos2tf.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON