Changes between Version 3 and Version 4 of Documentation/dSDR/GNURadio/Installation31Debian
- Timestamp:
- Jan 15, 2010, 8:38:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/dSDR/GNURadio/Installation31Debian
v3 v4 167 167 168 168 169 === Running Examples === 169 170 171 Assuming you have x11 exports correctly configured ([http://solaris.reys.net/how-to-x11-forwarding-using-ssh-putty-and-xming/ reference]) you can use the live FFT to see some 172 interesting graphs. 170 173 174 Once you have successfully compiled the GNU Radio software, you should take an [wiki:Tutorial/HowToImage image]. Once you have the image on two nodes you can run 175 {{{ 176 sender node:path.../gnuradio/gnuradio-examples/python/digital# ./benchmark_tx.py -f 5M -r 250k -T A -v 177 178 reciver node:path.../gnuradio/gr-utils/src/python# ./usrp_fft.py -R A -f 5M -d 128 179 }}} 180