summaryrefslogtreecommitdiff
path: root/758/CH6/EX6.14/Ex_6_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '758/CH6/EX6.14/Ex_6_14.sce')
-rwxr-xr-x758/CH6/EX6.14/Ex_6_14.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/758/CH6/EX6.14/Ex_6_14.sce b/758/CH6/EX6.14/Ex_6_14.sce
new file mode 100755
index 000000000..c34b8b74e
--- /dev/null
+++ b/758/CH6/EX6.14/Ex_6_14.sce
@@ -0,0 +1,8 @@
+//Example 6.14
+clc;clear;close;
+X=[3 2+%i 1 2-%i];
+//Calculation of IDFT
+x=dft(X,1);
+x=clean(x);
+disp(X,'DFT of the Sequence is X(k): ');
+disp(x,'Sequence is x(n): ');