[Discuss-gnuradio] USRP B210 "UHD Error: recv packet demuxer unexpected sid 0xff87ffc3"

2015-03-19 Thread Larry Van Der Jagt
Hello: Running examples from: http://www.trondeau.com/examples/2014/1/23/pfb-channelizers-and-synthesizers.html https://static.squarespace.com/static/543ae9afe4b0c3b808d72acd/543aee1fe4b09162d08633d9/543aee20e4b09162d086354d/1395272342027/fm_channelizer.grc With the the following changes: 1)

Re: [Discuss-gnuradio] Audio Source configuration

2015-03-19 Thread Larry Van Der Jagt
or pointers are welcomed. LVDJ On Tue, Mar 17, 2015 at 10:30 AM, Larry Van Der Jagt wrote: > Hello: > > Can anyone point me to some "color" on how to work with the Audio Source. > I am working examples to transmit FM Audio and have problems with Underruns > on t

Re: [Discuss-gnuradio] [USRP-users] Audio Source configuration

2015-03-17 Thread Larry Van Der Jagt
at your audio *hardware* is capable of > delivering the desired rates. > > > > > On 2015-03-17 10:30, Larry Van Der Jagt via USRP-users wrote: > > Hello: > > Can anyone point me to some "color" on how to work with the Audio Source. > I am working exa

[Discuss-gnuradio] Audio Source configuration

2015-03-17 Thread Larry Van Der Jagt
Hello: Can anyone point me to some "color" on how to work with the Audio Source. I am working examples to transmit FM Audio and have problems with Underruns on the UHD:USRP Sink. The examples (from files.ettus.com/tutorials/Lab_5.grc and others) I am running select Audio Source Arch:alsa and this

[Discuss-gnuradio] Attribute Error: 'QByteArray' object has no attribute 'toByteArray'

2015-03-02 Thread Larry Van Der Jagt
Hello: Working with the Dizzy build of E310 and trying to get GUI items to run that have no QWT in them to run. Starting with uhd_fft.grc (gnuradio-companion run with LD_PRELOADS documented previously) with all blocks disable except QTGUI Frequency Sink. This now runs until it hits self.setting

Re: [Discuss-gnuradio] Python errors running flowgraph - first attempt

2015-03-01 Thread Larry Van Der Jagt
nning on my embedded x86_64 target. Need to find time to > make more progress on the project soon! > > -Chris > > On Fri, Feb 27, 2015 at 12:11 PM, Tom Rondeau wrote: > > Sorry that I have no insight into this right now, but I wanted to follow > up > > and see if

Re: [Discuss-gnuradio] Python errors running flowgraph - first attempt

2015-02-27 Thread Larry Van Der Jagt
insight into this right now, but I wanted to follow > up and see if there was any progress made on this problem? > > Tom > > > On Mon, Feb 9, 2015 at 11:28 AM, Larry Van Der Jagt > wrote: > >> Thanks: >> >> The info Chris sent along has helped to move th

Re: [Discuss-gnuradio] Polyphase Filer examples and Busport Implementation for QT GUI Frequency Sink

2015-02-11 Thread Larry Van Der Jagt
Thanks for the input. So given that the QT GUI Frequency Sync Block seems to have no entry in the Properties GUI to set BusPort Connections, how would one go about doing that. It seems to default to a minimum bus width of #2 for number of inputs 1 or 0 and number of inputs +1 for higher numbers.

Re: [Discuss-gnuradio] Polyphase Filer examples and Busport Implementation for QT GUI Frequency Sink

2015-02-09 Thread Larry Van Der Jagt
27;ve found the generic Busports stuff already ... Thanks again, LVDJ On Mon, Feb 9, 2015 at 8:30 AM, Tom Rondeau wrote: > On Sun, Feb 8, 2015 at 2:50 PM, Larry Van Der Jagt > wrote: > >> Hello: >> >> In trying to execute the flowgraphs found in the blo

Re: [Discuss-gnuradio] Python errors running flowgraph - first attempt

2015-02-09 Thread Larry Van Der Jagt
t get graphical elements to work even in the produced Python code and that seriously reduces the utility of the embedded device. All comments and direction are appreciated. LVDJ -- Larry Van Der Jagt ___ Discuss-gnuradio mailing list Discuss-gnuradi

[Discuss-gnuradio] Polyphase Filer examples and Busport Implementation for QT GUI Frequency Sink

2015-02-08 Thread Larry Van Der Jagt
QT frequency sink block. I have been looking for information regarding the best way to fix these as there does not seem to be a link to the Bus_connection vector in the block. I am working with GnuRadio 3.7.6.1 under Ubuntu 12.04 LTS Any insight or leads are welcomed. -- Larry Van Der Jagt

Re: [Discuss-gnuradio] Python errors running flowgraph - first attempt

2015-02-08 Thread Larry Van Der Jagt
b/pyhon2.7/site-packages/PyQt4/Qt.py, line 3, in from pyQt4.QTDeclarativeImport * ImportError : /usr/lib/python2.7/site-packages/PyQt4/QtDEclarative.so: undefined symbol: _ZTI16QTDeclarativeView Any insights are always welcomed. -- Larry Van Der Jagt