wlet.drive {RSEIS} | R Documentation |
Interactive wavelet transform driver
Description
interactive wavelet transform driver
Usage
wlet.drive(Xamp, DT = 0.008, noctave = 6, nvoice = 20, w0=5, STAMP = NULL)
Arguments
Xamp |
vector of signal |
DT |
sample interval (s) |
noctave |
number of octaves, default=6 |
nvoice |
number of voices, nvoice = 20 |
w0 |
central frequency for morlet wavelet, default=5 |
STAMP |
character string for identification |
Value
Graphical Side Effects
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
See Also
RPGM, plotwlet, wlet.do
Examples
data(CE1)
plot(CE1$x, CE1$y, type='l')
if(interactive() ) wlet.drive(CE1$y, CE1$dt, STAMP=CE1$name)
[Package RSEIS version 4.2-0 Index]