zerokernel {Rwave} | R Documentation |
Reconstruction from Wavelet Ridges
Description
Generate a zero kernel for reconstruction from ridges.
Usage
zerokernel(x.inc=1, x.min, x.max)
Arguments
x.min |
minimal value of x for the computation of |
x.max |
maximal value of x for the computation of |
x.inc |
step unit for the computation of the kernel. |
Value
matrix of the Q_2
kernel
See Also
kernel
, fastkernel
, gkernel
,
gkernel
.
[Package Rwave version 2.6-5 Index]