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 = (21378)i/n and n = the number of elements in x.

1378

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