Learn R Programming

astrochron (version 0.3.1)

dpssTaper: Apply DPSS Taper to Stratigraphic Series

Description

Apply a single Discrete Prolate Spheroidal Sequence (DPSS) taper to a stratigraphic series

Usage

dpssTaper(dat,tbw=1,num=1,rms=T,demean=T,detrend=F,genplot=T,verbose=T)

Arguments

dat
Stratigraphic series for tapering. First column should be location (e.g., depth), second column should be data value. If no data is identified, will output a 256 point taper to evaluate the spectral properties of the window.
tbw
Time-bandwidth product for the DPSS
num
Which one of the DPSS would you like to use?
rms
Normalize taper to RMS=1 to preserve power for white process? (T or F)
demean
Remove mean from data series? (T or F)
detrend
Remove linear trend from data series? (T or F)
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)

See Also

cosTaper, gausTaper, and hannTaper