This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.general_gaussian
-
scipy.signal.general_gaussian(M, p, sig, sym=True)
Return a window with a generalized Gaussian shape.
The Gaussian shape is defined as exp(-0.5*(x/sig)**(2*p)), the
half-power point is at (2*log(2)))**(1/(2*p)) * sig.