MCPcopy Create free account
hub / github.com/dask/dask / fftshift

Function fftshift

dask/array/fft.py:311–312  ·  view source on GitHub ↗
(x, axes=None)

Source from the content-addressed store, hash-verified

309
310@derived_from(np.fft)
311def fftshift(x, axes=None):
312 return _fftshift_helper(x, axes=axes, inverse=False)
313
314
315@derived_from(np.fft)

Callers

nothing calls this directly

Calls 1

_fftshift_helperFunction · 0.85

Tested by

no test coverage detected