TensorPlay
API symbolsfft
Copy
View MarkdownDownload .md

tensorplay.fft.ihfft

tensorplay.fft.ihfft(input, n=None, dim=-1, norm=None)[source]

Computes the inverse of hfft(); one-sided complex output.

Equivalent to rfft() applied to input.conj(); n zero-pads/truncates the real input along dim.

Ask DeepWiki