This is documentation for an old release of SciPy (version 0.12.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 : | fourier_gaussian : ndarray or None
|