Calculating the Hann Window & FFT Energy Correction Factor

  • Thread starter Thread starter Lindemose
  • Start date Start date
  • Tags Tags
    Fft Window
AI Thread Summary
The discussion focuses on calculating the energy correction factor for the Hann window in relation to the Fourier transform. It is established that the correction factor is derived from multiplying sqrt(32) by sqrt(3), with an amplitude correction factor of 2 also considered. The integral of the squared Hann window reveals that energy is reduced by a factor of 3/8, leading to confusion about the correct square root factors. Participants clarify that the sqrt(32) should actually be sqrt(8), aligning with the calculations for energy reduction. Overall, the thread emphasizes the importance of understanding the mathematical foundations behind these correction factors.
Lindemose
Messages
2
Reaction score
0
Hi all,

I am currently looking into the energy correction factor of the Hann window.

So far I have found that to correct for the application of Hann-window and Fourier transform the result needs to be multiplied by sqrt(32)/sqrt(3).

Can any of you explain how to get that factor ?

The amplitude correction factor is 2, that much i grasp...

There is a another factor of 2 as the FFT is performed as a complexed valued operation.

These two factors multiplied is 4 (duhh !)

And when removing that factor from sqrt(32)/sqrt(3) the result is ;

4*sqrt(2)/sqrt(3).

the sqrt(2)/sqrt(3) is the mysteries part. Can anyone explain how to reach this factor ?


Best regards

Lindemose
 
Engineering news on Phys.org
dunno if my markup works. lessee...

i guess it does. the definition for the Hann window (centered at zero and normalized in length) is:

w(x) = \begin{cases}<br /> \frac{1}{2}\left(1 + \cos(\pi x) \right) &amp; \mbox{if } |x| \le 1 \\[3pt]<br /> 0 &amp; \mbox{if } |x| &gt; 1<br /> \end{cases}

now, compared to a no window (where w(x) is 1 for the same stretch of data), this window would reduce your mean voltage magnitude (or whatever signal) by a factor of 1/2. but if the issue is power or energy, you have to square it before integrating.

\int_{-1}^{+1} w^2(x) \ dx = \int_{-1}^{+1} \frac{1}{4}\left(1 + \cos(\pi x) \right)^2 \ dx = \frac{3}{4}

if you did it to no window, the integral would be 2. so energy is reduced by a factor of 3/8. now perhaps they are talking about the r.m.s. reduction, then i think the factor is \sqrt{3/8}. that almost looks right, except for a factor of 2.

i can see where the \sqrt{3} comes from, but not the \sqrt{32}. i think it should be \sqrt{8}.
 
Last edited:
Now that makes all the sense in the world, thank yoy very much.

i can see where the [itex said:
\sqrt{3}[/itex] comes from, but not the \sqrt{32}. i think it should be \sqrt{8}.

By the way the sqrt(32)should be sqrt(8) as you point out. I included the the amplitude correction factor of 2 within the number.

Thanks again and best regards !

Lindemose
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top