TensorPlay
API symbolsfft
Copy
View MarkdownDownload .md

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.

Ask DeepWiki