class DSP::Windows::Lanczos

Overview

Produces a Lanczos window of a given size (number of samples). The Lanczos window is used in Lanczos resampling. For more info, see https://en.wikipedia.org/wiki/Window_function#Lanczos_window.

Defined in:

dsp/windows/lanczos_window.cr

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]
def self.sinc(x) #

[View source]