Applies a Hanning window to the input signal X.

![]() |
X is the first input sequence. |
![]() |
Hanning {X} is the input signal with the Hanning window applied. |
If y represents the output sequence Hanning {X}, the Hanning Window VI obtains the elements of y from
yi = xi[0.54 – 0.46cos(w)]

for i = 0, 1, 2, …, n – 1,
where n is the number of elements in the input sequence X.