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).
Return a gaussian modulated sinusoid: exp(-a t^2) exp(1j*2*pi*fc).
If retquad is non-zero, then return the real and imaginary parts (in-phase and quadrature) If retenv is non-zero, then return the envelope (unmodulated signal). Otherwise, return the real part of the modulated sinusoid.
Parameters : | t : ndarray
fc : int, optional
bw : float, optional
bwr: float, optional :
tpr : float, optional
retquad : int, optional
retenv : int, optional
|
---|