Reconstructs signal from sample of a ridge, in the wavelet case.
ridrec(cwtinput, node, phinode, noct, nvoice, Qinv, epsilon, np,
w0=2 * pi, check=FALSE, real=FALSE)
Returns a list containing the reconstructed signal and the chained ridges.
reconstruction from a ridge
<wavelets,dualwavelets> matrix
coefficients of dual wavelets in reconstructed signal.
array containing the dual wavelets.
array of morlet wavelets located on the ridge samples.
wavelet transform of sol, restricted to the ridge
wavelet transform of signal, restricted to the ridge
wavelet transform, output of cwt
.
time coordinates of the ridge samples.
scale coordinates of the ridge samples.
number of octaves (powers of 2).
number of different scales per octave.
inverse of the matrix \(Q\) of the quadratic form.
coefficient of the \(Q_2\) term in reconstruction kernel
number of samples of the reconstructed signal.
central frequency of Morlet wavelet.
if set to TRUE, computes cwt
of reconstructed signal.
if set to TRUE, uses only constraints on the real part of the transform.
See discussions in the text of “Practical Time-Frequency Analysis”.
sridrec
, regrec
, regrec2
.