From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 40/CH8/EX8.1/Exa_8_1.sce | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '40/CH8/EX8.1/Exa_8_1.sce') diff --git a/40/CH8/EX8.1/Exa_8_1.sce b/40/CH8/EX8.1/Exa_8_1.sce index 000b8b907..ab20fffa1 100755 --- a/40/CH8/EX8.1/Exa_8_1.sce +++ b/40/CH8/EX8.1/Exa_8_1.sce @@ -1,6 +1,6 @@ -//DFT from defining relation -//N-point DFT -x=[1 2 1 0]; -XDFT=dft(x,-1); -disp(XDFT,'The DFT of x[n] is'); +//DFT from defining relation +//N-point DFT +x=[1 2 1 0]; +XDFT=fft(x,-1); +disp(XDFT,'The DFT of x[n] is'); //DFT of periodic signal x with period N=4 \ No newline at end of file -- cgit