dpssToEigenvalues | R Documentation |
Compute eigenvalues for the Discrete Prolate Spheroidal Sequences. The method used here is described in Chapter 8 of Percival and Walden (1993).
dpssToEigenvalues(v, nw)
v |
A matrix of dpss's, with each column representing a sequence of a different order, 1 to k. |
nw |
A positive double-precision number, the time-bandwidth parameter. |
Percival, D.B. and Walden, A.T. (1993) Spectral analysis for physical applications. Cambridge University Press.
dpss1 <- dpss(10,4,4.0, returnEigenvalues=FALSE)$v
dpssToEigenvalues(dpss1,4.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.