function alpha=deconvolvemp(h,c) h = c.*h; alpha = momcum(h); alpha = (1/c).*alpha;