This is documentation for an old release of SciPy (version 0.8.). Read 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.

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.hamming

This Page