[Discuss-gnuradio] Convert recorded FM wav file to I,Q values

2017-06-28 Thread Jahnavendra Mattipa
Hello all, Is there any possibility to convert the recorded FM 'wav' file to I,Q values, if possible please tell me how to do this? Best reagards, M. Jahnvendra ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] [UHD] Introducing the Python API

2017-06-28 Thread Martin Braun
Hi all, some people have already heard the rumour that we're working on a Python API for UHD that does not involve gr-uhd. And yes, it's true. A minute ago, I published our current development branch on github: https://github.com/EttusResearch/uhd/tree/python-api We'll be doing some more

[Discuss-gnuradio] gr-eventstream, gr-mapper, gr-burst revisted

2017-06-28 Thread Cinaed Simson
gr-eventstream: -- In '_es_swig.so', instead of including the symbol 'init_es_swig' and linking to python2 libraries, it was including the symbol 'PyInit__es_swig' and linking to python3 libraries. See ./build/swig/es_swigPYTHON_wrap.cxx. Tried to modify the cmake file

Re: [Discuss-gnuradio] GNURadio and 802.15.4

2017-06-28 Thread Vitt Benv
try ' arp -s 'ip number' 'mac-address' victor Il 28 giu 2017 4:16 PM, "Markley da Silva Mendes" ha scritto: > Good Morning, > > I'm using GNU Radio to get a signal 802.15.4 (Zigbee), besides capturing a > signal, I want to send a command to light a led (I'm using my

Re: [Discuss-gnuradio] Interpolating FIR filter with runtime adjustable interpolation value

2017-06-28 Thread Kevin Reid
On Tue, Jun 27, 2017 at 4:16 PM, Joe K wrote: > In reality my interpolating filter is part of a Python-based hierarchical > block, which is based off of the gmsk_mod in gr-digital. I'm essentially > trying to decouple my symbol rate from the hardware sample rate by >

[Discuss-gnuradio] GNURadio and 802.15.4

2017-06-28 Thread Markley da Silva Mendes
Good Morning, I'm using GNU Radio to get a signal 802.15.4 (Zigbee), besides capturing a signal, I want to send a command to light a led (I'm using my module in a Galileo intel). But I'm having difficulty in saying that this prototype does not have an ip address but a mac address. I would like to

Re: [Discuss-gnuradio] Convert Float to PMT in a Gnuradio flowgraph

2017-06-28 Thread Marcus Müller
Hi Cristian, the sending of values from within work() is really just a one liner (and I think you'd do it right – just send a pmt::from_double() using msg_port_pub) so you'd just write a block for that. Anyway, your flow graph is probably misbehaving because you set the throttle rate to 1. That