6. EXPONENTIAL SEQUENCE

EXPONENTIAL SEQUENCE

%PROGRAM TO EVALUATE EXPONENTIAL SEQUENCE

N=30;
n=0:1:N-1;
x2=0.8.^ (n);
stem(n,x2);
xlabel('n');
ylabel('x2(n)');
title('exponential sequence');

www.matlaball.blogspot.com

No comments:

Post a Comment