//Example 4.12
//Program to Compute the S-point DFT of a Sea
//x(n}=[0.5,0.5,0.5,0.5,0,0,0,0) using radix-:
‘Algorit
clear all;
cle
co:
x=[0,5,0.5,0.5,0-5,0,0,0,01;
//FFT Comp
Kette,
asap, Xx)
DIT
Scilab code Exa 4.13 $ Point DPT of the Sequence
//Example 4.13
//Program to Compute the 8-point DFT of a Sequence
//x(n}=[0.5.0.5,0.5,0.5,0,0,0,0) using radix-2 DIF
Algorit
clear all;
cle
co:
x=[0.5,0.5,0.5,0-5,0,0,0,01;
//FFT Computatio
Rete (x, Di
isp, Ka) = Di
Seilab code Exa 4.14 DFT using DIT Algorithm
//Example 4.14
//Program to Compute the d-point DFT of a Sequence
en
//vsing DIT Algorithm
clear all;