class DSP::Windows::Gaussian

Overview

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

Defined in:

dsp/windows/gaussian_window.cr

Constant Summary

SIGMA_RANGE = 0.0..0.5

Class Method Summary

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

get(size) : Array(Float64) get

Class Method Detail

def self.get(size, sigma = 0.4) #

[View source]