matthiasm@8: function w=hanningz(n) matthiasm@8: w=.5*(1-cos(2*pi*(0:n-1)'/(n)));