[Discuss-gnuradio] Hierarchical Blocks

2010-04-16 Thread abbasi9999
Hi all, According to the tutorial of Gnu radio / python applications, It is possible to create Hierarchical blocks. However when i try to implement it i get some errors. is it possible to trace the flow graph while its is running to check where the error is ? how? / OR is my using of connect meth

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Andy_Long
Hello, Johnathan, I am wandering whether I should uninstall every gnuradio pack in Ubuntu 9.04 and use source code to install it again? Or I just need to use source code install update for new version? If I need to remove all binary package. How can I check that I have removed the gnuradio bin

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Johnathan Corgan
On Fri, Apr 16, 2010 at 13:56, Andy_Long wrote: > The maxmum records of USRP2 output is five. After that usrp2 collapses. Andy, I did forget to mention to you that the USRP2 specific problem has been fixed in the git master branch since the 3.2.2 release. You'll need to switch from the binary in

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Andy_Long
Hello, Firas, Yes. I have tried it like that: def main(): t = my_top_block() while 1: t.start() print t.c2mag.level() time.sleep(3) t.stop()

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Firas Abbas
Hi, The xxx.stop() and xxx.wait() should be called after time.sleep(xxx) see: http://gnuradio.org/redmine/wiki/gnuradio/TutorialsWritePythonApplications Best Regards, Firas - Original Message > From: Andy_Long > To: Discuss-gnuradio@gnu.org > Sent: Fri, April 16, 2010 11:52:57 AM

[Discuss-gnuradio] Subband catv reception

2010-04-16 Thread Dave
I need to process signals from 4-49 mhz on a private coax tv network. What type of hardware filter will i need to not blow up the LF-RX? Sent from my iPhone ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mail

[Discuss-gnuradio] Speaking of I/Q imbalance...

2010-04-16 Thread John Orlando
Has there ever been any discussion of adding an I/Q imbalance correction block into the Rx chain in the FPGA image on the USRP/USRP2? On past systems that I've worked on, the calibration procedure to get this imbalance reduced can take quite a long time and still only produces moderately improved

Re: [Discuss-gnuradio] IQ imbalance...

2010-04-16 Thread Jeff Brower
Per- > I also have a xcvr2450 that won't lock sometimes. This is at 2.4GHz. > > Also an issue about IQ imbalance: > > I am measuring IQ imbalance. The values are generally quite good. > However, one thing I don't understand is that the mirror frequency > doesn't turn up on exactely "-f" but a few

Re: [Discuss-gnuradio] IQ imbalance...

2010-04-16 Thread Matt Ettus
On 04/16/2010 12:42 AM, Per Zetterberg wrote: I am measuring IQ imbalance. The values are generally quite good. However, one thing I don't understand is that the mirror frequency doesn't turn up on exactely "-f" but a few Hertz off. I don't get this. Are we sure that the down-conversion on the FP

Re: [Discuss-gnuradio] switching between signal and reference source

2010-04-16 Thread Johnathan Corgan
On Thu, Apr 15, 2010 at 17:19, Marcus D. Leech wrote: > OK, so Josh, how do you get access to usrp2.source_16sc from GRC? There isn't a source for that. You would need to create a hierarchical block with the needed blocks and wrap in a GRC wrapper. Johnathan _

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Andy_Long
Hi Firas, But it shows the same error as before. I am doing tests like that: def main(): t = my_top_block() t.start() t.wait() t.stop() print t.c2mag.level() #print power time.sleep(3)

Re: [Discuss-gnuradio] IQ imbalance...

2010-04-16 Thread Per Zetterberg
I also have a xcvr2450 that won't lock sometimes. This is at 2.4GHz. Also an issue about IQ imbalance: I am measuring IQ imbalance. The values are generally quite good. However, one thing I don't understand is that the mirror frequency doesn't turn up on exactely "-f" but a few Hertz off. I do