HW7

From Class Wiki
Revision as of 18:38, 23 November 2009 by Joshua.Sarris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Problem Statement
Figure out what happens if your sampled signal, x(t), has frequency components only for fs2<f<fs. Can you recover the original signal from it? If so, find the expression for x(t) in terms of x(nT).

Solution
For fs2<f<fs, our sampled signal x(t) transformed to X(f), is going to look like this. (Note: images not to scale.)



After sampling with frequency fs, the signal is going to be shifted over by 1T, since fs=1T. Our frequency now has the response,:br>



To recover the original signal x(t), we will need a bandpass filter to filter out undesired frequency components, as indicated by the red line in the figure below.



We now have our original signal once again.



Now we need to find the equation for our filter. Then using the filter we can solve for x(t) since we will have our basis vectors.

The transfer function of the bandpass filter that will accomplish this for us is

H(f)={T, 12T<|f|<1T0, else 

To find the expression for h(t), the bandpass filter in the time domain, we can take the inverse Fourier transform.

H(f).

h(t)=1[H(f)]=Tj2[ej2πt/Tej2πt/Tπt]Tj2[ejπt/Tejπt/Tπt]

Recall Eulers identity pertaining to sin: sin(θ)=1j2(ejθejθ), so

h(t)=Tj2[ej2πt/Tej2πt/Tπt]Tj2[ejπt/Tejπt/Tπt]=2sin(2πtT)2πtTsin(πtT)πtT

To simplyfy we can use sinc. sinc(θ)=sin(πθ)πθ, so

h(t)=2sin(2πtT)2πtTsin(πtT)πtT=2sinc(2tT)sinc(tT)

Now that we know h(t), we can find x(t) if we convolve the function for x(t). Because we know that multiplication in one domain is equal if we convolve in the other domain.


after sampling with h(t).

x(t)=n=x(nT)δ(tnT)*[2sinc(2tT)sinc(tT)]


=n=x(nT)[2sinc(2(tnT)T)sinc(tnTT)]


(Pictures borrowed from Max's page)