Changes between Version 49 and Version 50 of Other/Summer/2015/aSDR3
- Timestamp:
- Jul 31, 2015, 3:29:35 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2015/aSDR3
v49 v50 36 36 Each repository focuses on a different data communication layer or focus of 3GPP implementation. 37 37 38 {{{#!html 39 <table align=center cellpadding=10 width=50%> 40 <tr> 41 <td><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/OpenAirInterface.png" height=350></td> 42 </tr> 43 <tr> 44 <td><center><b>Figure 1. OpenAir LTE Protocol<b><center></td> 45 </tr> 46 </table> 47 }}} 38 [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/OpenAirInterface.png, height=350, center)]] 48 39 49 40 ===== OpenAir1 [http://svn.eurecom.fr/openair4G/releases/rel_0.1_26.10.2014/openair1/ Code] ===== … … 108 99 |----------------------------------------------------------- 109 100 ||= [#Graph Graphs] =||\ 110 || [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Tektronix .png, height=300, center)]] ||\111 || [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/RTLSDR .png, height=300, center)]] ||101 || [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Tektronix(1).png, height=300, center)]] ||\ 102 || [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/RTLSDR(1).png, height=300, center)]] || 112 103 |----------------------------------------------------------- 113 104 … … 120 111 121 112 * `Method 2` Estimate the noise power by calculating the received signal variance. 122 [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/SNR.png, width=120, center)]] 123 124 MATLAB code to measure SNR: 113 [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/SNR.png, width=180, center)]] 114 115 SNR Estimation MATLAB Program: 116 125 117 126 118 === Experiments 1: Transmit and Receive LTE Signal === 127 The experiment is simulated in Sandbox 1 with USRP Hardware Driver (UHD) using OAI software. 128 129 {{{#!html 130 <table align=center cellpadding=10 width=50%> 131 <tr> 132 <td><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp1.1.png" height=250></td> 133 <td><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp1.2.png" height=250></td> 134 </tr> 135 <tr> 136 <td colspan="2"><center><b>Figure 4. Received LTE Signal<b><center></td> 137 </tr> 138 </table> 139 }}} 119 The experiment is simulated in Sandbox 1 with `USRP Hardware Driver` (UHD) using `OpenAirInterface` (OAI) software. 120 121 {{{#!html 122 <table align=center cellpadding=10 width=50%> 123 <tr> 124 <td><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp1.1.png" height=230></td> 125 <td><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp1.2.png" height=230></td> 126 </tr> 127 <tr> 128 <td colspan="2"><center><b>Figure 1a. Received LTE Signal ASCII Plot<b><center></td> 129 </tr> 130 </table> 131 }}} 132 133 The left figure shows the overview of the received LTE signal: the carrier and the sidebands. The right figure indicates clearly that there are noises in both the carrier and the sideband. 134 135 The SNR can be quickly estimated by taking the average of the carrier or (around -50dB) and subtract by the average of the sideband (around -90dB). Thus, the SNR should be approximately 40dB. 136 137 The SNR calculated by the MATLAB Program gives a very close result: ...dB 140 138 141 139 {{{#!html … … 146 144 </tr> 147 145 <tr> 148 <td colspan="2"><center><b>Figure 5. I/Q Samples<b><center></td>146 <td colspan="2"><center><b>Figure 1b. I/Q Samples<b><center></td> 149 147 </tr> 150 148 </table> … … 154 152 * '''PSS''' ''Primary Synchronization Signal'' 155 153 * '''SSS''' ''Secondary Synchronization Signal'' 156 * '''CFI''' 157 * '''CSRS''' 154 * '''CFI''' ''Control Format Indicator'' 155 * '''CSRS''' 158 156 159 157 === Experiment 2: The Waterfall Plot === 158 The experiment is simulated in GNU Radio and Spectrum Analyzer (Tektronix SA2600) after activating the LTE eNB Base Station to transmit signal. 159 160 160 {{{#!html 161 161 <table align=center cellpadding=10 width=50%> … … 164 164 </tr> 165 165 <tr> 166 <td><center><b>Figure 6.Block Diagram<b><center></td>166 <td><center><b>Figure 2a. GNU Radio Block Diagram<b><center></td> 167 167 </tr> 168 168 </table> … … 173 173 <tr> 174 174 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.2.jpg" height=300><center></td> 175 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.3.jpg" height=300><center></td> 176 </tr> 177 <tr> 178 <td colspan="2"><center><b>Figure 7. Constellation and FFT Plot<b><center></td> 175 </tr> 176 <tr> 177 <td><center><b>Figure 2b. The Constellation Plot<b><center></td> 178 </tr> 179 </table> 180 }}} 181 182 {{{#!html 183 <table align=center cellpadding=10 width=50%> 184 <tr> 185 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.3.jpg" height=300><center></td> 186 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.6.jpg" height=300><center></td> 187 </tr> 188 <tr> 189 <td><center><b>Figure 2c. The FFT obtained from GNU Radio (left) and Tektronix SA2600 (right)<b><center></td> 179 190 </tr> 180 191 </table> … … 185 196 <tr> 186 197 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.4.jpg" height=200><center></td> 187 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2. 5.jpg" height=200><center></td>188 </tr> 189 <tr> 190 <td colspan="2"><center><b>Figure 8. Waterfall Plot<b><center></td>198 <td><center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/Exp2.7.jpg" height=200><center></td> 199 </tr> 200 <tr> 201 <td colspan="2"><center><b>Figure 8. The Waterfall Plot obtained from GNU Radio (left) and Tektronix SA2600 (right)<b><center></td> 191 202 </tr> 192 203 </table>