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