Line 6: Line 6:
 
(1) <math>x(t)=\frac{Wt}{\pi t}</math>
 
(1) <math>x(t)=\frac{Wt}{\pi t}</math>
  
Compute CTFT of <math>x(t)</math>. Instead of using CTFT formula, we solve it by using inverse CTFT and comparison.  
+
a) Compute CTFT of <math>x(t)</math>. Instead of using CTFT formula, we solve it by using inverse CTFT and comparison.  
  
 
<math>\begin{align}
 
<math>\begin{align}
Line 20: Line 20:
  
 
<math>X(f) = rect(\frac{\pi f}{W}) = \left\{\begin{array}{ll}1, &  \text{ if }|t|<\frac{W}{2\pi},\\ 0, & \text{else.}\end{array} \right. \ </math>  
 
<math>X(f) = rect(\frac{\pi f}{W}) = \left\{\begin{array}{ll}1, &  \text{ if }|t|<\frac{W}{2\pi},\\ 0, & \text{else.}\end{array} \right. \ </math>  
 +
 +
[[Image:HW3Q1fig1.jpg|1000px]]
 +
 +
b)
 +
 +
the Nyquist rate <math>f_0=\frac{W}{2\pi}</math>
 +
 +
c)
 +
 +
<math>T=\frac{1}{3f_0}=\frac{2\pi}{3W}</math>
 +
 +
<math>x_s(t) = comb_T(x(t)) = x(t)\sum_{k=-\infty}^{\infty}\delta(t-kT)</math>
 +
 +
<math>\begin{align}
 +
X_s(f) = CTFT\{ x_s(t) \} &= X(f)*\frac{1}{T}\sum_{k=-\infty}^{\infty}\delta(f-\frac{k}{T}) \\
 +
&= \frac{1}{T}\sum_{k=-\infty}^{\infty}X(f-\frac{k}{T}) \\
 +
&= \frac{3W}{2\pi}\sum_{k=-\infty}^{\infty}X(f-\frac{3Wk}{2\pi})
 +
\end{align}</math>
 +
 +
[[Image:HW3Q1fig2.jpg|1000px]]
 
----
 
----
  

Revision as of 10:56, 15 October 2011

Homework 1, ECE438, Fall 2011, Prof. Boutin


Question 1-5

(1) $ x(t)=\frac{Wt}{\pi t} $

a) Compute CTFT of $ x(t) $. Instead of using CTFT formula, we solve it by using inverse CTFT and comparison.

$ \begin{align} x(t) &= \frac{sin(Wt)}{\pi t} = \frac{e^{jWt}-e^{-jWt}}{2j\pi t}\ (*)\\ x(t) &= \int\limits_{-\infty}^{\infty}X(f)e^{j2\pi ft}df\ (**) \end{align} $

Since

$ \int\limits_{-\frac{W}{2\pi}}^{\frac{W}{2\pi}}1\cdot e^{j2\pi ft}df = \frac{e^{jWt}-e^{-jWt}}{2j\pi t} $

Therefore,

$ X(f) = rect(\frac{\pi f}{W}) = \left\{\begin{array}{ll}1, & \text{ if }|t|<\frac{W}{2\pi},\\ 0, & \text{else.}\end{array} \right. \ $

HW3Q1fig1.jpg

b)

the Nyquist rate $ f_0=\frac{W}{2\pi} $

c)

$ T=\frac{1}{3f_0}=\frac{2\pi}{3W} $

$ x_s(t) = comb_T(x(t)) = x(t)\sum_{k=-\infty}^{\infty}\delta(t-kT) $

$ \begin{align} X_s(f) = CTFT\{ x_s(t) \} &= X(f)*\frac{1}{T}\sum_{k=-\infty}^{\infty}\delta(f-\frac{k}{T}) \\ &= \frac{1}{T}\sum_{k=-\infty}^{\infty}X(f-\frac{k}{T}) \\ &= \frac{3W}{2\pi}\sum_{k=-\infty}^{\infty}X(f-\frac{3Wk}{2\pi}) \end{align} $

HW3Q1fig2.jpg


Question 6

$ \text{a)} \;\; \text{General Relation for the decimation with a factor of } D \,\! $.

$ \text{Let } X(w) = \mathcal{F}(x[n]) $

$ \begin{align} Y(w) &= \sum_{n=-\infty}^{\infty} y[n]e^{-jwn} = \sum_{n=-\infty}^{\infty} x[3n]e^{-jwn} \\ &= \sum_{m=-\infty, m=Dk}^{\infty} x[m]e^{-j\frac{wm}{D}} = \sum_{m=-\infty}^{\infty} x[m] \left( \sum_{k=-\infty}^{\infty} \delta[m-Dk] \right) e^{-j\frac{wm}{D}} \\ &= \sum_{m=-\infty}^{\infty} x[m] \left( \frac{1}{D} \sum_{k=0}^{D-1} e^{j\frac{2\pi}{D}km} \right) e^{-j\frac{wm}{D}} = \sum_{k=0}^{D-1} \frac{1}{D} \sum_{m=-\infty}^{\infty} x[m]e^{j\left(w-\frac{2\pi}{D}k\right)m} \\ &= \sum_{k=0}^{D-1} \frac{1}{D} X\left(\frac{w-2\pi k}{D}\right) \\ \end{align} $

Replacing D with 5 would be the answer.

HW3Q2fig1.jpg

$ \text{b)} \;\; \text{General Relation for the upsampling with a factor of } L \,\! $.

$ \begin{align} Z(w) &= \sum_{n=-\infty}^{\infty} z[n]e^{-jwn} \\ &= \sum_{n=-\infty}^{\infty} \left( \sum_{k=-\infty}^{\infty} x[k] \delta[n-kL] \right) e^{-jwn} \\ &= \sum_{k=-\infty}^{\infty} x[k] \sum_{n=-\infty}^{\infty} \delta[n-kL] e^{-jwn} = \sum_{k=-\infty}^{\infty} x[k] e^{-jwkL} \\ &= \sum_{k=-\infty}^{\infty} x[k] e^{-jLwk} = X(Lw) \\ &\end{align} $

Since $ X(w) $ is periodic with $ 2\pi $, $ Z(w)=X(Lw) $ is periodic with $ 2\pi/L $.

Replaing L with 7 would be the answer.

HW3Q2fig2.jpg


Back to Homework 3

Back to ECE 438 Fall 2011

Alumni Liaison

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

Dr. Paul Garrett