dpss.taper {waveslim} | R Documentation |
Calculating Thomson's Spectral Multitapers by Inverse Iteration
Description
This is now a wrapper to the function multitaper::dpss().
Usage
dpss.taper(n, k, nw = 4)
Arguments
n |
length of data taper(s) |
k |
number of data tapers; 1, 2, 3, ... (do not use 0!) |
nw |
product of length and half-bandwidth parameter (w) |
Value
v |
matrix of data tapers (cols = tapers) |
eigen |
eigenvalue associated with each data taper, discarded |
Author(s)
B. Whitcher
References
Percival, D. B. and A. T. Walden (1993) Spectral Estimation for Physical Applications: Multitaper and Conventional Univariate Techniques, Cambridge University Press.
See Also
[Package waveslim version 1.8.5 Index]