Hamming Window
- Updated2023-09-20
- 1 minute(s) read
Hamming Window
C/C++ Equivalent: NISCOPE_VAL_HAMMING_WINDOW
A Hamming window is applied to the waveform using the following equation:
y[i] = x[i] [0.54 - 0.46cos(w)]
where w = (2)i/n and n = the number of elements in x.
Note
Hanning and Hamming windows are somewhat similar. However, in the time domain, the Hamming window does not get as close to zero near the edges as does the Hanning window.
Units
Volts
X Units
Seconds
Resulting Array Size
inputSize