j=0:159; b=j.*(pi/80); s=sin(b); a=lpc(s,10); e=iaz160(a,s); e1=e; sn=az160(a,e1); e(10:160)=0; e2=e; sn2=az160(a,e2); subplot(7,1,1), plot(s); subplot(7,1,2), plot(e1); subplot(7,1,3), plot(sn); subplot(7,1,4), plot(s-sn); subplot(7,1,5), plot(e); subplot(7,1,6), plot(sn2); subplot(7,1,7), plot(s-sn2);