hobz Posted December 13, 2010 Posted December 13, 2010 (edited) What are the advantages of normalizing a DFT with the frequency? E.g. A plot of DFT*frequency as a function of frequency. Edited December 13, 2010 by hobz
Dave Posted December 24, 2010 Posted December 24, 2010 As far as I know there's no particular "advantage". I guess if you had proven some result that used this scaling then it could be handy. Why do you ask?
hobz Posted January 3, 2011 Author Posted January 3, 2011 I a spectrum employing this technique, and I didn't know why it was used. Have you ever seen it?
baxtrom Posted May 3, 2011 Posted May 3, 2011 "Normalizing" sounds like you divide the fourier transform with some constant in order to interpret the value on the vertical axis, are you sure don't mean something like that? Like, if you run a vector of 1's through your DFT routine, you'll get an output vector with nonzero first element. If you divide your DFT's with this number when plotting you have one common form of normalizing. Problem is that if you normalize you typically won't get back the original time domain vector if you do an inverse DFT so you need to be careful.. If you multiply your DFT with frequency you will get some sort of high pass filtering effect, since for [math]f \to 0[/math] the DFT will also approach zero. And if you do an inverse DFT you will get some weird results since multiplication in frequency domain means convolution in time domain..
DrRocket Posted May 3, 2011 Posted May 3, 2011 What are the advantages of normalizing a DFT with the frequency? E.g. A plot of DFT*frequency as a function of frequency. A plot of frequency vs frequency is a line of slope 1 so that cannot possibly be what you mean. The "discrete Fourier transform" usually means the Fourier transform on a finite number of points, or in group terms [math] \mathbb Z_n = \dfrac {\mathbb Z}{n \mathbb Z} [/math]. Now the Fourier transform on an Abelian group is taken with respect to the "essentially unique" translation invariant measure (Haar measure) on the group. "Essentially unique" means unique up to a positive real multiple -- which could well be your normalization constant. The natural invariant measure on a finite group is "counting measure" -- the measure of a subset is the number of points in the set. On the other hand in the theory of Fourier transforms on groups one usually chooses the Haar measure of a compact group to be 1 (and finite groups are compact. This is done to make the Fourier inversion theorem simple. So in that case "counting measure is normalized by dividing by the number of elements in the group -- [math]n[/math] in the case of [math]\mathbb Z_n[/math]. If this is what you mean by a normalized DFT the normalization merely assures that you are using the same measure for both the Fourier transform and the inverse Fourier transform. It is very convenient, but not essential to adopt such a convention. For a very nice discussion of Fourier analysis on groups, the natural setting, you might want to take a look at Walter Rudin's classic book Fourier Analysis on Groups. The beauty is that all of the different variations on the theme of "Fourier transform" and "Fourier series" that you see in engineering and physics texts are seen as just examples of one overall concept. Oh, yeah, another useful point -- Rudin will not state theorems that are not true, in contrast to some engineering and physics books.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now