Applies a Blackman window to the input sequence X.

![]() |
X is the first input sequence. |
![]() |
Blackman{X} is the input signal with the Blackman window applied. |
If Y represents the output sequence Blackman{X}, the Blackman Window VI obtains the elements of Y from
yi = xi[0.42 – 0.50cos(w) + 0.08cos(2w)],
for i = 0, 1, 2, …, n – 1

where n is the number of elements in X.