convolve2D_typeopen: Speed-optimized version of convolve2D

Description Usage Arguments Author(s) See Also

View source: R/convolve2D.R

Description

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.

Usage

1

Arguments

x

M x n matrix.

y

Numeric sequence of length N.

Author(s)

Viliam Simko

See Also

convolve2D


biwavelet documentation built on May 26, 2021, 9:06 a.m.