rsspec.taper | R Documentation |
Taper function for spectrum analysis
rsspec.taper(x, p = 0.1)
x |
time series trace |
p |
percent taper |
Cosine taper at ends of trace.
tapered trace is returned.
Jonathan M. Lees<jonathan.lees.edu>
data(CE1)
Xamp <- CE1$y[CE1$x > 5.443754 & CE1$x<5.615951]
### 10% cosine taper:
xtap <- rsspec.taper(Xamp, p = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.