This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.16.2).

scipy.signal.general_gaussian

scipy.signal.general_gaussian(M, p, sig, sym=1)

Return a window with a generalized Gaussian shape.

exp(-0.5*(x/sig)**(2*p))

half power point is at (2*log(2)))**(1/(2*p))*sig

Previous topic

scipy.signal.gaussian

Next topic

scipy.signal.slepian

This Page

Quick search