scrcrec {Rwave} | R Documentation |
Simple Reconstruction from Crazy Climbers Ridges
Description
Reconstructs signal from ridges obtained by crc
,
using the restriction of the transform to the ridge.
Usage
scrcrec(siginput, tfinput, beemap, bstep=5, ptile=0.01, plot=2)
Arguments
siginput |
input signal. |
tfinput |
|
beemap |
output of crazy climber algorithm |
bstep |
used for the chaining (see |
ptile |
threshold on the measure beemap (see |
plot |
1: displays signal,components, and reconstruction one after another. |
Value
Returns a list containing the reconstructed signal and the chained ridges.
rec |
reconstructed signal |
ordered |
image of the ridges (with different colors) |
comp |
2D array containing the signals reconstructed from ridges |
References
See discussions in the text of “Practical Time-Frequency Analysis”.
See Also
crc
,cfamily
for crazy climbers method,
crcrec
for reconstruction methods.
[Package Rwave version 2.6-5 Index]