summaryrefslogtreecommitdiff
path: root/758/CH6/EX6.16/Ex_6_16.sce
blob: bf839237c8861aaf6220b28779c7d3f44b68f192 (plain)
1
2
3
4
5
6
7
//Example 6.16

clc;clear;
x=[0 1 2 3 4 5 6 7];
X=clean(fft(x));
disp(x,'x(n)=');
disp(X,'X(k)=');