Changes between Version 2 and Version 3 of Tutorials/Wireless/Fosphor
- Timestamp:
- Dec 8, 2020, 9:55:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Fosphor
v2 v3 5 5 === Description === 6 6 7 This tutorial illustrates use of [https://projects.osmocom.org/projects/sdr/wiki/Fosphor GNURadio block for spectrum visualization]. It also illustrates use of MobaXtermand jumphost to for remote display.7 This tutorial illustrates use of [https://projects.osmocom.org/projects/sdr/wiki/Fosphor GNURadio block for spectrum visualization]. It also illustrates use of [https://mobaxterm.mobatek.net/ MobaXterm] and jumphost to for remote display. 8 8 9 === Configure MobaXterm for node access ===9 === Configure !MobaXterm for node access === 10 10 11 11 [[Image(nodessh.png, width=300px)]] 12 12 [[Image(jumphost.png, width=300px)]] 13 13 14 ==== Run GNURadio Companion ==== 14 === Prepare the node === 15 16 ==== Run gr-fosphor ==== 17 {{{ 18 gnuradio-companion /root/gr-ettus/examples/rfnoc/rfnoc_fosphor.grc 19 }}} 15 20 16 21 {{{ 17 root@sdr2-s1-lg1:~# gnuradio-companion 22 root@sdr2-s1-lg1:~# gnuradio-companion /root/gr-ettus/examples/rfnoc/rfnoc_fosphor.grc 18 23 <<< Welcome to GNU Radio Companion 3.7.13.5 >>> 19 24 … … 21 26 /usr/local/share/gnuradio/grc/blocks 22 27 23 Loading: "/root/gr-ettus/examples/rfnoc/rfnoc_fosphor_network_usrp.grc"24 >>> Done25 26 Loading: "/root/gr-ettus/examples/rfnoc/rfnoc_digital_gain_network_host.grc"27 >>> Done28 29 Loading: "/root/gr-ettus/examples/rfnoc/rfnoc_fosphor_network_host.grc"30 >>> Done31 32 28 Loading: "/root/gr-ettus/examples/rfnoc/rfnoc_fosphor.grc" 33 29 >>> Done 34 30 35 31 }}} 36 [[Image(gr-fosphor.png, width= 500px)]]32 [[Image(gr-fosphor.png, width=800px)]] 37 33 [[Image(display.png)]]