Changes between Version 64 and Version 65 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Sep 5, 2007, 1:13:50 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v64 v65 49 49 }}} 50 50 51 == Example: Transmitting/Receiving Sine ==51 == Example: Transmitting/Receiving Sine Waves == 52 52 Before you run these examples, do the following: 53 53 … … 116 116 This time the received sine wave is indeed a regular sine wave. 117 117 118 119 118 '''Note: the first 1000 data in rxXXX should be discarded. Since the receiver is starting up, the first 1000 data points are not correct.''' 120 119 121 == Troubleshooting: == 120 == Example: Visual Outputs == 121 Before 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 123 In 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 125 Some interesting visual applications included with the gnuradio software: 126 * usrp_fft.py -- real-time fft 127 * usrp_oscope.py -- real-time oscilloscope 128 129 Potential applications: 130 * Visual spectrum analyzer 131 132 == Example: Audio Outputs == 133 Even though there is no sound card on the nodes, it is still possible to listen to sounds generated by the nodes. 134 135 == Troubleshooting == 122 136 * Have you picked the right node as the transmitter and receiver? 123 137 * Have you run the correct Python script at the transmitter? … … 126 140 * 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. 127 141 128 129 == Useful links: == 142 == Useful Links == 130 143 * The official website: http://www.gnu.org/software/gnuradio/index.html 131 144 * GNU Radio overview and evaluation: http://staff.washington.edu/~jon/gnuradio.html