class

DSP::Windows::BartlettHann

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

Produces a Bartlett-Hann window of a given size (number of samples). For more info, see https://en.wikipedia.org/wiki/Window_function#Bartlett.E2.80.93Hann_window.

Constants

A0 = 0.62
A1 = 0.48
A2 = 0.38

Class methods

get(size)
Source