function alpha=convolvemp(h,c) h = c.*h; alpha = cummom(h); alpha = (1/c).*alpha;