Changes between Version 48 and Version 49 of Other/Summer/2015/aSDR3


Ignore:
Timestamp:
Jul 31, 2015, 2:51:15 AM (9 years ago)
Author:
catle3006
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/aSDR3

    v48 v49  
    113113
    114114===== GNU Radio  =====
    115 GNU Radio is an important tool to obtain the Waterfall Plot.
     115GNU Radio is an important software-based tool, being used to obtain the FFT Plot, the Constellation Plot, and the Waterfall Plot.
    116116[http://www.orbit-lab.org/attachment/wiki/Other/Summer/2015/aSDR3/Necessary_Commands_Links_GNU.docx.pdf How to use GNU Radio]
    117117===== Signal-to-Noise Ratio (SNR)  =====
    118118There are 2 methods to approximate the SNR:
    119119* `Method 1`  Estimate the noise power by measuring the received signal power when transmitter is turned off.
     120
    120121* `Method 2` Estimate the noise power by calculating the received signal variance.
    121 
    122 The relationship between signal, noise, SNR:
    123 * noise = variance = mean ( signal – mean ( signal ) )
    124 * noise [dB] = 10 log (noise power)
    125 * signal [dB] = 10 log (signal power)
    126 * SNR = signal power / noise power
    127 * SNR [dB] = signal [dB] – noise [dB]
     122[[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR3/SNR.png, width=120, center)]]
    128123
    129124MATLAB code to measure SNR:
    130125
    131 === Experiments ===
    132 ==== Experiment 1: Transmit and Receive LTE Signal====
     126=== Experiments 1: Transmit and Receive LTE Signal ===
    133127The experiment is simulated in Sandbox 1 with USRP Hardware Driver (UHD) using OAI software.
    134128
     
    157151}}}
    158152
     153__'''Note'''__:
    159154* '''PSS''' ''Primary Synchronization Signal''
    160155* '''SSS''' ''Secondary Synchronization Signal''
    161156* '''CFI'''
    162 
    163 '''CSRS'''
    164 ==== Experiment 2: Waterfall Plot====
     157* '''CSRS'''
     158
     159=== Experiment 2: The Waterfall Plot ===
    165160{{{#!html
    166161<table align=center cellpadding=10 width=50%>
     
    198193}}}
    199194
    200 ==== Experiment 3: Varying Bandwidths====
    201 
    202 ==== Experiment 4: TDD with Varying Bandwidths====
     195=== Experiment 3: Varying Bandwidths ===
     196
     197=== Experiment 4: TDD with Varying Bandwidths ===
    203198
    204199