API symbolsfftCopyCopy as MarkdownCopy page linkView MarkdownDownload .mdOpenAIOpen in ChatGPTClaudeOpen in ClaudePerplexityOpen in PerplexityGrokOpen in Grok tensorplay.fft.hfftn tensorplay.fft.hfftn(input, s=None, dim=None, norm=None)[source] N-dimensional FFT of a Hermitian-symmetric spectrum; real output. Applies hfft() (conjugate + complex-to-real) along the final transformed dimension, then ifft() over the remaining dimensions. Help improve this pageFound an error, an unclear step, or a missing example?Was this page helpful?YesNoSuggest an editReport an issuetensorplay.fft.hfft2Two-dimensional inverse of a Hermitian-symmetric spectrum; real output.tensorplay.fft.ifftComputes the one-dimensional inverse discrete Fourier transform.