Re: [Discuss-gnuradio] Recording Moto II Digital Voice Talk Groups

2013-08-13 Thread Nick Foster
On Tue, Aug 13, 2013 at 6:52 PM, Luke B wrote: > In DC the fire dept uses a Motorola SmartZone II trunking system and most > of the talk groups use digital voice. I have gotten Nick Foster's > GR-Smartnet code up and running and I am able to decode the trunking > channel and record the NBFM versi

[Discuss-gnuradio] Recording Moto II Digital Voice Talk Groups

2013-08-13 Thread Luke B
In DC the fire dept uses a Motorola SmartZone II trunking system and most of the talk groups use digital voice. I have gotten Nick Foster's GR-Smartnet code up and running and I am able to decode the trunking channel and record the NBFM version of the the Digital Voice in the talk groups. It manage

Re: [Discuss-gnuradio] Bad address

2013-08-13 Thread sumitstop
(Face palm) !! I should have seen this before. Actually I make a sink to get the data dumped for offline analysis. And while running dint put the argument for the file path Epic mistake Shall put an if-else for running without sink too. -- View this message in context: http://gnuradio.

Re: [Discuss-gnuradio] Project Status: GSoC 2013

2013-08-13 Thread Shashank Gaur
Hi All, A follow up for GSoC project status towardss contribution in Wireshark Connector and Higher Modulation on IEEE 802.11 Rx. I have been into the final stages of wireshark connector. With the reference of Bastian's code, I have been able to open and create a p

Re: [Discuss-gnuradio] LFRX as IF stage questions

2013-08-13 Thread Marcus D. Leech
On 08/13/2013 07:47 PM, Matt Ettus wrote: I just realized the LFRX does not have the clock pin. The BasicRX does, and should also work the same way for your application. So if you need the clock output, the BasicRX is a better choice. Matt And, as a follow-up, you might need to muck with t

Re: [Discuss-gnuradio] Bad address

2013-08-13 Thread Marcus D. Leech
On 08/13/2013 07:01 PM, sumitstop wrote: Yesterday I made a VM with Ubuntu 10.04 and installed gnuradio (3.6.5.1). *uhd_find_devices is working fine * $ uhd_find_devices linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.005.003-123-g1c391767 --

Re: [Discuss-gnuradio] LFRX as IF stage questions

2013-08-13 Thread Matt Ettus
I just realized the LFRX does not have the clock pin. The BasicRX does, and should also work the same way for your application. So if you need the clock output, the BasicRX is a better choice. Matt On Wed, Aug 14, 2013 at 7:25 AM, Matt Ettus wrote: > > The LFRX has 2 inputs. For your applic

[Discuss-gnuradio] Bad address

2013-08-13 Thread sumitstop
Yesterday I made a VM with Ubuntu 10.04 and installed gnuradio (3.6.5.1). *uhd_find_devices is working fine * $ uhd_find_devices linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.005.003-123-g1c391767 -- -- UHD Device 0 -

Re: [Discuss-gnuradio] LFRX as IF stage questions

2013-08-13 Thread Matt Ettus
The LFRX has 2 inputs. For your application you only need to use one of them, since you have a real IF and not complex IQ baseband. The signal will then be downconverted from 10 MHz by the DDCs, and you will have a complex baseband signal. The LFRX has a clock output pin. You will need to expli

[Discuss-gnuradio] GRC 3.7: QT GUI Sink: Frequency display: Center Frequency bug?

2013-08-13 Thread Tom McDermott
Hi, Recently upgraded to GRC 3.7 (from 3.6.5). The QT GUI Sink Frequency Display: Center Frequency (Hz) control and the 'Display RF Frequencies' checkbox do not seem to be operating correctly in GRC 3.7. In GRC 3.6, Center Frequency (on the block properties) had no effect on the actual display

[Discuss-gnuradio] Profile CPU Usage with gr-ctrlport-monitor

2013-08-13 Thread maiconkist
Hi list, I'm trying to profile the CPU Usage of I flow graph. What I'm trying to do is to know how much CPU each processing block is consuming. So far, I have used gr-ctrlport-monitor to obtain the the avg work time of each block. The avg work time should serve for what I want. However, during my

Re: [Discuss-gnuradio] Something wrong when I tried to create a out-of-tree module

2013-08-13 Thread Martin Braun (CEL)
On Tue, Aug 13, 2013 at 02:54:50PM +, PanTianqi wrote: > [...] >     _mod = imp.load_module('_runtime_swig', fp, pathname, description) > ImportError: dynamic module does not define init function (init_runtime_swig) > >      Same thing happens when I input "from gnuradio import gr" in python

Re: [Discuss-gnuradio] Dev Call August 16th (Friday)

2013-08-13 Thread Perez, Tracie R
Martin, Will the dev call this Friday be at the usual time, 5pm UTC? Thanks, Tracie On Aug 5, 2013, at 3:14 AM, Martin Braun (CEL) wrote: > Hi everyone, > > our next developer's call will be on Friday, August 16th. > This is an *exception* from our third-Thursday rule, in the future, we > will

Re: [Discuss-gnuradio] Dev Call August 16th (Friday)

2013-08-13 Thread Martin Braun (CEL)
On Tue, Aug 13, 2013 at 02:54:05PM +, Perez, Tracie R wrote: > Martin, > > Will the dev call this Friday be at the usual time, 5pm UTC? Yes, time shall be as usual. MB -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Martin Braun Research Associat

[Discuss-gnuradio] Something wrong when I tried to create a out-of-tree module

2013-08-13 Thread PanTianqi
Hello all,      My gnuradio worked fine before, but recently when I use the command:                                     gr_modtool newmod howtoto create a out-of-tree module, error occurs and it says,  Traceback (most recent call last):  File "/usr/local/bin/gr_modtool", line 26, in     from gnura

Re: [Discuss-gnuradio] Running GMSK mod/demod test

2013-08-13 Thread Florian Schlembach
To put it in simple words, I am wondering why the GMSK-Mod blocks always outputs 8192 bits - no matter when I input 50 bits or 255 bits. Is there a GMSK-burst-like modulation happening? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https:

Re: [Discuss-gnuradio] something wrong after I add a new c++ block in gnuradio. ('module' object has no attribute)

2013-08-13 Thread Nemanja Savic
I will try, but somebody will probably give the better answer. From my experience it looks like problem with swig file. Best, Nemanja On Tue, Aug 13, 2013 at 11:45 AM, Yingjie Chen wrote: > Hi guys, > > Thanks in advance. > > I have add a new c++ block in gnuradio/gnuradio-core/src/lib/general

[Discuss-gnuradio] something wrong after I add a new c++ block in gnuradio. ('module' object has no attribute)

2013-08-13 Thread Yingjie Chen
Hi guys, Thanks in advance. I have add a new c++ block in gnuradio/gnuradio-core/src/lib/general, named *gr_multiply_const_cc1.cc*, with other two files, named * gr_multiply_const_cc1.h* and* gr_multiply_const_cc1.i. *I have add it in the Cmakelist and successfully pass the building process. Afte

Re: [Discuss-gnuradio] Zero Forcing (ZF) and MMSE Equalizer

2013-08-13 Thread ZaInzAiN Jj
Thanks Martin, your information very helpful. for current, what is equalizer which used on gnuradio 3.7 ? from gnuradio 3.7 API there are three equalizer. cma, kurtotic and lms equalizer. what is equalizer which used? Thanks, Zai From: Martin Braun (CEL) To:

[Discuss-gnuradio] How to use gr-audio on Windows?

2013-08-13 Thread Luong Tan Phong
Hi Lists, I've install gnuradio on Windows following the link: http://voltronics.blogspot.com/2013/01/gnu-radio-windows-build-guide.html. It's OK.After that, I've write program to read data from soundcard with gr-audio lib. It's OK (using portaudio lib). When I copy the program and all dll from g

Re: [Discuss-gnuradio] Zero Forcing (ZF) and MMSE Equalizer

2013-08-13 Thread Martin Braun (CEL)
On Tue, Aug 13, 2013 at 02:21:43PM +0800, ZaInzAiN Jj wrote: > Hi all, > > I am new to gnuradio and I want to implement Zero Forcing (ZF) and MMSE > equalizer in OFDM communication using gnuradio. > > Which part need reconfiguration to implement them? > > I use usrp bus series and gnuradio 3.7.0