0
446views
Find the DFT of the sequence x(n)={1 for 0≤n≤20 otherwise for N=4 and compute the corresponding amplitude and phase spectrum
1 Answer
written 2.3 years ago by |
Solution:
X(k)=∑N−1n=0x(n)e−j2πknN
The DFT of the sequence x(n)={1 for 0≤n≤20 otherwise
Here x(0)=1,x(1)=1,x(2)=1,x(3)=0;N=4.
For k=0:
$ \begin{aligned} & X(0)=\sum_{n=0}^3 x(n)=x(0)+x(1)+x(2)+x(3) \\\\ & =3 \\\\ …