spec.taper {RSEIS} | R Documentation |
Taper function for spectrum analysis
spec.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 = spec.taper(Xamp, p = 0.1)