MAN page from Mandrake Other XITE-3.3-3.i386.rpm
FT2HT
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
ft2ht - 2d fourier to hartley conversion
SYNTAX
ft2ht [-t <title>] <inimage> <outimage>
DESCRIPTION
ft2httransforms a (single precision) complex Fouriertransform to a (single precision) real Hartley transform.Note that the Hartley transform is faster than Fourier.If you need Fourier it may be faster to compute theHartley transform and then convert to Fourier by meansof ht2ft.
The Hartley transform is given by the Fourier transformas follows:
H(u,v) = Re{F(u,v)} - Im{F(u,v)}
= H_e(u,v) + H_o(u,v)
where H_e and H_o are the even and odd parts of H, i.e.
H_e(u,v) = (H(u,v) + H(-u,-v))/2
H_o(u,v) = (H(u,v) - H(-u,-v))/2
For images with horizontal and vertical even symmetry,H_o(u,v) equals zero, so that
H(u,v) = F(u,v)
SEE ALSO
ft2ht(3),
fft2d(1),
fht2d(1),
ht2ft(1)
RESTRICTIONS
input image should be a sigle precision complex fouriertransform.
RETURN VALUE
0 => ok
1 => bad number of arguments
2 => couldn't read input file
3 => couldn't write output file
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
EXAMPLES
ft2ht monaf.img monah.img
ID
$Id: ft2ht.c,v 1.25 1997/05/27 14:48:34 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
- RESTRICTIONS
- RETURN VALUE
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.