[Discuss-gnuradio] FOSDEM 2015 videos -- not quite there, but close

2015-02-23 Thread Martin Braun
Videos from this year's FOSDEM are starting to trickle in. You can find them at [1], but I'll (or we'll) try and keep [2] up to date, as well. Cheers, Martin [1] http://video.fosdem.org/2015/devroom-software_defined_radio/ [2] http://gnuradio.org/redmine/projects/gnuradio/wiki/Presentations

Re: [Discuss-gnuradio] timed dual channel B210 capture gives error "UHD source block got error code 0x2" (ERROR_CODE_LATE_COMMAND)

2015-02-23 Thread Martin
On 22-02-15 22:35, Marcus D. Leech wrote: On 02/22/2015 04:26 PM, Martin wrote: Small addition. I just want to start capturing on both channels of a B210 at the exact same time. I do not mind which time that is, as long as the samples are aligned. I have read a discussion on this mailinglist

Re: [Discuss-gnuradio] Trouble with SWIG for packet_formatter_default child class

2015-02-23 Thread Nowlan, Sean
From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org [mailto:discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org] On Behalf Of Nowlan, Sean Sent: Monday, February 23, 2015 3:10 PM To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Trouble with SWIG for packet_formatte

[Discuss-gnuradio] Triggering USRP at given GPS time from GNU Radio

2015-02-23 Thread Piotr Krysik
Hi all, Whenever I want to trigger USRP with at given time with use of a GPSDO I'm adding something like this at the end of a constructor of a topblock generated by gnuradio-companion: if start_time!="": self.start_time_epoch = time.mktime(time.strptime(start_time,'%d.%m.%Y %H

[Discuss-gnuradio] Trouble with SWIG for packet_formatter_default child class

2015-02-23 Thread Nowlan, Sean
Hi all - I'm working on Tom's packet_handling branch (github.com/trondeau/gnuradio.git) and building a custom packet formatter. Everything works in C++ land, including QA code. However, SWIG is complaining about undeclared things. I duplicated the CMake and SWIG structures of gnuradio/gr-digita

[Discuss-gnuradio] X300 unknown product code in EEPROM: 2104

2015-02-23 Thread Muhammad JUNAID
Dose any one know what is the problem with this device.Hardware NI USRP 2940R = x310OS Ubuntu 14.04LTSConnection SFP0 what are these warnings X300 unknown product code in EEPROM: 2104     RX dboard ID: Unknown (0x) ./usrp_burn_mb_eeprom --read-all linux; GNU C++ version 4.8.2; Boost_105

Re: [Discuss-gnuradio] Project enquiry/interest

2015-02-23 Thread Sajeev Manikkoth
Thanks Marcus, and adding some more details. Current signal detection mechanisms for years totally rely on signal attributes (frequency, timing, amplitude) for differentiation of signals. Cognitive detection mechanisms and new PHY layer techniques which emulate human eye like detection and differen

[Discuss-gnuradio] creating and importing a new python block

2015-02-23 Thread Jorge Gallo
Hello, I tried to build my first custom block. Very easy. It just generates one tune msg every 5 seconds. I followed steps of writing an OOT block in python: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules#Tutorial-3-Writing-a-signal-processing-block-in-Python % gr_modtool

Re: [Discuss-gnuradio] Custom GRC block not accepting derived class objects

2015-02-23 Thread Tom Rondeau
On Mon, Feb 23, 2015 at 4:06 AM, Perez, Tracie R wrote: > I'm hoping for suggestions from the GRC and swig savvy folks on the list. > > I am trying to add LDPC functionality to gr-fec [1]. I made a GRC block > for a decoder class. The decoder class constructor accepts a base class > called fec_mt

Re: [Discuss-gnuradio] Project enquiry/interest

2015-02-23 Thread Marcus Müller
Hi Sajeev, On 02/23/2015 10:56 AM, Sajeev Manikkoth wrote: > Hi Marcus, > > Thanks again for the detailed explanation of current access technologies. As > discussed current scheme allows shared access of the channels in time, > frequency, and space. Yes, that's how I understood this discussion. >

Re: [Discuss-gnuradio] (no subject)

2015-02-23 Thread Tom Rondeau
On Mon, Feb 23, 2015 at 4:28 AM, Vishwanatha H G < vishwanatha.1si12ec...@gmail.com> wrote: > sir, I created a LPF block..when I execute " make test" command it shows > the error like this: > > 2: Test command: /bin/sh > "/home/lekha/gr-filters/build/python/qa_lpf_test.sh" > 2: Test timeout compu

[Discuss-gnuradio] Custom GRC block not accepting derived class objects

2015-02-23 Thread Perez, Tracie R
I'm hoping for suggestions from the GRC and swig savvy folks on the list. I am trying to add LDPC functionality to gr-fec [1]. I made a GRC block for a decoder class. The decoder class constructor accepts a base class called fec_mtrx. In GRC, I am trying to give the decoder block an input of an

Re: [Discuss-gnuradio] Project enquiry/interest

2015-02-23 Thread Sajeev Manikkoth
Hi Marcus, Thanks again for the detailed explanation of current access technologies. As discussed current scheme allows shared access of the channels in time, frequency, and space. What I am talking is about a full simultaneous parallel use or access of channel. This is kind of necessity as wirele

Re: [Discuss-gnuradio] Grcc from ssh session

2015-02-23 Thread Murray Thomson
Thanks Sebastian, "Unable to import Colors" is also a warning for me, but then I also get: Unable to import Colors 'module' object has no attribute 'CONNECTION_ENABLED_COLOR' Error during file compilation. make: *** [grc_rx] Error 1 Which is an error. It looks like my flowgraph needs Colors afte

[Discuss-gnuradio] (no subject)

2015-02-23 Thread Vishwanatha H G
sir, I created a LPF block..when I execute " make test" command it shows the error like this: 2: Test command: /bin/sh "/home/lekha/gr-filters/build/python/qa_lpf_test.sh" 2: Test timeout computed to be: 9.99988e+06 2: File "/home/lekha/gr-filters/python/qa_lpf.py", line 28 2: def test_002_

Re: [Discuss-gnuradio] Msg passing + tag streaming: Is this flowgraph possible?

2015-02-23 Thread Jorge Gallo
Hi all, Martin, At this point I got confused about what I need for implementing message passing and stream tagging reading capabilities. At first I thought everything was implemented in GNURadio 3.7 (which I use) http://gnuradio.org/doc/doxygen/page_msg_passing.html http://gnuradio.org/doc/d