User:GabrielaV: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
GabrielaV (talk | contribs)
GabrielaV (talk | contribs)
Line 88: Line 88:
[[Image:2x01.jpg|Illustration of 2x Oversampling pt.1]] which equals <math>\sum_{k= -\infty}^ \infty \ x(nT) h(\frac {mT}{2}) \delta (t-nT- \frac{mT}{2})</math>
[[Image:2x01.jpg|Illustration of 2x Oversampling pt.1]] which equals <math>\sum_{k= -\infty}^ \infty \ x(nT) h(\frac {mT}{2}) \delta (t-nT- \frac{mT}{2})</math>
[[Image:2x02.jpg|Illustration of 2x Oversampling pt.2]]
[[Image:2x02.jpg|Illustration of 2x Oversampling pt.2]]
If we let <math> (\frac{l}{2}) = (n +(\frac{m}{2}))</math> therefore, <math> n = (\frac{l-m}{2}) </math> which makes <math> \hat y (t) = \sum_{l=-\infty}^\infty \left ( \sum_{m=-M}^M x \left (\frac{l-m}{2} T \right) h \left(\frac{mT}{2} \right) \right) \delta \left (t - \frac{lT}{2} \right)
If we let <math> (\frac{l}{2}) = (n +(\frac{m}{2}))</math> therefore, <math> n = (\frac{l-m}{2}) </math> which makes <math> \hat y (t) = \sum_{l=-\infty}^\infty \left ( \sum_{m=-M}^M x \left (\frac{l-m}{2} T \right) h \left(\frac{mT}{2} \right) \right) \delta \left (t - \frac{lT}{2} \right)</math>






===FIR===
===FIR===
</math>

Revision as of 02:11, 13 December 2005

Welcome to Gabriela's Wiki page

Introduction

Do you want to know how to contact me or find out some interesting things about me? [[1]]

Signals & Systems

Example

Find the first two orthonormal polynomials on the interval [-1,1]

1. What is orthonormal? [2]

2. What is orthogonal? [3]

3. What is a polynomial? [4]

        a
        bt+c

4. Now we can find the values for the unknown variables.

<a|a>=11aadt=1
a=12


<bt+c|a>=11a(bt+c)dt=0
c=0
<bt+c|bt+c>=11(bt+c)2dt=1
a=32


5. Now that we know what the first two orthonormal polynomials!

Fourier Transform

As previously discussed, Fourier series is an expansion of a periodic function therefore we can not use it to transform a non-periodic funciton from time to the frequency domain. Fortunately the Fourier transform allows for the transformation to be done on a non-periodic function. The Fourier transform allows to change a function from the time domain to frequency domain or the inverse fourier transform from frequency domain to time domain.


In order to understand the relationship between a non-periodic function and it's counterpart we must go back to Fourier series. Remember the complex exponential signal? [5]

x(t)=x(t+T)=k=αkej2πktT

where

αk=1/TT2T2x(u)ej2πkuTdu

If we let

T

The summation becomes integration, the harmoinic frequency becomes a continuous frequency, and the incremental spacing becomes a differential separation.

k=
kTf
1/Tdf

The result is

limT=[x(u)ej2πfudu]ej2πftdf

The term in the brackets is the Fourier transfrom of x(t)

[x(t)]=X(f)

Inverse Fourier transform

x(t)=1[X(f)]

How a CD Player Works

The first step on how a CD player works is that it takes data from the cd that is mathmatically represented by n=x(nt)δ(tnT) The data then goes through the Digital to Analog Converter and it is convolved with p(t) ( See figure below)

File:BarnsaDA.jpgThe result is n=x(nt)p(tnT)

As you can see in the Frequency domain the final result does not appear to look like the original signal. Therefore we pass P(f)1Tm=X(fmT) through a low pass filter to knock out the high frequencies.

2x Oversampling(Interperolating FIR filter)

The benefit of using oversampling is that this allows for more samples to be taken.

We have k=x(nT)δ(tnT) in the time domain and we convolve it with m=MMh(mT2)δ(tmT2) File:2x01.jpg which equals k=x(nT)h(mT2)δ(tnTmT2) File:2x02.jpg If we let (l2)=(n+(m2)) therefore, n=(lm2) which makes y^(t)=l=(m=MMx(lm2T)h(mT2))δ(tlT2)


FIR