DSP::Windows::BlackmanHarris
Inherits DSP::Windows::Window < Reference < Object
Produces a Blackman-Harris window of a given size (number of samples). For more info, see https://en.wikipedia.org/wiki/Window_function#Blackman.E2.80.93Harris_window.
Constants
A0 = 0.35875
A1 = 0.48829
A2 = 0.14128
A3 = 0.01168
Class methods
get(size)
Source