Module sleplet.functions.slepian
Contains the Slepian
class.
Classes
class Slepian (*args: Any, **kwargs: Any)
-
Create Slepian functions of the selected region.
Ancestors
Class variables
var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var rank : int
-
Slepian eigenvalues are ordered in decreasing value. The option
rank
selects a given Slepian function from the spectrum (p in the papers). var wavelet_coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelets : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
Inherited members