Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-30 Thread Pranav Padalkar
Fraunhofer-Institut für Eingebettete Systeme und Kommunikationstechnik ESK From: Discuss-gnuradio on behalf of Pranav Padalkar Sent: Monday, August 22, 2016 9:48 AM To: Marcus Müller; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-22 Thread Pranav Padalkar
. From: Discuss-gnuradio on behalf of Marcus Müller Sent: Friday, August 19, 2016 3:21 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code have a look at the feval class [1]; it's a way to call python

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Marcus Müller
ptions, please let me know. > > > Thanks! > > Pranav > > > > *From:* Koslowski, Sebastian (CEL) > *Sent:* Friday, August 19, 2016 1:15 PM > *To:* Pranav Padalkar; discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] Using GRC generated python code >

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Pranav Padalkar
, Sebastian (CEL) Sent: Friday, August 19, 2016 1:15 PM To: Pranav Padalkar; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code Well, there a number of options. Given your description its hard to say which one is best. Aside from

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Koslowski, Sebastian (CEL)
Well, there a number of options. Given your description its hard to say which one is best. Aside from maintainability and flexibility of the system, it really depends on the required interaction between the components. You could - re-implement the fg in C++. - create Python bindings for you

[Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Pranav Padalkar
Hello, I have a GRC generated python code. I also wrote a server-client code in C++. I want to implement the client-code along with the GNU python code. The essence is that I want to a run a client C++ code, which will call the python code in a thread and start the USRP to receive/transmit dat

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ed Criscuolo
Connect up a null sink and null source in parallel with the uhd blocks. Then right- mouse on the uhd blocks and select "disable". This will gray-out the blocks and not compile them, but will leave them there preserving all your parameters. @(^.^)@ Ed Sent from my iPod On Apr 8, 2014, at 11:

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ruecan
Thanks. -- View this message in context: http://gnuradio.4.n7.nabble.com/Using-GRC-without-UHD-tp47451p47455.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Tom Rondeau
On Tue, Apr 8, 2014 at 11:48 AM, Ruecan wrote: > Thank you Martin, > > Does the file sink and source blocks work in case of a stream of packets > (802.15.4). > > Ruecan > Ruecan, http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#What-is-the-file-format-of-a-gr_file_sink-How-can-I-read-file

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Martin Braun
On 04/08/2014 05:36 PM, Ruecan wrote: > Hello GR, > > Are there any fake sink and source blocks which simulates the uhd sink and > source. > I would like to test some flow graphs but for the moment I don't have access > to the radios. > > Or is there any other option, let's say using a channel bl

[Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ruecan
Hello GR, Are there any fake sink and source blocks which simulates the uhd sink and source. I would like to test some flow graphs but for the moment I don't have access to the radios. Or is there any other option, let's say using a channel block between the Tx and the Rx. Any hints or explanati

Re: [Discuss-gnuradio] Using GRC

2009-07-24 Thread Karthik
On Thu, Jul 23, 2009 at 10:15 AM, udadidd wrote: > > Hi > I am using GRC, but i would like to add modules that i make and also > hierarchical modules. > How can i go ahead and add modules of my choice? You can read all this here http://gnuradio.org/trac/wiki/GNURadioCompanion. The wiki index is

[Discuss-gnuradio] Using GRC

2009-07-23 Thread udadidd
Hi I am using GRC, but i would like to add modules that i make and also hierarchical modules. How can i go ahead and add modules of my choice? -- View this message in context: http://www.nabble.com/Please-help-me-out-with-udp_sink-tp24605485p24630416.html Sent from the GnuRadio mailing list ar

Re: [Discuss-gnuradio] Using GRC and USRP2 to implement a GSM base station?

2009-03-11 Thread John Gilmore
> I want to implement a GSM base station using gnuradio with USRP2. I looked at doing this, and decided to use USRP1 for several reasons: * It's a lot cheaper than a USRP2. * You can buy a USRP1 today. * It can handle all the daughter boards on one USRP. * There's already code that wo

[Discuss-gnuradio] Using GRC and USRP2 to implement a GSM base station?

2009-03-11 Thread Jhon Lee
Hi all, I want to implement a GSM base station using gnuradio with USRP2. I just downloaded the latest development code of gnuradio and I have not got my USRP2 yet(USRP2 seems not availabe now?). I think that there are some useful modules for me to build a GSM base station, such as gr-gsm-fr-vocod