From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 62/CH6/EX6.49/ex_6_49.sce | 110 +++++++++++++++++++++++----------------------- 62/CH6/EX6.50/ex_6_50.sce | 8 ++-- 2 files changed, 59 insertions(+), 59 deletions(-) (limited to '62/CH6') diff --git a/62/CH6/EX6.49/ex_6_49.sce b/62/CH6/EX6.49/ex_6_49.sce index b77ac4ead..0b630bc79 100755 --- a/62/CH6/EX6.49/ex_6_49.sce +++ b/62/CH6/EX6.49/ex_6_49.sce @@ -1,56 +1,56 @@ -close; -clc; -clear; -n=0:10; -N=8; -for i=1:length(n) - if n(i)==0 then - delta(i)=1; - else - delta(i)=0; - end -end -x=delta'; -subplot(2,1,1) -plot2d3(n,x); -a=gca(); -plot(n,x,'r.') -poly1=a.children.children; -poly1.thickness=3; -poly1.foreground=2; -xtitle('x[n]','n') -X=dft(x,-1); -Y=X(1:find(n==N)-1); -subplot(2,1,2) -plot2d3(n,[Y' 0 0 0]); -a=gca(); -plot(n,[Y' 0 0 0],'r.') -poly1=a.children.children; -poly1.thickness=3; -poly1.foreground=2; -xtitle('X[k]','k') -for i=1:length(n) - if n(i)>=0 & n(i)=0 & n(i)