Blackman Window
- Updated2023-09-20
- 1 minute(s) read
Blackman Window
C/C++ Equivalent: NISCOPE_VAL_BLACKMAN_WINDOW
A Blackman window is applied to the waveform using the following equation:
y[i] = waveform[i] × (0.42 – 0.50cos(w) + 0.08cos(2w))
where w = (2)i/n and n is the number of elements in the waveform.
Units
Volts
X Units
Seconds
Resulting Array Size
inputSize