Computes the the reconstructed signal from the ridge when the epsilon parameter is set to zero, in the case of real constraints.
zeroskeleton2(cwtinput, Qinv, morvelets, bridge, aridge, N)
Returns a list of the elements of the reconstruction of a signal from sample points of a ridge
reconstruction from a ridge.
matrix of the inner products.
coefficients of dual wavelets in reconstructed signal. They are the Lagrange multipliers \(\lambda\)'s of the text.
array containing the dual wavelets.
continuous wavelet transform (output of cwt
).
inverse of the reconstruction kernel (2D array).
array of Morlet wavelets located at the ridge samples.
time coordinates of the ridge samples.
scale coordinates of the ridge samples.
size of reconstructed signal.
The details of this reconstruction are the same as for the function skeleton. They can be found in the text
See discussions in the text of ``Practical Time-Frequency Analysis''.
skeleton
, skeleton2
,
zeroskeleton
.