Rdocumentation
powered by
Learn R Programming
Rwave (version 1.2)
sridrec: Simple Reconstruction from Ridge
Description
Simple reconstruction of a real valued signal from a ridge, by restriction of the transform to the ridge.
Usage
sridrec(tfinput, ridge)
Arguments
tfinput
time-frequency representation.
ridge
ridge (1D array).
Value
(real) reconstructed signal (1D array)
References
See discussions in the text of ``Practical Time-Frequency Analysis''.
See Also
ridrec
,
gridrec
.