Re: [Discuss-gnuradio] USRP2 FM TX and FM RX working together

2010-09-22 Thread Jorge Miguel
I forgot to mention, but I get a lot of messages like: .SSS SSaUSSS. I did the calculations and with the 104 interpolation USRP sink and 208 decimatio

Re: [Discuss-gnuradio] General question concerning usrp & audio

2010-09-22 Thread Tom Rondeau
On Tue, Sep 21, 2010 at 5:36 PM, Thomas Seidel wrote: > Thanks a lot for your help! > > file2.py now looks like this: > > class soundcheck(gr.top_block): > >    def __init__(self): > gr.top_block.__init__(self) > > self.decim_rate = 256 > self.u = usrp.source_c(0, self.decim_rate) >

Re: [Discuss-gnuradio] Problem using benchmark_rx.py with XCVR2450 Transceivers

2010-09-22 Thread Tom Rondeau
On Wed, Sep 22, 2010 at 2:54 AM, Lebowski80 wrote: > > Hello > > I'm trying to utilize benchmark_tx.py and benchmark_rx.py using 2 USRPs with > XCVR2450 Transceivers. When I consider a bit rate equal or greater than 124k > everything works well. With bit rates smaller than 124k only the > ./benchm

RE: [Discuss-gnuradio] Setting buffer size when using UHD

2010-09-22 Thread Per Zetterberg
Is the receiver buffer size in bytes or samples ? From: discuss-gnuradio-bounces+perz=kth...@gnu.org [discuss-gnuradio-bounces+perz=kth...@gnu.org] on behalf of Josh Blum [j...@joshknows.com] Sent: Monday, September 20, 2010 5:07 PM To: discuss-gnuradio@

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-22 Thread Tom Rondeau
On Tue, Sep 21, 2010 at 2:26 PM, Thomas Tsou wrote: > On Tue, Sep 21, 2010 at 10:20 AM, Fabrizio Tappero > wrote: >> Dear All, >> I'd like to add a little piece of information about this problem. >> if I try to compile the previously mentioned code with: >> g++ usrp_test_c++.cpp -o testusrp `pkg-

Re: [Discuss-gnuradio] gnuradio-companion error

2010-09-22 Thread Tom Rondeau
On Fri, Sep 17, 2010 at 7:08 AM, zhang wei wrote: > > The log is as following: > > cl...@ubuntu:~$ gnuradio-companion > <<< Welcome to GNU Radio Companion v3.3.1git-53-gc81312ce >>> > > Loading: "/home/cliff/t1.grc" Done > > Showing: "/home/cliff/t1.grc" > > Generating: "/home/cliff/top_block

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-22 Thread Fabrizio Tappero
Tom, that is exactly the conclusion I came to after lots of googleing !. Thanks a lot for the really good help. I am glad that now guys who adventure in c++ development will have this piece of info. Regards, Fabrizio On Wed, Sep 22, 2010 at 4:42 PM, Tom Rondeau wrote: > On Tue, Sep 21, 2010 at 2

Re: [Discuss-gnuradio] USRP2 FM TX and FM RX working together

2010-09-22 Thread Nick Foster
Jorge, Your sample rates do not match. The sample rates your USRP2 is operating at is fixed for a given decimation/interpolation, and you must choose sample rates in your upstream and downstream blocks to match. For instance, in your receiver chain, you are using a decimation rate of 64. This mea

Re: [Discuss-gnuradio] Setting buffer size when using UHD

2010-09-22 Thread Josh Blum
On 09/22/2010 07:17 AM, Per Zetterberg wrote: Is the receiver buffer size in bytes or samples ? bytes Its a direct proxy for SO_REVBUF socket option. http://www.boost.org/doc/libs/1_41_0/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html http://msdn.microsoft.com/

[Discuss-gnuradio] Printing gr_vector_sink_f data

2010-09-22 Thread sirjanselot
Hello, I tried to print what data gr_vector_sink_f contains in the following code: #!/usr/bin/env python import howto from gnuradio import gr, gru from gnuradio.gr import firdes from optparse import OptionParser from gnuradio import blks2 class howto_square (gr.top_block): def __init__

Re: [Discuss-gnuradio] Printing gr_vector_sink_f data

2010-09-22 Thread Josh Blum
On 09/22/2010 12:01 PM, sirjanselot wrote: Hello, I tried to print what data gr_vector_sink_f contains in the following code: #!/usr/bin/env python import howto from gnuradio import gr, gru from gnuradio.gr import firdes from optparse import OptionParser from gnuradio import blks2 class ho

Re: [Discuss-gnuradio] Printing gr_vector_sink_f data

2010-09-22 Thread sirjanselot
So what you are saying is when I create an instance of the class, only the data and blocks are initialized and glued together, but the object didn't run yet. So source will never get to sink unless I use the run() method and then I can print the data. Let me know if this if I am correct. I d

[Discuss-gnuradio] USRP as Network Analyzer?

2010-09-22 Thread Sebastian ---
Hi Is it possible to use USRP as simple Network Analyzer? We could use RX Part as Spectrum Analyzer and TX Part as Tracking Generator. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu

Re: [Discuss-gnuradio] USRP2+WBX full duplex doesn't receive

2010-09-22 Thread George Nychis
Did you ever get this fixed? I'm seeing the same problem... On Wed, Aug 25, 2010 at 5:53 PM, Marcus D. Leech wrote: > > > > On Aug 24, 2010, at 11:16 PM, George Nychis wrote: > > > > > >> I don't think I've had this issue with my WBX and USRP2. I will check > tomorrow for you > >> > > Thanks!

Re: [Discuss-gnuradio] UHD USRP2 full duplex mystery solved

2010-09-22 Thread George Nychis
Just saw this thread now... I'm seeing this problem with my USRP2s and the WBX board. However, I'm not using UHD. Do you know a fix for this outside of UHD? On Tue, Sep 14, 2010 at 5:28 PM, Josh Blum wrote: > FYI - in the future this will go away in the future when tx flow control > becomes ho