summaryrefslogtreecommitdiff
path: root/758/CH6/EX6.24/Ex_6_24.sce
blob: 426a75413e1c1da774381dbe303d5f7287b14592 (plain)
1
2
3
4
5
6
7
//Example 6.24

clc;clear;
X=[20 -5.828-2.414*%i 0 -0.172-0.414*%i 0 -0.172+0.414*%i 0 -5.828+2.414*%i];
x=round(clean(ifft(X)));
disp(X,'X(k)=');
disp(x,'x(n)=');