summaryrefslogtreecommitdiff
path: root/758/CH6/EX6.26/Ex_6_26.sce
blob: 0173d887924bf57f7d39971efcb664b159fd9ca8 (plain)
1
2
3
4
5
6
7
//Example 6.26

clc;clear;
X=[36 -4+9.656*%i -4+4*%i -4+1.656*%i -4 -4-1.656*%i -4-4*%i -4-9.656*%i ];
x=round(clean(ifft(X)));
disp(X,'X(k)=');
disp(x,'x(n)=');