Changes between Version 17 and Version 18 of Other/Summer/2015/aSDR3


Ignore:
Timestamp:
Jul 22, 2015, 6:30:22 PM (9 years ago)
Author:
catle3006
Comment:

Legend:

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

    v17 v18  
    1919Third, we tested it to work together with Wi-Fi signal, and collect the result.
    2020
    21 === Experiments ===
    22 ==== Experiment 1:  ====
     21=== Theory ===
     22===== OpenAir0 =====
     23
     24===== OpenAir1 =====
     25
     26===== OpenAir2 =====
     27
     28===== OpenAir3 =====
     29
     30
     31
     32=== Analyzing Tools ===
     33===== GNU Radio  =====
     34
     35===== Spectrum Analyzer  =====
    2336
    2437===== Signal-to-Noise Ratio (SNR)  =====
    2538There are 2 methods to approximate the SNR.
    2639
    27 Method 1: Estimate the noise power by measure the received signal power when transmitter is turned off.
     40Method 1:  Estimate the noise power by measure the received signal power when transmitter is turned off.
    2841
    2942Method 2: Estimate the noise power by calculate the received signal variance.
    3043
    31                 variance = mean ( signal - mean ( signal ) )
     44noise = variance = mean ( signal - mean ( signal ) )
    3245
     46noise [dB] = 10 log (noise power)
     47
     48signal [dB] = 10 log (signal power)
     49
     50SNR = signal power / noise power
     51
     52SNR [dB] = signal [dB] - noise [dB]
     53
     54=== Experiments ===
     55==== Experiment 1: ====
    3356==== Experiment 2: ====
    3457
     
    3861
    3962==== Experiment 5: ====
    40 
    41 
    4263
    4364=== Members ===