discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] How can I set mux for two daughterboards(rfx 400 and


From: Ling Huang
Subject: [Discuss-gnuradio] How can I set mux for two daughterboards(rfx 400 and rfx 2400) receiving simultaneously?
Date: Mon, 9 Mar 2009 00:22:50 -0700 (PDT)

I set:
usrp.source(nchan=2) 
set.mux(0x32103210) 
di=gr.deinterleave(gr.sizeof_gr_complex) 
self.connect( self.u, di ) 
self.connect( (di,0), self.chan0_filt, self.packet_receiver0 ) 
self.connect( (di,1), self.chan1_filt, self.packet_receiver1 ) 

The  self.packet_receiver0 and self.packet_receiver1 separately call two
functions.
But the two functions do not been called. What wrong did I make? Did I set
the wrong mux? The daughterboards are rfx 400 and rfx 2400.
-- 
View this message in context: 
http://www.nabble.com/How-can-I-set-mux-for-two-daughterboards%28rfx-400-and-rfx-2400%29-receiving-simultaneously--tp22408001p22408001.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]