Changes between Version 50 and Version 51 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Oct 22, 2006, 1:18:09 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v50 v51 51 51 * 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) 52 52 53 * Step 6: copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py.py usrp1_rx_cfile.py] to node1-2 (receiver) 53 * Step 6: copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py usrp1_rx_cfile.py] to node1-2 (receiver) 54 55 * Step 7: Give your scripts permission to run. 56 {{{ 57 chmod +x filename 58 }}} 54 59 55 60 == Let’s start to run examples. ==