Changes between Version 34 and Version 35 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Mar 11, 2009, 10:35:07 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v34 v35  
    584584In the /root/gnuradio/gnuradio-examples/python/digital we can use the script
    585585
    586 /gnuradio/gnuradio-examples/python/digital#./benchmark_tx.py to push out a
    587 
    588 
    589 
    590 
     586/gnuradio/gnuradio-examples/python/digital#./benchmark_tx.py to push out a gmsk signal.
     587
     588
     589From the sender (node1-1) we did:
     590{{{
     591node1-1:~/gnuradio/gnuradio-examples/python/digital# ./benchmark_tx.py -f 5M -r 250k -T A -v
     592>>> gr_fir_fff: using SSE
     593bits per symbol = 1
     594Gaussian filter bt = 0.35
     595Using TX d'board A: Basic Tx
     596Tx amplitude     12000
     597modulation:      gmsk_mod
     598bitrate:         250kb/s
     599samples/symbol:    2
     600interp:          256
     601Tx Frequency:    5M
     602}}}
     603
     604On the recive side (node1-2) we ran:
     605{{{
     606node1-2:~/gnuradio/gr-utils/src/python# ./usrp_fft.py -R A -f 5M -d 128
     607}}}
     608
     609and we saw :
     610
     611[[Image()]]
     612