diff options
Diffstat (limited to '40/CH8/EX8.2')
-rwxr-xr-x | 40/CH8/EX8.2/Exa_8_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/40/CH8/EX8.2/Exa_8_2.sce b/40/CH8/EX8.2/Exa_8_2.sce new file mode 100755 index 000000000..39450d7f1 --- /dev/null +++ b/40/CH8/EX8.2/Exa_8_2.sce @@ -0,0 +1,6 @@ +//The DTFT and conjugate symmetry
+//8-point DFT
+x=[1 1 0 0 0 0 0 0];
+XDFT=dft(x,-1);
+disp(XDFT,'The DFT of x is');
+disp('from conjugate symmetry we see XDFT[k]=XDFT[8-k]');
\ No newline at end of file |