Discrete Prolate Spheroidal Sequences (Slepian tapers). More...
#include <dpss.h>
Static Public Member Functions | |
| static DpssResult | compute (int N, double halfBandwidth, int nTapers=-1) |
Discrete Prolate Spheroidal Sequences (Slepian tapers).
Computes DPSS tapers via the tridiagonal eigenvalue formulation. These tapers are used by the multitaper spectral estimator to achieve optimal spectral concentration within a given half-bandwidth.
|
static |
Compute DPSS tapers for a given window length and half-bandwidth.
| [in] | N | Window length in samples. |
| [in] | halfBandwidth | Half-bandwidth parameter (NW); typical values: 2, 3, 4. |
| [in] | nTapers | Number of tapers to return; -1 → floor(2*halfBandwidth - 1). |