Xref: utzoo comp.dsp:840 sci.math:11905 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!snorkelwacker!ai-lab!tmb From: tmb@wheaties.ai.mit.edu (Thomas M. Breuel) Newsgroups: comp.dsp,sci.math Subject: Re: Hartley transforms Keywords: transforms, Hartley, Fourier, FFT, FHT Message-ID: <9711@life.ai.mit.edu> Date: 5 Aug 90 07:17:25 GMT Reply-To: tmb@ai.mit.edu Followup-To: comp.dsp Organization: MIT AI Lab, Cambridge, MA Lines: 33 Oh, well, the answers turn out to be simple (I thought about it while waiting for the subway--"think--then post")... sorry to have bothered the list with the first set of questions, but I would still be interested in the answer to this question: |Also, does anyone have code for the FHT (C/Fortran)? Currently, I am |using a REALFFT routine and re-arrange the output, which is probably |not very inefficient, but not quite as fast as it could be. Have the |patent issues involving the FHT been resolved? Thanks, Thomas. tmb@ai.mit.edu PS: the other questions were: |Does anyone know or have pointers to the literature or code about how |to do multidimensional Hartley transforms (i.e., is it obvious that a |2D HT is the same as 2 1D HT's, or do I need some correction), The answer is obvious if you write f(x,y)=(cas px)(cas qy) as the set of basis functions, where cas x=(sin x)+(cos x). |and what |the correlation and convolution theorems look like for multidimensional |Hartley transforms? [and: can we get the same number of multiplies |as for the FT case] It turns out that it isn't too hard to show that if you apply the HT 1D correlation/convolution theorem first in the X and then in the Y direction, you get the correct answer and in the same number of multiplies as the complex (Fourier) version. You get the 1D versions from the corresponding Fourier theorems and the relation 2F=(H+HR)+i(-H+HR), where HR(x)=H(-x).