summaryrefslogtreecommitdiff
path: root/67/CH8/EX8.13/example813.sce
blob: 4b2059d0fecfb91b48e90b885de21232087f77e4 (plain)
1
2
3
4
5
6
//Example 8.13
//Find the DFT of the following sequence
clc;
h=[1/3,1/3,1/3];
H=fft(h,-1);
disp(H,'H[k]=');