class DSP::Windows::BartlettHann

Overview

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.

Defined in:

dsp/windows/bartlett_hann_window.cr

Constant Summary

A0 = 0.62
A1 = 0.48
A2 = 0.38

Class Method Summary

Class methods inherited from class DSP::Windows::Window

get(size) : Array(Float64) get

Class Method Detail

def self.get(size) #

[View source]