Line 38: Line 38:
 
Write it here.
 
Write it here.
 
===Answer 3===
 
===Answer 3===
We can set the  
+
We can separate the equation to the following function
 +
<math>x[n]=\frac{1}{2 j}
 
<math>x[n]=\sin \left( \frac{2\pi}{100} n \right)</math>
 
<math>x[n]=\sin \left( \frac{2\pi}{100} n \right)</math>
  
  
 
[[2013_Fall_ECE_438_Boutin|Back to ECE438 Fall 2013]]
 
[[2013_Fall_ECE_438_Boutin|Back to ECE438 Fall 2013]]

Revision as of 17:46, 12 September 2013


Practice Problem on Discrete-time Fourier transform computation

Compute the discrete-time Fourier transform of the following signal:

$ x[n]= \sin \left( \frac{2 \pi }{100} n \right) $

(Write enough intermediate steps to fully justify your answer.)


Share your answers below

You will receive feedback from your instructor and TA directly on this page. Other students are welcome to comment/discuss/point out mistakes/ask questions too!

No need to write your name: we can find out who wrote what by checking the history of the page.


Answer 1

$ x[n]=\sin \left( \frac{2 \pi}{100} \right) $


$ x[n] = \frac{1}{2j} \left( e^{ \frac{j2 \pi}{100n}}-e^{- \frac{j2 \pi}{100n}} \right) $

$ X_(\omega) = \sum_{n=-\infty}^{+\infty} x[n] e^{-j\omega n} $

$ X_(\omega) = \frac{1}{2j} \left( \sum_{n=-\infty}^{+\infty} e^{ \frac{j2 \pi} {100} n} e^{-j\omega n} - \sum_{n=-\infty}^{+\infty} e^{\frac{-j2 \pi} {100} n} e^{-j\omega n} \right) $


$ X_(\omega) = \frac{\pi}{j} \left( \delta \left({\omega - \frac{2 \pi}{100}}\right) - \delta \left({\omega + \frac{2 \pi}{100}}\right) \right) by DTFT table $

Answer 2

Write it here.

Answer 3

We can separate the equation to the following function $ x[n]=\frac{1}{2 j} <math>x[n]=\sin \left( \frac{2\pi}{100} n \right) $


Back to ECE438 Fall 2013

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett