Program » History » Version 2

DE GENDRE, Raphaëlle, 03/23/2016 11:32 AM

1 2 DE GENDRE, Raphaëlle
h1. Implementation
2 1 DE GENDRE, Raphaëlle
3 1 DE GENDRE, Raphaëlle
In order to test our communication chain, we decided to implement a receiver to see if we could receive the temperature and print it on the screen. To do that, we started with the receiver that was implemented to receive the GPS signal in a former project since we use the same waveform. In order to apply the receiver to our case, we had to remove the part that was linked to the RTTY system with the Baudot and ASCII Coding. Since we  wanted an integer to indicate the temperature, that is what we implemented.
4 2 DE GENDRE, Raphaëlle
5 2 DE GENDRE, Raphaëlle
h2. Subdemod.vi
6 2 DE GENDRE, Raphaëlle
 
7 2 DE GENDRE, Raphaëlle
We decided to use the same start sequence that the one of the GPS project and to use as well Manchester coding. Therefore, we only changed the last part about Baudot and ASCII coding. 
8 2 DE GENDRE, Raphaëlle
9 2 DE GENDRE, Raphaëlle
p=. !{width:50%}startsequence.jpg!
10 2 DE GENDRE, Raphaëlle
Figure 1: Waiting for start sequence
11 2 DE GENDRE, Raphaëlle
12 2 DE GENDRE, Raphaëlle
p=. !{width:50%}subdemod2.jpg!
13 2 DE GENDRE, Raphaëlle
Figure 2: Conversion from Manchester to bits
14 2 DE GENDRE, Raphaëlle
15 2 DE GENDRE, Raphaëlle
p=. !{width:50%}subdemod3.jpg!
16 2 DE GENDRE, Raphaëlle
Figure 3: Conversion from bits to integer