Computes the inverse fast Hartley transform (FHT) of the input sequence.
The number of elements in the real input sequence X must be a valid power of two.

The inverse Hartley transform of a function X(f) is defined as
,
where cas(x) = cos(x) + sin(x).
If Y represents the output sequence Inv FHT{X}, the Inverse FHT VI calculates Y through the discrete implementation of the inverse Hartley integral

for k = 1, 2, …n – 1,
where n is the number of elements in X.
The inverse Hartley transform maps real-valued frequency sequences into real-valued sequences. You can use it instead of the inverse Fourier transform to convolve, deconvolve, and correlate signals. You also can derive the Fourier transform from the Hartley transform.
Refer to the FHT VI for a comparison of the Fourier and Hartley transforms.