Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
311
def
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_helper
Function · 0.85
Tested by
no test coverage detected