Christman GeneralizedReceiver: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
===<span style="font-variant: small-caps;">How It Works: Generalized Receiver</span>===
===<span style="font-variant: small-caps;">How It Works: Generalized Receiver</span>===
<br/>
<br/>
The process of transmitting data, <math>m(t)</math>, via a wireless signal, <math>v(t)</math>, is shown below:
<br/>
<center>[[Image:HW2_GenTran.jpg]]</center>
<br/>
As can be seen from the figure above, in order to transmit <math>m(t)</math>, one must first process the data using a baseband processor (usually accomplished with software). As a result of this process the original data will be split into two signals, <math>x(t)</math> and <math>y(t)</math>. Why is this you ask? In the world of "Communication Systems" a signal to be transmitted can be written as
<br/>
<center>


<math>\displaystyle v(t) = Re[g(t) \cdot e^{j\omega_{c}t}]</math>, where <math>\displaystyle g(t) = x(t) + jy(t)</math>.


<center>[[Image:HW2_GenTran.jpg]]</center>
</center>
<br/>
Using Euler's identity, <math>\scriptstyle e^{j\omega_{c}t} = \cos{\omega_{c}t} + j\sin{\omega_{c}t}</math>, we are able to re-write the above equation and simplify so to obtain the following relationship:
<br/>
<center>

<math>\displaystyle v(t) = Re[(x(t) + jy(t)) \cdot e^{j\omega_{c}t}] = Re[(x(t) + jy(t)) \cdot (\cos{\omega_{c}t} + j\sin{\omega_{c}t}) = x(t)\cos{\omega_{c}t} - y(t)\sin{\omega_{c}t}</math>.

</center>

<br/>

This is why it is necessary to split <math>m(t)</math> into the the two signals <math>x(t) \text{ and } y(t)</math>. As you can also from the above relationship, in order to obtain the appropriate output signal <math>v(t)</math> one must multiply <math>x(t)</math> by a cosine function and <math>y(t)</math> by a negative sine function and then sum the results (this is illustrated in the figure above). In simplified terms and details, this is essentially how the data <math>m(t)</math> is transmitted. The process of receiving the data is very similar, as is described below.
<br/>
<br/>
<center>[[Image:HW2_GenRec.jpg]]</center>
<center>[[Image:HW2_GenRec.jpg]]</center>

Revision as of 23:37, 4 April 2010

How It Works: Generalized Receiver


The process of transmitting data, , via a wireless signal, , is shown below:

HW2 GenTran.jpg


As can be seen from the figure above, in order to transmit , one must first process the data using a baseband processor (usually accomplished with software). As a result of this process the original data will be split into two signals, and . Why is this you ask? In the world of "Communication Systems" a signal to be transmitted can be written as

, where .


Using Euler's identity, , we are able to re-write the above equation and simplify so to obtain the following relationship:

.


This is why it is necessary to split into the the two signals . As you can also from the above relationship, in order to obtain the appropriate output signal one must multiply by a cosine function and by a negative sine function and then sum the results (this is illustrated in the figure above). In simplified terms and details, this is essentially how the data is transmitted. The process of receiving the data is very similar, as is described below.

HW2 GenRec.jpg