Line 27: | Line 27: | ||
===Answer 2=== | ===Answer 2=== | ||
Write it here. | Write it here. | ||
− | |||
===Answer 3=== | ===Answer 3=== | ||
+ | ---- | ||
+ | |||
+ | |||
[[2013_Fall_ECE_438_Boutin|Back to ECE438 Fall 2013]] | [[2013_Fall_ECE_438_Boutin|Back to ECE438 Fall 2013]] |
Revision as of 14:31, 12 September 2013
Contents
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.)
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!
Answer 1
Yiran:
x[n] = sin(2*pi/100*n)= 1/(2*j)*(exp(j*2*pi/100*n)-exp(-j*2*pi/100*n))
X(w) = \sum \left( \right)
Answer 2
Write it here.