applytaper | R Documentation |
Apply taper to ends of a time series for spectrum analysis.
applytaper(f, p = 0.05)
f |
signal |
p |
percent taper |
10 percent taper is 5 percent on each end.
Tapered time series.
Jonathan M. Lees<jonathan.lees.edu>
data(CE1)
Xamp <- CE1$y[CE1$x>5.443754 & CE1$x<5.615951]
Tamp <- applytaper(Xamp, p = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.