Computes the cost from the sample of points on the estimated ridge and the matrix used in the reconstruction of the original signal
rwkernel(node, phinode, nvoice, x.inc=1, x.min=node[1],
x.max=node[length(node)], w0=2 * pi, plot=FALSE)
matrix of the \(Q_2\) kernel
values of the variable b for the nodes of the ridge.
values of the scale variable a for the nodes of the ridge.
number of scales within 1 octave.
step unit for the computation of the kernel.
minimal value of x for the computation of \(Q_2\).
maximal value of x for the computation of \(Q_2\).
central frequency of the wavelet.
if set to TRUE, displays the modulus of the matrix of \(Q_2\).
The kernel is evaluated using Romberg's method.
See discussions in the text of "Time-Frequency Analysis".
gkernel
, rkernel
, zerokernel
.