TensorPlay

Latest development documentation · Updated 2026-09-08. A documentation snapshot for package 1.0.0.dev20260909 is not available.

On this page

tensorplay.fft._frequency.fftfreq

tensorplay.fft._frequency.fftfreq(n, d=1.0, *, dtype=<DType.float32: 8>, device=None, out=None)[source]

DFT sample frequencies (cycles/unit): [0, 1, ..., n/2-1, -n/2, ..., -1] / (n*d).

Parameters:
  • n (int) – window length

  • d (float, optional) – sample spacing. Default: 1.0

  • device (dtype /) – forwarded to the factory ops. Default: float32/CPU

Search documentation

Search all 1,743 documentation pages.

Keyboard shortcuts

Global

  • /Focus search
  • ?This dialog
  • ,Open settings
  • jAI assistant

Search

  • Navigate results
  • Open result
  • escClose

Package

  • mMain information
  • dDocs
  • .Code
  • -Changelog
  • tTimeline
  • sStats
  • vVersions