Re: [Discuss-gnuradio] Switching flow between two paths.

2015-03-25 Thread Marcus Müller
Hi Jeon, in principle, your flow graph does make a lot of sense. However, there's one problem: GNU Radio is a series of tubes, so to speak; as you switch the "upstream" selector, there's still items in the in- and output buffers of the previously selected encoder. Thus, you'd need to switch the dow

Re: [Discuss-gnuradio] "Run to completion" not working with message passing blocks

2015-03-25 Thread Piotr Krysik
W dniu 16.02.2015 o 17:29, Tom Rondeau pisze: > On Sat, Feb 14, 2015 at 3:34 PM, Piotr Krysik > wrote: > > W dniu 29.04.2014 o 16:20, Tom Rondeau pisze: > > On Tue, Apr 29, 2014 at 9:33 AM, Perper > >

[Discuss-gnuradio] Definition of "radians per sample"

2015-03-25 Thread Daniele Nicolodi
Hello, the documentation for the PLL blocks in GNURadio says: "All settings max_freq and min_freq are in terms of radians per sample, NOT HERTZ." Therefore I thought that to specify a bandwidth `bw` it would have to converted from natural frequency units (Hz) into radians per sample with somethin

Re: [Discuss-gnuradio] Switching flow between two paths.

2015-03-25 Thread Martin Braun
Maybe the matrix multiplier can be of use here. Try the corresponding example in gr-blocks/examples. M On 25.03.2015 02:15, Marcus Müller wrote: Hi Jeon, in principle, your flow graph does make a lot of sense. However, there's one problem: GNU Radio is a series of tubes, so to speak; as you sw

Re: [Discuss-gnuradio] "Run to completion" not working with message passing blocks

2015-03-25 Thread Tom Rondeau
On Wed, Mar 25, 2015 at 3:11 AM, Piotr Krysik wrote: > W dniu 16.02.2015 o 17:29, Tom Rondeau pisze: > > On Sat, Feb 14, 2015 at 3:34 PM, Piotr Krysik > > wrote: > > > > W dniu 29.04.2014 o 16:20, Tom Rondeau pisze: > > > On Tue, Apr 29, 2014 at 9:33 AM, Perper per.

Re: [Discuss-gnuradio] Basic Microphone Integration

2015-03-25 Thread Tom Rondeau
On Tue, Mar 24, 2015 at 5:24 PM, Richard Bell wrote: > Thanks Martin, got it. > > Rich > And if you're going farther with this line of thought, look into vocoders and what we have in gr-vocoder. Tom > On Tue, Mar 24, 2015 at 4:43 PM, Martin Braun > wrote: > >> The audio sinks do that; you m

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-25 Thread Tom Rondeau
On Tue, Mar 24, 2015 at 12:56 PM, George Hadley wrote: > Aha! The middle menu button click works after all :-) Thank you very much > for your help everyone! > > I was able to get the middle button click functionality to work in the > individual sinks (QT GUI Time Sink, QT GUI Frequency Sink, QT

Re: [Discuss-gnuradio] [USRP-users] count number of times that a block runs in gnuradio

2015-03-25 Thread Marcus Müller
Hi Luis, that is a very GNU Radio-centric question; hence, I've taken the freedom to include the discuss-gnuradio mailing list. I'd recommend signing up [1] for that, and discussing further things on there. Generally, you should easily be able to integrate that functionality into any block, by alt

[Discuss-gnuradio] Audio Sink Producing UaUaUaUa

2015-03-25 Thread Richard Bell
Hello, When I have an audio sink in my flowgraph, leaving the device field blank to default to speakers, I see a continuous stream of UaUaUaUa printed to the console. What is this telling me? Disabling the audio sink stops the Ua stream. v/r, Rich ___ D

Re: [Discuss-gnuradio] [USRP-users] Spikes in b210 received data

2015-03-25 Thread Tom Tsou
On Tue, Mar 24, 2015 at 11:07 PM, Arjun Nadh wrote: > Thank you, Tom > That fixes the problem. Great. Thanks for testing. Upcoming UHD and gr-uhd changes will expose more of the AD9361 functionality, which will allow user control of calibration and filters without having to patch UHD. We're also

Re: [Discuss-gnuradio] Audio Sink Producing UaUaUaUa

2015-03-25 Thread Marcus Müller
Hi Richard, these are audio Underruns, meaning that you did not supply the sound system with the samples it needs for continuous playback in time. following an old FAQ entry [1]: If you have RF hardware in your flow graph, you might be seeing the "two-clock problem": No two oscillators are exactly

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
thanks ron, my swig version is now updated. so, if i run ./pybombs install gnuradio and it reports the error with atsc_interleaver_impl.cc, i then go in and add "#include ", but now when i rerun ./pybombs install gnuradio, it still throws an error about the stdio commands not being included. is the

Re: [Discuss-gnuradio] Audio Sink Producing UaUaUaUa

2015-03-25 Thread Richard Bell
Marcus, Every sample rate I try produces the UaUaUa pattern. I tried all the built in rates as well as 192 kHz. When I run the gr-aduio dial-tone example, I get garbled noise as output, instead of a dial tone, with the noise source turned off. Do you have an idea what this might point to? Pandor

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Ron Economos
What is the specific error? Ron On 03/25/2015 11:20 AM, ben Gee wrote: thanks ron, my swig version is now updated. so, if i run ./pybombs install gnuradio and it reports the error with atsc_interleaver_impl.cc, i then go in and add "#include ", but now when i rerun ./pybombs install gnuradio,

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
ok, so editing the .cc file worked now and i got it to stop throwing the compile error, but its still not working. gnuradio-companion still isn't installed correctly as i can't call it from the command line. when i run swig -version i get: http://pastebin.com/xWU4d5i3 i have a second computer wi

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Richard Bell
Did you run ./pybombs env and setup your environment variables? Rich On Wed, Mar 25, 2015 at 11:52 AM, ben Gee wrote: > ok, so editing the .cc file worked now and i got it to stop throwing the > compile error, but its still not working. > > gnuradio-companion still isn't installed correctly as

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
richard, yes, i setup the environment variables. i noticed something strange though, in my initial (working) install, when i pulled the pybombs source using: git clone git://github.com/pybombs/pybombs and cd into pybombs in my initial configuration i was able to set my prefix dir to /home/profile_n

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Richard Bell
I think you might be referring to the config.dat file that was created after your first attempt at installing with pybombs? When you first clone pybombs, there is no config.dat, only a config.default. When you go through the install process, pybombs creates a config.dat that saves the choices you m