Changes between Version 3 and Version 4 of Documentation/dSDR/GNURadio/Installation31Debian


Ignore:
Timestamp:
Jan 15, 2010, 8:38:22 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/dSDR/GNURadio/Installation31Debian

    v3 v4  
    167167
    168168
     169=== Running Examples ===
    169170
     171Assuming 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
     172interesting graphs.
    170173
     174Once 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{{{
     176sender node:path.../gnuradio/gnuradio-examples/python/digital# ./benchmark_tx.py -f 5M -r 250k -T A -v
     177
     178reciver node:path.../gnuradio/gr-utils/src/python# ./usrp_fft.py -R A -f 5M -d 128
     179}}}
     180