package
0.3.0
Repository: https://github.com/jamestunnell/go-dsp.git
Documentation: pkg.go.dev

# Functions

NewBartlett makes a new Bartlett window maker.
NewBartlettHann makes a new BartlettHann window maker.
NewBlackman makes a new Blackman window maker.
NewBlackmanHarris makes a new BlackmanHarris window maker.
NewBlackmanNuttall makes a new BlackmanNuttall window maker.
NewCosine makes a new Cosine window maker.
NewFlatTop makes a new FlatTop window maker.
NewGaussian makes a new Gaussian window maker.
NewHamming makes a new Hamming window maker.
NewHann makes a new Hann window maker.
NewLanczos makes a new Lanczos window maker.
NewNuttall makes a new Nuttall window maker.
NewRectangular makes a new Rectangular window maker.
NewTriangular makes a new Triangular window maker.
NewTukey makes a new Tukey window maker.

# Structs

Bartlett is a Bartlett window maker.
BartlettHann is a BartlettHann window maker.
Blackman is a Blackman window maker.
BlackmanHarris is a BlackmanHarris window maker.
BlackmanNuttall is a BlackmanNuttall window maker.
Cosine is a Cosine window maker.
FlatTop is a FlatTop window maker.
Gaussian is a Gaussian window maker.
Hamming is a Hamming window maker.
Hann is a Hann window maker.
Lanczos is a Lanczos window maker.
Nuttall is a Nuttall window maker.
Rectangular is a Rectangular window maker.
Triangular is a Triangular window maker.
Tukey is a Tukey window maker.

# Interfaces

Window makes windows of a certain kind.