Description Usage Arguments Value References Examples
Compute convolution function using FFT, similar to the function 'conv' in matlab
1 |
u |
vector |
v |
vector |
shape |
if 'same', return central part of the convolution,the same size as u; ortherwise return the whole sequence with size lenth(u)+length(v)-1 |
a vector of convolution, as specified by shape.
Matlab document on 'conv' https://www.mathworks.com/help/matlab/ref/conv.html
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.