# tensorplay.fft.ihfft

Source: https://www.tensorplay.cn/docs/generated/tensorplay.fft.ihfft.html

# tensorplay.fft.ihfft

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

Computes the inverse of [hfft()](tensorplay.fft.hfft.html#tensorplay.fft.hfft); one-sided complex output.

Equivalent to [rfft()](tensorplay.fft.rfft.html#tensorplay.fft.rfft) applied to input.conj(); n
zero-pads/truncates the real input along dim.
