wlet.drive | R Documentation |
interactive wavelet transform driver
wlet.drive(Xamp, DT = 0.008, noctave = 6, nvoice = 20, w0=5, STAMP = NULL)
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 |
Graphical Side Effects
Jonathan M. Lees<jonathan.lees.edu>
RPGM, plotwlet, wlet.do
data(CE1)
plot(CE1$x, CE1$y, type='l')
if(interactive() ) wlet.drive(CE1$y, CE1$dt, STAMP=CE1$name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.