Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: FFT window question (Read 2320 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

FFT window question

A sliding window FFT analysis equation:

Y(lamda,k) = \sum_{mu =0}^{L-1} [y(lamda*R + mu) * h(mu) * exp (-j*2pi*k*mu/L)].    (A)

Here,R is frame shift and  h refer to the window.

Rainer Martin said:

Furthermore,to facilitate our notation and to avoid unnecessary normalization
factors we assume

\sum_{mu =0}^{L-1}( (h(mu))^2) = 1 ;                                                  (B)


I wonder: how the equation B can reach the idea " to facilitate our notation and to avoid unnecessary normalization
factors " ?

some maybe useful hint: the subsequent work is to optimally smooth the spectra ,and then to get noise estimate in terms of mimimun statistics.

Regards
HyeeWang