Wiki » History » Version 34

JANVIER, Thibault, 12/14/2015 11:08 PM

1 1 MERIOCHAUD, Antoine
2 32 JANVIER, Thibault
3 18 JANVIER, Thibault
h1. Quantitative Analysis of RF Signals: Implementation of a Software-Defined Radio signal analyser
4 1 MERIOCHAUD, Antoine
5 11 JANVIER, Thibault
6 34 JANVIER, Thibault
h2. Introduction
7 2 MERIOCHAUD, Antoine
8 18 JANVIER, Thibault
Nowadays, communications satellites are widely used to exchange data, broadcast TV and radio, provide internet access or even for military applications. They allow covering a widespread area without having to deploy a series of ground equipment to convey a piece of information over countries or continents.  Consequently, placing a satellite into orbit as a “space repeater” is much more profitable than building a worldwide ground network to interconnect each part of the world. Nevertheless, because of the atmosphere and the distance separating satellites and ground stations, signals are strongly attenuated and distorted when they reach the final receiver. The noise that has been added to the signal during its propagation and its reception strongly affects the performance of the link. In order to satisfy customers and ensure quality of service, it is of prime concern to assess the quality of the received signals. Indeed, by carrying out measurements on the received signals, it is possible to retrieve in real time some characteristics about the physical layer of the communication channel – may it be specific properties about the atmosphere, robustness of the type of modulation against the current noise, or power issues due to an amplifier dysfunction on the satellite – and take some measures to cope with any issues that might occur.
9 1 MERIOCHAUD, Antoine
10 18 JANVIER, Thibault
Signal analysers are measurement platforms to retrieve some information about the quality of a received signal. It displays some figures of merit of the signal to assess it in a quantitative way. The aim of this project is to create a signal analyser using an existing hardware of the USRP family of products as an RF front end and Labview to compute the measurements. A USRP product can be used as a receiver to demodulate, decode and do some digital processing on the carried information. Thus, the signal analyser to be implemented would be “embedded” on the receiver, hence the added-value of this project.
11 1 MERIOCHAUD, Antoine
12 18 JANVIER, Thibault
This report will first address the scope and objectives of the project, then the implementation of the signal analyser using Labview will be issued. Finally, tests and results on the analysis of real signals from satellites will be assessed to define further potential improvements if any.
13 1 MERIOCHAUD, Antoine
14 29 JANVIER, Thibault
h2. [[I - Scope and objectives of the project]]
15 25 JANVIER, Thibault
16 29 JANVIER, Thibault
h3. [[1. Proceedings of the project]]
17 25 JANVIER, Thibault
18 29 JANVIER, Thibault
h3. [[2. State of the art on signal analysis]]
19 25 JANVIER, Thibault
20 29 JANVIER, Thibault
h3. [[3. Lab Setup]]
21 25 JANVIER, Thibault
22 29 JANVIER, Thibault
h3. [[4. Signals to be measured]]
23 25 JANVIER, Thibault
24 23 JANVIER, Thibault
h2. [[II - Implementation]]
25 25 JANVIER, Thibault
26 29 JANVIER, Thibault
h3. [[1. Definition of inputs and ways to compute the outputs]]
27 25 JANVIER, Thibault
28 29 JANVIER, Thibault
h3. [[2. Simulation]]
29 25 JANVIER, Thibault
30 29 JANVIER, Thibault
h3. [[3. Moving from simulation to acquisition of real signals]]
31 18 JANVIER, Thibault
32 25 JANVIER, Thibault
33 24 JANVIER, Thibault
h2. [[III - Tests and validation]]
34 25 JANVIER, Thibault
35 29 JANVIER, Thibault
h3. [[1. Finding a signal to be analysed]]
36 25 JANVIER, Thibault
37 29 JANVIER, Thibault
h3. [[2. SDR Signal Analyser – Analog Measurements]]
38 25 JANVIER, Thibault
39 29 JANVIER, Thibault
[[2.1. Estimation of the power of the noise]]
40 25 JANVIER, Thibault
41 29 JANVIER, Thibault
[[2.2. Measurements regarding the useful signal and approximation of the signal-to-noise ratio]]
42 25 JANVIER, Thibault
43 29 JANVIER, Thibault
h3. [[3. SDR Signal Analyser – Digital Measurements]]
44 25 JANVIER, Thibault
45 18 JANVIER, Thibault
46 24 JANVIER, Thibault
h2. [[Improvements]]