summaryrefslogtreecommitdiff
path: root/40/CH8/EX8.2/Exa_8_2.sce
blob: 39450d7f107c74642fdda61de88b336a02e68cde (plain)
1
2
3
4
5
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]');