Go to the source code of this file.
◆ res
Initial value: = hamming(len)
% Return a vector of
length len giving the hamming
window profile. Multiply element-by-element with your data vector.
res = 0.54 + 0.46 * cos(2 * pi() * ((-len/2):1:(len/2 - 1)) / len)
Definition at line 1 of file hamming.m.