windows

Function summary
barlett n
barlett-value x
blackman n
blackman-value x
hamming n
hamming-value x
hann n
hann-value x
hanning n
hanning-value x
make-window type size
rectangular n
rectangular-value x
triangular n
triangular-value x
window-value x type
rectangular-value   x  [Function]
rectangular   n  [Function]

Computes the N size rectangular window.

hann-value   x  [Function]
hann   n  [Function]

Computes the N size periodic Hann window.

hamming-value   x  [Function]
hamming   n  [Function]

Computes the N size Hamming window.

blackman-value   x  [Function]
blackman   n  [Function]

Computes the N size Blackman window.

barlett-value   x  [Function]
barlett   n  [Function]

Computes the N size Blackman window.

triangular   n  [Function]
triangular-value   x  [Function]
hanning   n  [Function]
hanning-value   x  [Function]
make-window   type size  [Function]

Creates a new window.

window-value   x type  [Function]

Computes the value of a given window-type at position x.