|
Windowing is the application of a window prior to processing. That the signal s(t) is multipied by a window function w(t), before processing. To put it in a more precise context, suppose we are doing a Fourier analysis on the signal s. Then instead of computing
S(k) = | N-1 å t=0 | s(t)exp | æ ç è | - | 2pikt N | ö ÷ ø |
S(k) = | N-1 å t=0 | w(t) ´ s(t)exp | æ ç è | - | 2pikt N | ö ÷ ø |
Valid types of windows are Hamming, Hanning, Bartlett, Blackman, or Rectangle
Hamming Window
Hamming window is defined as
W[t] = | ì ï í ï î |
|
where c is the center of the window and 2r is the length of the window Hamming is the most frequently used type and is the default.
Hanning window is defined as
W[t] = | ì ï í ï î |
|
where c is the center of the window and 2r is the length of the window
Bartlett window is defined as
W[t] = | ì ï í ï î |
|
Rectangular window is defined as
W[t] = | ì í î |
|
Blackman window is defined as
W[t] = | ì ï ï í ï ï î |
|