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