0

enter image description here

I would be grateful if you can help me with i) ii) and iii) especially with ii and iii

S L
  • 11,731
Anarkie
  • 233
  • For i, apply the definition. For ii, find the zeroes of the first derivative. For iii, find the zeroes. –  Apr 22 '14 at 20:51

1 Answers1

1

Define $T=2$ms and write down the definition of the Fourier transform:

$$X(j\omega)=\int_{-\infty}^{\infty}x(t)e^{-j\omega t}dt=\int_0^{T}e^{-j\omega t}dt=-\frac{1}{j\omega}(e^{-j\omega T}-1)=\frac{1}{j\omega}e^{-j\omega T/2}(e^{j\omega T/2}-e^{-j\omega T/2})=e^{-j\omega T/2}T\frac{\sin(\omega T/2)}{\omega T/2}$$

The maximum value of $|X(j\omega)|$ is at $\omega=0$ and its value is $T$. The zeros of $X(j\omega)$ are are the zeros of $\sin(\omega T/2)$ apart from $\omega=0$, i.e. $\omega=2\pi k/T$, $k=\pm 1, \pm 2, \ldots$

Matt L.
  • 10,636
  • Can you explain why maximum is at ω=0 ? – Anarkie Apr 22 '14 at 21:00
  • 1
    The function $\sin(x)/x$ is called the sinc-function and attains its maximum value 1 at $x=0$. Check this article: http://en.wikipedia.org/wiki/Sinc_function – Matt L. Apr 22 '14 at 21:03
  • Thank you very much, would http://en.wikipedia.org/wiki/Spectrum_(functional_analysis) help for understanding iii)? – Anarkie Apr 22 '14 at 21:07
  • No, just read the "Properties" section of the article on the sinc function, then you know that it attains its zeros at non-zero multiples of $\pi$. Since in your case $x=\omega T/2$, the zeros are as I indicated in my answer. – Matt L. Apr 22 '14 at 21:11
  • I would be grateful if you can have a look at this question http://math.stackexchange.com/questions/801338/calculating-own-dft-via-matlab/ – Anarkie May 20 '14 at 12:16
  • @Anarkie: I just submitted an answer. – Matt L. May 20 '14 at 12:34