convolve2D_typeopen | R Documentation |
Equivalent to convolve2D(x, y, type = "open")
. The motivation for this
function was that convolution is called many times in a loop from
smooth.wavelet
, always with the type = "open"
parameter.
convolve2D_typeopen(x, y)
x |
M |
y |
Numeric sequence of length N. |
Viliam Simko
convolve2D
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.