| << hamming | Signal Processing | mag2db >> |
| c = hann(m) |
| c = hann(m, opt) |
positive integer: window length
string: 'symetric' (default) or 'periodic'
column vector
c = hann(m) computes coefficients of a Hanning window of length m.
c = hann(8)
c = hann(8, 'periodic')
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET