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

2011-12-14 Thread Marcus D. Leech
On 14/12/11 09:41 PM, Tom Rondeau wrote: > > > > Can someone put this in the FAQ page on gnuradio.org > ? It probably deserves a more detailed > explanation than a FAQ-level answer, but it'd be a start. > > Tom > The fabled "someone" must have anticipated you: http://gnuradi

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

2011-12-14 Thread Tom Rondeau
On Wed, Dec 14, 2011 at 7:24 PM, Marcus D. Leech wrote: > Hi there, >> >> I made some decent progress but refining the parameters for the >> benchmark_tx.py and benchmark_rx.py without no errors. However, I can only >> transmit but I could not receive anything at the receiver side. Could >> some

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

2011-12-14 Thread Marcus D. Leech
Hi there, I made some decent progress but refining the parameters for the benchmark_tx.py and benchmark_rx.py without no errors. However, I can only transmit but I could not receive anything at the receiver side. Could somebody suggest what might be the problem? I tried to work it but still c

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

2011-12-14 Thread محمد روسلي
Hi there, I made some decent progress but refining the parameters for the benchmark_tx.py and benchmark_rx.py without no errors. However, I can only transmit but I could not receive anything at the receiver side. Could somebody suggest what might be the problem? I tried to work it but still could

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

2011-12-07 Thread Muhammad Rosli
Hi, I am using: OS: Ubuntu 11.10 (which I read in blog said that it has some problem with gnuradio) Gnuradio: 3.5.0 rc 0 (which I git from master branch) I quite puzzled it's not working with my current setup. It seems doable by many people but not me. Regards, Muhammad b Rosli Student Bachelor

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

2011-12-06 Thread Tom Rondeau
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 using > > ./benchmark_tx.py -f 400M -r 250k -S 4 > > and > > ./benchmark_rx.py -f 400M -r 250k -S 4 > > which I worked out from reading the README file, the r

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

2011-12-01 Thread Muhammad Rosli
Hi, Thanks for your reply. I am using the narrowband example. If I attempt using ./benchmark_tx.py -f 400M -r 250k -S 4 and ./benchmark_rx.py -f 400M -r 250k -S 4 which I worked out from reading the README file, the receiver still output overrun (many '0'). I verified that the transmitter wor

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

2011-12-01 Thread Marcus D. Leech
On 12/01/2011 09:36 PM, Muhammad Rosli wrote: 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_

[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

Re: [Discuss-gnuradio] Question about benchmark_tx

2008-11-23 Thread Philip Balister
On Sun, Nov 23, 2008 at 5:14 PM, Newman, Timothy <[EMAIL PROTECTED]> wrote: > >> The USRP sink is basically the gnuradio device driver for the USRP. >> Look at the USRP library code to see how it actually sends the raw >> data. It accesses the USRP through the USRP device filesystem. It's >> not

RE: [Discuss-gnuradio] Question about benchmark_tx

2008-11-23 Thread Newman, Timothy
> The USRP sink is basically the gnuradio device driver for the USRP. > Look at the USRP library code to see how it actually sends the raw > data. It accesses the USRP through the USRP device filesystem. It's > not simply just writing something to /dev/usrp.. Whoops I meant USB device system no

RE: [Discuss-gnuradio] Question about benchmark_tx

2008-11-23 Thread Newman, Timothy
From: [EMAIL PROTECTED] on behalf of Mir Ali Sent: Sun 11/23/2008 2:34 PM To: Tom Rondeau Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Question about benchmark_tx Thanks Tom, but I wanted a more specific answer. I know that it writes to the USRP sink through tranmit_path.py. I wa

Re: [Discuss-gnuradio] Question about benchmark_tx

2008-11-23 Thread Mir Ali
Thanks Tom, but I wanted a more specific answer. I know that it writes to the USRP sink through tranmit_path.py. I want to know how is this sink referenced as. Is it a device file with a name such as /dev/... etc or is it referenced as something else. I looked at the whole code and also the program

[Discuss-gnuradio] Question about benchmark_tx

2008-11-22 Thread Mir Ali
Hi, Can someone tell me to which device file is the data written to in benchmark_tx. Thanks Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio