Changes between Version 2 and Version 3 of Tutorials/k0SDR/Tutorial00b


Ignore:
Timestamp:
Jul 26, 2021, 7:08:04 AM (3 years ago)
Author:
mpk2138
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00b

    v2 v3  
    129129{{{root@node1-1:~# gnuradio-companion}}}
    130130
    131 The GNU Radio interface should show up on your local machine. The goal is to build a flowgraph that looks like this:
     131The GNU Radio interface should show up on your local machine. The goal is to build a flowgraph that looks like this for the transmitter:
     132
     133 ||||Figure 1: Transmitter Flowgraph ||
     134 || [[Image(x310_sb2_tx_flowgraph.png, 600px)]] ||
     135
     136Here, the "Signal Source" generates samples for a 1 MHz cosine wave at the flowgraph sample rate, in this case 10 MHz. The samples then go into a "UHD Sink". The "UHD Sink" is what takes the signal samples generated in GNU radio and sends them to the USRP for transmission. Samples are generated
     137
     138When creating this flowgraph, you will need to set values for {{{samp_rate}}} as well as parameters in each of the blocks. Double clicking on a block will bring up an editor for all parameters that a block uses. See below for the parameters used in this experiment for each block:
     139
     140 ||||||Figure 1: Gen-2 FDE Canceller Boxes in COSMOS Sandbox 2 ||
     141 || [[Image(Gen2Architecture.jpg, 280px)]] || [[Image(Gen2Ceiling.jpg, 375px)]] ||
     142 || (a) The FlexICoN Gen-2 RF Canceller Box and antenna  || (b) Rack-mounted, reorganized Gen-2 RF Canceller Box ||
     143
    132144
    133145=== Troubleshooting ===