www.gusucode.com > 《matlab图像处理与界面编程宝典》秦襄培 编著,每章的MATLAB源代码程序 > 第5章/代码5-27.txt

    
    tic
L = 1000; 
    A = filter([1],[1 -2],ones(1,L+1));
    toc