class

DSP::Windows::BlackmanNuttall

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

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

Constants

A0 = 0.3635819
A1 = 0.4891775
A2 = 0.1365995
A3 = 0.0106411

Class methods

get(size)
Source