From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 40/CH8/EX8.9b/Exa_8_9b.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 40/CH8/EX8.9b/Exa_8_9b.sce (limited to '40/CH8/EX8.9b/Exa_8_9b.sce') diff --git a/40/CH8/EX8.9b/Exa_8_9b.sce b/40/CH8/EX8.9b/Exa_8_9b.sce new file mode 100755 index 000000000..d32e7094c --- /dev/null +++ b/40/CH8/EX8.9b/Exa_8_9b.sce @@ -0,0 +1,15 @@ +//DFT and DFS of sinusoids +n2=0:1/1280:31/128; +xt=4*sin(72*%pi*n2'); +n=0:1/128:31/128;//F=9/32 hence N=32 +xn=4*sin(72*%pi*n'); +XDFT=abs(dft(xn,-1)); +n1=0:31; +a=gca(); +a.x_location="origin"; +plot2d(n2,xt); +plot2d3('gnn',n,xn); +xset('window',1); +b=gca(); +b.x_location="origin"; +plot2d3('gnn',n1,XDFT); -- cgit