Re: [Discuss-gnuradio] Question about benchmark_tx and benchmark_rx

2011-12-07 Thread Muhammad Rosli
helor of Electrical and Electronic University of Canterbury On Wed, Dec 7, 2011 at 12:14 PM, Tom Rondeau wrote: > On Thu, Dec 1, 2011 at 10:15 PM, Muhammad Rosli wrote: > >> Hi, >> >> Thanks for your reply. I am using the narrowband example. >> >> If I attempt

[Discuss-gnuradio] Advise on implementing TDMA

2011-12-05 Thread Muhammad Rosli
Dear All, I am currently tried to implement TDMA scheme on gnuradio. I found that openBTS had used the approach but need some hardware modification to get it work with GSM network. In my project, hardware modification has to be avoided hence openBTS solution might not work for me. At the moment, I

Re: [Discuss-gnuradio] Problem with dial_tone.py

2011-12-02 Thread Muhammad Rosli
Hi, It's because gnuradio cannot find your share file. Try to set environment variable of LD_LIBRARY_PATH and PYTHONPATH. For example, if you are installing gnuradio using default setting, you can setup the environment path in terminal as follow export LD_LIBRARY_PATH=/usr/local/lib export PYTHON

Re: [Discuss-gnuradio] Question about benchmark_tx and benchmark_rx

2011-12-01 Thread Muhammad Rosli
ransmitter working since my spectrum analyser can pickup the signal from the transmitter. -- Regards, Muhammad b Rosli Student Bachelor of Electrical and Electronic University of Canterbury On Fri, Dec 2, 2011 at 3:56 PM, Marcus D. Leech wrote: > ** > On 12/01/2011 09:36 PM, Muhammad Ros

[Discuss-gnuradio] Question about benchmark_tx and benchmark_rx

2011-12-01 Thread Muhammad Rosli
Hi, Thanks for reading my mail. I would like to ask is there any additional setup or configuration required to execute benchmark_tx.py and benchmark_rx.py? My problem is I tried to initiate simple communication between two USRP1 using benchmark_rx.py and benchmark_tx.py . I had browse through the