x(1)=0; for i=2:200; x(i)=1.1*x(i-1)+(rand(1)-.5; end subplot(2,1,1) plot(x); subplot(2,2,3) spectrum(x);