Re: [Discuss-gnuradio] The AttributeError problem now that I have modified a working OOT

2016-07-04 Thread Sylvain Munaut
Hi, > Do you have any idea why my system did not complain AT ALL when building the > syncing branch? I am using ubuntu 16.04 with the apt-installed grc (3.7.9). > Do I have some config screwed up somewhere? No, that's expected. GR modules are libraries and as so the linking process will accept u

Re: [Discuss-gnuradio] The AttributeError problem now that I have modified a working OOT

2016-07-04 Thread Tom Early
Thanks Bastian, I removed try/except int __init__.py and it gave: ImportError: /usr/lib/libgnuradio-ambe3000.so: undefined symbol: _ZN12CDStarHeaderD1Ev I suspect this is telling about the undeclared destructor for CDStarHeader, but I think I am to inexperienced to understand the _ZN12 pref

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Mark Napier
Hey Darin, If you just want the GNU Radio environment up and don't plan on doing any UHD development then my vote for you is the MacBookPro using MacPorts. Be aware, none of these flows are trouble free. Over the last couple of months I've tried Mac, Ubuntu, and Windows 7. Macports gives (for m

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
On the Mac issue, the issue is that it says PLL not locked but it also doesn't receive anything. On the below command line, it worked on the LiveDVD! Thank you! > On Jul 4, 2016, at 11:21 AM, mle...@ripnet.com wrote: > > The "PLL lock messages" are normal during start-up for the gr-osmosdr r

[Discuss-gnuradio] Thread safety of PMT objects in python

2016-07-04 Thread Jonas Deitmerg
Hello everyone, I've recently experienced some unexpected behavior when working with PMTs in messages and tags. Although I have already figured out how to avoid this issue, I'd like to know whether it's a systematic error or just a misunderstanding on my part. The problem arises when accessing 'o

[Discuss-gnuradio] [SOCIS] TensorFlow block

2016-07-04 Thread Christopher Richardson
Hi Everyone, I've just posted a blog article on the GNU Radio block which I've been working on recently - https://signalsintelligence.wordpress.com/2016/07/02/tensorflow-gnu-radio-block/ cheers Chris ___ Discuss-gnuradio mailing list Discuss-gnuradio@

Re: [Discuss-gnuradio] new user

2016-07-04 Thread mleech
The "PLL lock messages" are normal during start-up for the gr-osmosdr rtl-sdr driver. SO, on your liveDVD image, you could do something like: osmocom_fft -a rtl=0 -f 101.1e6 -g 30 -s 1.0e6 --fft-rate 10 Does you radio station show up on the FFT display? On 2016-07-04 11:49, Darin Decker wro

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Gotcha. For 1. below.. I followed the flow on the Mac install page.. http://gnuradio.org/redmine/projects/gnuradio/wiki/MacInstall Installed Quartz Installed MacPorts ran port install gnu radio on 3. below, yeah, I’m thinking the

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Marcus Müller
Hi Darin On 07/04/2016 05:49 PM, Darin Decker wrote: > Thank you Marcus! > > Sorry, I should have been more clear. > When trying to use the little RTL-SDR dongle, I have the following: > > 1. Tried to install on a Macbook Pro running El Capitan but *how* do you try to install? > and that is wher

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Thank you Marcus! Sorry, I should have been more clear. When trying to use the little RTL-SDR dongle, I have the following: 1. Tried to install on a Macbook Pro running El Capitan and that is where I’m getting ‘The xterm executable “ is missing’ issue. When I just accept that and the flow run

Re: [Discuss-gnuradio] Broken Pybombs install, stuck again.

2016-07-04 Thread Marcus Müller
Hi Mark, as far as I can tell, you've recompiled UHD, but you did not recompile GNU Radio to link against that UHD (I don't know if you've updated UHD since your last compilation of GNU Radio, so this might pose a problem). >And yes, I have run the ~/gnuradio/src/prefix/setup_env.sh first. Does t

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Marcus Müller
Hi Darin, welcome! > If I understand correctly, Ubuntu 12.04 is not supported I don't think that's true! I'd personally recommend not using a more than four years old distro when doing new, non-legacy stuff, but you should be able to build things on Ubuntu 12.04. > so I have not pursued that much

[Discuss-gnuradio] Broken Pybombs install, stuck again.

2016-07-04 Thread Mark Napier
Had a little time to work on the TVRX again. Have a build of gnuradio installed with pybombs in ~/gnuradio/src/prefix. Very happy to *finally* have a complete source tree and working compile environment to experiment with. Modified two source files: ~/gnuradio/src/prefix/src/uhd/host/lib/usrp/usr

[Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Good morning, I have been trying to get Gnuradio up and and running all weekend on either a Macbook Pro or a System 76 Ubuntu 12.04 machine but have not had any success. If I understand correctly, Ubuntu 12.04 is not supported so I have not pursued that much but focused on the Macbook Pro. Wh

Re: [Discuss-gnuradio] The AttributeError problem now that I have modified a working OOT

2016-07-04 Thread Marcus Müller
Hi! nope, I've tried the master branch only :/ but: syncing fails to build at all for me: > make [ 3%] Building CXX object lib/CMakeFiles/gnuradio-ambe3000.dir/dstar_encode_sb_impl.cc.o [ 6%] Building CXX object lib/CMakeFiles/gnuradio-ambe3000.dir/DV3000U.cc.o [ 9%] Building CXX object lib/

Re: [Discuss-gnuradio] Linear regression error when handling looping data in file source

2016-07-04 Thread Hou Jonny
Hi folks, Finally it was fixed by adjusting the "max Number of Output" into the data frame size (1201). Thanks anyway for your attention! BR//Jonny On Fri, Jul 1, 2016 at 5:47 PM Hou Jonny wrote: > Hey folks, > > This that somehow related the python code I used? > > """ > Embedded Python Block