View source: R/matrixConvolution.R
matrixConvolution | R Documentation |
Discrete-time matrix convolution product (See definition 3.5 p. 48)
matrixConvolution(a, b)
a |
An array of dimension |
b |
An array of dimension |
An array of dimension (S, S, k + 1)
giving the discrete-time
matrix convolution product for each k \in N
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.