From sinager at tarapippo.net Fri May 4 17:40:28 2012 From: sinager at tarapippo.net (sinager at tarapippo.net) Date: Fri, 4 May 2012 19:40:28 +0200 Subject: issues with GNURadio 3.6.1 ? In-Reply-To: References: Message-ID: Self reply, just in case anybody else needs it. ? Edit? ./src/demod/python/cqpsk.py and: ? append "digital" to this line:from gnuradio import gr, gru ? ie.:from gnuradio import gr, gru, digital ? than change this in "True"_def_has_gr_digital = True ? ? recompileS ? ? Da: tetra-bounces at lists.osmocom.org A: tetra at lists.osmocom.org Cc: Data: Mon, 30 Apr 2012 12:53:06 +0200 Oggetto: issues with GNURadio 3.6.1 ? > Hi, > are you aware of problems with that? > ?>>> gr_fir_ccc: using 3DNow!Ext> sample rate: 1024000> Using Volk machine: sse3_32> >>> gr_fir_ccf: using 3DNow!> Traceback (most recent call last):> ? File "./src/demod/python/tetra-demod.py", line 67, in > ??? my_top_block().run()> ? File "./src/demod/python/tetra-demod.py", line 54, in __init__> ??? verbose=options.verbose)> ? File "/home/sinager/osmo-tetra/src/demod/python/cqpsk.py", line 266, in __init__> ??? self.receiver=gr.mpsk_receiver_cc(arity, pi/4.0,> AttributeError: 'module' object has no attribute 'mpsk_receiver_cc'> ? > Works fine with 3.6.0 on myu netbook so I'm not sure if it's a release issue or I simply have something screwed on the main pc.> Cheers > S -------------- next part -------------- An HTML attachment was scrubbed... URL: From lbernal at gmail.com Fri May 4 17:46:52 2012 From: lbernal at gmail.com (n0p [Luis Bernal]) Date: Fri, 4 May 2012 19:46:52 +0200 Subject: issues with GNURadio 3.6.1 ? In-Reply-To: References: Message-ID: THANK YOU very much :) 2012/5/4 sinager at tarapippo.net > Self reply, just in case anybody else needs it. > > Edit ./src/demod/python/cqpsk.py and: > > append "digital" to this line: > from gnuradio import gr, gru > > ie.: > from gnuradio import gr, gru, digital > > than change this in "True" > _def_has_gr_digital = True > > > recompile > > S > > > Da: tetra-bounces at lists.osmocom.org > A: tetra at lists.osmocom.org > Cc: > Data: Mon, 30 Apr 2012 12:53:06 +0200 > Oggetto: issues with GNURadio 3.6.1 ? > > > Hi, > > are you aware of problems with that? > > > >>> gr_fir_ccc: using 3DNow!Ext > > sample rate: 1024000 > > Using Volk machine: sse3_32 > > >>> gr_fir_ccf: using 3DNow! > > Traceback (most recent call last): > > File "./src/demod/python/tetra-demod.py", line 67, in > > my_top_block().run() > > File "./src/demod/python/tetra-demod.py", line 54, in __init__ > > verbose=options.verbose) > > File "/home/sinager/osmo-tetra/src/demod/python/cqpsk.py", line 266, > in __init__ > > self.receiver=gr.mpsk_receiver_cc(arity, pi/4.0, > > AttributeError: 'module' object has no attribute 'mpsk_receiver_cc' > > > > Works fine with 3.6.0 on myu netbook so I'm not sure if it's a release > issue or I simply have something screwed on the main pc. > > > Cheers > > S > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tetra at mdewendt.de Thu May 17 07:48:44 2012 From: tetra at mdewendt.de (Martin de Wendt) Date: Thu, 17 May 2012 09:48:44 +0200 Subject: USRP more than one channel demod Message-ID: <926F9B6B6CAE40D684A6FEFB3BAA20AC@pc1> Hello. Has anyone an idea how to demodulate more than one channel per time while using an USRP or FCD? The provided bandwidth is big enough. But how the split the 25kHz channels into seperate streams? Any idea is welcome. Thx Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: From edoardo.rispoli at gmail.com Thu May 17 08:25:45 2012 From: edoardo.rispoli at gmail.com (Edoardo Rispoli) Date: Thu, 17 May 2012 10:25:45 +0200 Subject: USRP more than one channel demod In-Reply-To: <926F9B6B6CAE40D684A6FEFB3BAA20AC@pc1> References: <926F9B6B6CAE40D684A6FEFB3BAA20AC@pc1> Message-ID: Hi Martin, i have the same problem. In my area there is only a tetra network, but there are a lot of BS, so from my house i receive 5 different frequencies of the same network. I'm developing a little mod for the qthid that analyze if on a frequency there is traffic, and if not, switch to the next frequency, and continue in loop until on a frequency detect traffic. When i finish it, i share with us. Excuse for my bad english but i'm italian... Edoardo IW3BTI 2012/5/17, Martin de Wendt : > Hello. > > Has anyone an idea how to demodulate more than one channel per time while > using an USRP or FCD? > The provided bandwidth is big enough. But how the split the 25kHz channels > into seperate streams? Any idea is welcome. > > > Thx > > Martin >