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 fourier shift filter.
The array is multiplied with the fourier transform of a shift operation.
Parameters : | input : array_like
shift : float or sequence
n : int, optional
axis : int, optional
output : ndarray, optional
|
---|---|
Returns : | return_value : ndarray or None
|