I'm trying to understand the Hamming window concept (Signal Processing) and the equation looks like the following:
Where:
N = number of Samples in each frame
Y[n] = Output Signal
X(n) = Input Signal
W(n) = Hamming window
First Question: I have "framed" (split the signal into blocks), so therefore, in X(n) do I pass in the values for each block, and, not the block itself?
Second question regarding the Hamming Window:
The equation is given:
From this I get:
w(n) = new vector
e.g. w(0) = 0.54 - 0.46 cos()
This is where I get lost. Shameful I know. Right, I know this is really stupid of me to ask but could someone help me out understanding the rest of this equation? I.e. in english steps?
Hope someone can help.