Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

FHT (DSP Module)

LabVIEW DSP Module 2.5 Help
August 2007

NI Part Number:
371300C-01

»View Product Info

Computes the fast Hartley transform (FHT) of the input sequence X.

The number of elements in the input sequence X must be a valid power of two.

Details  

X is the input sequence and must be a valid power of 2. To properly compute the FHT of X, the number of elements, n, in the sequence must be a valid power of 2.

n = 2m

where m = 1, 2, 3, …, 10

If the number of elements in X is not a valid power of 2, the VI sets Hartley{X} to an empty array.
Hartley {X} is the Hartley transform of X.

FHT Details

The Hartley transform of a function x(t) is defined as

where cas(x) = cos(x) + sin(x).

If Y represents the output sequence Hartley{X} obtained by the FHT, then Y is obtained through the discrete implementation of the Hartley integral

for k = 1, 2, …n-1,

where n is the number of elements in X.

The Hartley transform maps real-valued sequences into real-valued frequency domain sequences. You can use it instead of the Fourier transform to convolve signals, deconvolve signals, correlate signals, and find the power spectrum. You also can derive the Fourier transform from the Hartley transform.

When the sequences to be processed are real-valued sequences, the Fourier transform produces complex-valued sequences in which half of the information is redundant. The advantage of using the Hartley transform instead of the Fourier transform is that the Hartley transform uses half the memory to produce the same information the FFT produces. Further, the FHT is calculated in place and is as efficient as the Fourier transform. The disadvantage of the FHT is that the size of the input sequence must be a valid power of 2.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit