convolve2D | R Documentation |
Use the Fast Fourier Transform to perform convolutions between a sequence and each column of a matrix.
convolve2D(x, y, conj = TRUE, type = c("circular", "open"))
x |
M |
y |
Numeric sequence of length N. |
conj |
Logical; if |
type |
Character; one of For For |
This is a corrupted version of convolve made by replacing
fft
with mvfft
in a few places. It would be
nice to submit this to the R Developers for inclusion.
M x
n matrix
This function was copied from waveslim
to limit package
dependencies.
Brandon Whitcher
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.