hamming
Return the filter coefficients of a Hamming window of length M
Calling Sequence
hamming (M)
hamming (M, "periodic")
hamming (M, "symmetric")
Parameters
M:
real scalar, which will be the length of hamming window
Description
Return the filter coefficients of a Hamming window of length M.
If the optional argument "periodic" is given, the periodic form of the window is returned. This is equivalent to the window of length M+1 with the last coefficient removed. The optional argument "symmetric" is equivalent to not specifying a second argument.