API symbolsfft
Copy
tensorplay.fft.fftfreq
- tensorplay.fft.fftfreq(n, d=1.0, *, dtype=<DType.float32: 8>, device=None)[source]
DFT sample frequencies (cycles/unit):
[0, 1, ..., n/2-1, -n/2, ..., -1] / (n*d).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
