Changes between Version 61 and Version 62 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Sep 5, 2007, 12:53:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v61 v62 20 20 The image above shows TX_A connected to RX_B through a 50 ohm attenuator. Likewise, side B of both nodes are connected through an attenuator. The ports are connected by wires in order to minimize noise. However, both TX and RX can use actual antenna. 21 21 22 == Make sandbox5 ready, step by step.==22 == Setting up Sandbox 5 == 23 23 I assume you’ve read the tutorial about Orbit, and you know how to reserve a time slot, how to log into the nodes, and how to image the nodes. (Otherwise, read [wiki:HowToGetStarted Getting Started].) 24 24 … … 48 48 }}} 49 49 50 * Step 5: Copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp_siggen_multiple_sine.py usrp_siggen_multiple_sine.py] to node1-1 (transmitter). 51 52 * Step 6: Copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py usrp1_rx_cfile.py] to node1-2 (receiver). 50 == Example: Transmitting/Receiving Sine == 51 Before you run these examples, do the following: 53 52 54 * Step 7: Give your scripts permission to run. 55 {{{ 56 chmod +x filename 57 }}} 53 copy http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp_siggen_multiple_sine.py usrp_siggen_multiple_sine.py to node1-1 (transmitter) 58 54 59 == Let’s start to run examples. == 55 copy http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py usrp1_rx_cfile.py to node1-2 (receiver). 56 57 Give your scripts permission to run. (chmod +x filename) 60 58 61 59 1. '''Receiver only''' The transmitter doesn't send any thing, only the receiver receives. In this case, what the receiver receives is white noise.