sp_modwt_cpp {wv} | R Documentation |
Compute the Spatial Wavelet Coefficients
Description
Compute the Spatial Wavelet Coefficients
Usage
sp_modwt_cpp(X, J1, J2)
Arguments
X |
is a matrix with row, col orientation |
J1 , J2 |
is the levels of decomposition along the rows, columns |
Details
By default this function will return the wavelet coefficient in addition to the wavelet
Value
A list
of vectors
containing the wavelet coefficients.
[Package wv version 0.1.2 Index]