Well l have everything set ready and most of the test code including
dial
tone running well. Am using Jaunty (9.04) on ubuntu. my task is to
transmit
or to listen to Fmstereo. l have two RfX2400 daughter on two usrp boxes
both connected to the same computer. when l run the code
(root
https://www.cgran.org/browser/projectshttps://www.cgran.org/browser/projects
/radio_data_systemhttps://www.cgran.org/browser/projects/radio_data_system
/trunk
https://www.cgran.org/browser/projects/radio_data_system/trunk/srchttps://www.cgran.org/browser/projects/radio_data_system/trunk/src
/pythonhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python
/fm_tx_stereo.pyhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python/fm_tx_stereo.py
I get an error message as follows
ktadmin2@b3002-softradio:~$ cd Desktop/
ktadmin2@b3002-softradio:~/Desktop$ cd New
bash: cd: New: No such file or directory
ktadmin2@b3002-softradio:~/Desktop$ cd new
ktadmin2@b3002-softradio:~/Desktop/new$ ls
Fmstereo.py Makefile Makefile.am Makefile.in
ktadmin2@b3002-softradio:~/Desktop/new$ ./Fmstereo.py
File “./Fmstereo.py”, line 25
from gnuradio import gr, usrp, blks2
^
IndentationError: unexpected indent
ktadmin2@b3002-softradio:~/Desktop/new$
Best regards