| DSP Blockset | Search  Help Desk |
| Convolution | See Also |
Compute the convolution of two vectors.
Library
Vector Functions, in Math FunctionsDescription
The Convolution block computes the convolution of two input vectors independently at each time step. For a length-M input vector u (indexed from 1 to M) and a length-N input vector v (indexed from 1 to N), the block output is a vector of length M+N-1 with elements
u, is treated as a vector, u(:).
Note
Dialog Box

See Also
Correlationconv (MATLAB)