class

DSP::Windows::Blackman

Inherits DSP::Windows::Window < Reference < Object

Produces a Blackman window of a given size (number of samples). For more info, see https://en.wikipedia.org/wiki/Window_function#Blackman_windows.

Constants

A0 = (1 - ALPHA) / 2.0
A1 = 0.5
A2 = ALPHA / 2.0
ALPHA = 0.16

Class methods

get(size)
Source