Documentation ¶
Index ¶
Constants ¶
View Source
const ( KaiserBesselNotSymmetricError = "scigo: Kaiser-Bessel window only implemented for symmetric windows" NumPointsEvenError = "scigo: Kaiser-Bessel Derived windows are only defined for even number " )
View Source
const WindowLengthError = "window length M must be a non-negative integer"
Variables ¶
This section is empty.
Functions ¶
func Kaiser ¶
Kaiser returns the Kaiser window Parameters:
- M: the number of points in the window
- beta: the beta parameter, used if sym is false.
- sym: if true, generates a symmetric window, for use in filter design. Otherwise, generates a periodic window, for use in spectral analysis.
Returns:
- out: the window, with the maximum value normalized to 1 (though the value 1 does not appear if sym is True)
func KaiserBesselDerived ¶
KaiserBesselDerived returns the Kaiser-Bessel window Parameters:
- M: the number of points in the window
- beta: the beta parameter, used if sym is false.
- sym: if true, generates a symmetric window, for use in filter design. Otherwise, generates a periodic window, for use in spectral analysis.
Returns:
- out: the window, with the maximum value normalized to 1 (though the value 1 does not appear if sym is True)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.