Changes between Version 64 and Version 65 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Sep 5, 2007, 1:13:50 AM (17 years ago)
Author:
jonshan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/k0SDR/Tutorial00

    v64 v65  
    4949    }}}
    5050
    51 == Example: Transmitting/Receiving Sine ==
     51== Example: Transmitting/Receiving Sine Waves ==
    5252Before you run these examples, do the following:
    5353
     
    116116This time the received sine wave is indeed a regular sine wave.
    117117
    118 
    119118'''Note: the first 1000 data in rxXXX should be discarded. Since the receiver is starting up, the first 1000 data points are not correct.'''
    120119
    121 == Troubleshooting: ==
     120== Example: Visual Outputs ==
     121Before you try these examples, you should have imaged nodes on sandbox 5 using gnuradio_visual.ndz OR manually installed x-window-system and wx-python on the node. Also be sure to have an x-server running on the local machine and make sure X is enabled on all ssh-running machines.
     122
     123In the previous example, the received signal could only be viewed after it has been moved onto a machine running plotting software. With visual outputs, the researcher can analyze transmitted and received waveforms in real-time.
     124
     125Some interesting visual applications included with the gnuradio software:
     126* usrp_fft.py -- real-time fft
     127* usrp_oscope.py -- real-time oscilloscope
     128
     129Potential applications:
     130* Visual spectrum analyzer
     131
     132== Example: Audio Outputs ==
     133Even though there is no sound card on the nodes, it is still possible to listen to sounds generated by the nodes.
     134
     135== Troubleshooting ==
    122136 * Have you picked the right node as the transmitter and receiver?
    123137 * Have you run the correct Python script at the transmitter?
     
    126140 * Have you set the gain properly? If you fail to set the gain correctly, chances are the device will run on the saturated mode, and the result will not be pretty.
    127141
    128 
    129 == Useful links: ==
     142== Useful Links ==
    130143 * The official website: http://www.gnu.org/software/gnuradio/index.html
    131144 * GNU Radio overview and evaluation: http://staff.washington.edu/~jon/gnuradio.html