Documentation ¶
Overview ¶
Package window provides window functions for digital signal processing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bartlett ¶
Bartlett returns an L-point Bartlett window. Reference: http://www.mathworks.com/help/signal/ref/bartlett.html
func Blackman ¶
Blackman returns an L-point Blackman window Reference: http://www.mathworks.com/help/signal/ref/blackman.html
func FlatTop ¶
FlatTop returns an L-point flat top window. Reference: http://www.mathworks.com/help/signal/ref/flattopwin.html
func Hamming ¶
Hamming returns an L-point symmetric Hamming window. Reference: http://www.mathworks.com/help/signal/ref/hamming.html
func Hann ¶
Hann returns an L-point Hann window. Reference: http://www.mathworks.com/help/signal/ref/hann.html
func Rectangular ¶
Rectangular returns an L-point rectangular window (all values are 1).
Types ¶
This section is empty.