leests | R Documentation |
return time series structure
leests(a, dt = 0.008)
a |
vector signal |
dt |
sample rate |
list(y=y, dt=dt)
Jonathan M. Lees<jonathan.lees.edu>
x <- rnorm(10)
leests(x, dt = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.