This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Multi-dimensional Gaussian fourier filter.
The array is multiplied with the fourier transform of a Gaussian kernel.
Parameters : | input : array_like
sigma : float or sequence
n : int, optional
axis : int, optional
output : ndarray, optional
|
---|---|
Returns : | return_value : ndarray or None
|