TensorPlay
API symbolsfft
Copy
View MarkdownDownload .md

tensorplay.fft.hfft

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

Computes the 1-D FFT of a Hermitian-symmetric spectrum; real output.

Equivalent to irfft() applied to input.conj(); n is the output length (default 2 * (input.size(dim) - 1)).

Ask DeepWiki