powered by
Taper function for spectrum analysis
rsspec.taper(x, p = 0.1)
tapered trace is returned.
time series trace
percent taper
Jonathan M. Lees<jonathan.lees.edu>
Cosine taper at ends of trace.
data(CE1) Xamp <- CE1$y[CE1$x > 5.443754 & CE1$x<5.615951] ### 10% cosine taper: xtap <- rsspec.taper(Xamp, p = 0.1)
Run the code above in your browser using DataLab