[Discuss-gnuradio] new OOT block shows up in list but erases flowgraph when i use it

2015-08-19 Thread ben Gee
I wrote an out of tree block based on the tutorial and after i compile it, the block shows up in the list in GRC, but when i drag it into the flowgraph it erases the whole thing options block and all. as a workaround, i've also tried editing a working OOT block that i have on my machine, but when

[Discuss-gnuradio] hierarchical polyphase channelizer vs polyphase channelizer blocks in GRC

2015-06-30 Thread ben Gee
Does anyone have any knowledge of how the parameters need to be set in the hierarchical pfb channelizer? There's no documentation that I can find. I HAVE gotten the regular channelizer to work and it's awesome (screenshots included), I was just hoping to use a hierarchical version that would be

[Discuss-gnuradio] gr-fosphor driver issues

2015-06-26 Thread ben Gee
I'm using an AMD radeon HD 7900 in my computer. When i run a flowgraph that has an instance of fosphor it shuts down immediately and returns the following error: Using Volk machine: avx_64_mmx [+] Selected device: Tahiti libGL error: unable to load driver: swrast_dri.so libGL error: failed to

[Discuss-gnuradio] GRC bug - channel limitation in QT GUI Frequency Sink

2015-06-19 Thread ben Gee
If you set the number of channels in the Freq sink block 10 (in my case 11), grc will throw an error. if len(labels[i]) == 0: IndexError: list index out of range Upon further investigation, the source code it generates only has 10 arguments in the alphas, colors, widths and labels fields. If I

[Discuss-gnuradio] overlapping channels in polyphase channelizer

2015-06-18 Thread ben Gee
Is it possible to have overlapping channels in a polyphase channelizer? say you have 10MHz of bandwidth, and you want to break it up into 10 channels, each 2MHz wide with the center frequencies being 1MHz apart. would you just set the taps to have the right bw and lowpass filter width (in this

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-04-06 Thread ben Gee
reinstalling ubuntu from a fresh build and installing the intel opencl sdk from the link above worked out really well. i finally got osmocom_fft -F to work and its beautiful! thanks for the support! -b On Mon, Mar 23, 2015 at 6:08 PM, ben Gee grben...@gmail.com wrote: I appreciate the response

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

2015-03-26 Thread ben Gee
, ben Gee grben...@gmail.com wrote: 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

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

2015-03-25 Thread ben Gee
surgery with a bazooka here, but i'm considering reinstalling ubuntu and starting over completely at this point. any thoughts? On Wed, Mar 25, 2015 at 2:20 PM, ben Gee grben...@gmail.com wrote: thanks ron, my swig version is now updated. so, if i run ./pybombs install gnuradio and it reports

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

2015-03-25 Thread ben Gee
because your version of SWIG is failing the version check. See line 982 in your first pastebin. The minimum SWIG version required is 1.3.31. You can see what version of SWIG you have with: swig -version Ron On 03/24/2015 04:03 PM, ben Gee wrote: NEW ISSUE - no GRC??. I can't call

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

2015-03-25 Thread ben Gee
wrote: Did you run ./pybombs env and setup your environment variables? Rich On Wed, Mar 25, 2015 at 11:52 AM, ben Gee grben...@gmail.com 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

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

2015-03-24 Thread ben Gee
NEW ISSUE - no GRC??. I can't call it from the target, home or pybombs directory and there's no recipe for it. any thoughts? GRC comes with gnuradio itself. *that's what i thought as it's always been that way.* If it's not there, something failed during the cmake/build step, but without the

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

2015-03-23 Thread ben Gee
I've picked up some issues over the last month of trying to get a working gnuradio pybombs install with the openlte and fosphor pybombs packages. Had no idea it would be this difficult on a brand new system with a fresh OS install and following all the instructions on the gnuradio site, but i

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-03-23 Thread ben Gee
I appreciate the response. Before you wrote back I wanted to try a fresh install because i wanted to confirm 100% that there were no conflicting packages outside my pybombs environment. After i deleted my main pybombs directory i tried to reinstall pybombs, uhd and gnuradio, but now gnuradio won't

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

2015-03-23 Thread ben Gee
/atsc_interleaver_impl.cc I'm not sure how this bug slipped by. Ron On 03/23/2015 03:01 PM, ben Gee wrote: I've picked up some issues over the last month of trying to get a working gnuradio pybombs install with the openlte and fosphor pybombs packages. Had no idea it would be this difficult

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-03-19 Thread ben Gee
/x86_64-linux-gnu/libOpenCL.so.1.0.0 So when building gr-fosphor: cmake ../ -DOPENCL_LIBRARY=/usr/lib/x86_64-linux-gnu/libOpenCL.so -- Tom, N5EG On Thu, Mar 19, 2015 at 8:51 AM, ben Gee grben...@gmail.com wrote: Sylvain, Firstly, there is only one install of pybombs on this machine, so

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-03-19 Thread ben Gee
? Should they be installed system-wide or do they have to be installed in the pybombs environment? thanks, -b On Thu, Mar 19, 2015 at 3:22 AM, Sylvain Munaut 246...@gmail.com wrote: On Wed, Mar 18, 2015 at 11:47 PM, ben Gee grben...@gmail.com wrote: i should also add that the output of ./pyboms list

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-03-18 Thread ben Gee
uhdinstalled inventory 7d97ab60012b99ed92fb122a3a68d68515a404fa git:// https://github.com/EttusResearch/uhd.git wiresharkinstalleddeb Category: pseudo allNone On Wed, Mar 18, 2015 at 6:31 PM, ben Gee grben...@gmail.com

Re: [Discuss-gnuradio] gr-fosphor with pybombs

2015-03-18 Thread ben Gee
sorry for the late reply, was away from this lab. no that directory dose not exist thanks, -b On Wed, Mar 4, 2015 at 2:44 AM, Sylvain Munaut 246...@gmail.com wrote: Hi, ImportError: cannot import name fosphor Does /home/cnlsdr1/pybombs/lib/python2.7/dist-packages/gnuradio/fosphor exist

[Discuss-gnuradio] gr-fosphor with pybombs

2015-03-03 Thread ben Gee
Hey folks, So i installed the gr-fosphor 'app' using the pybombs recipe and it seems to install ok, but when i run it I get the output listed below. Any ideas here? Thanks, -B cnlsdr1@cnlsdr1:~/pybombs$ osmocom_fft -F linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.002-91-g7d97ab60

Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'

2015-02-26 Thread ben Gee
to compile openLTE (http://sdr.osmocom.org/trac/wiki/GrOsmoSDR) -- Configuring incomplete, errors occurred! On Wed, Feb 25, 2015 at 3:49 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 24, 2015 at 7:23 PM, ben Gee grben...@gmail.com wrote: Hello All: this is my first time

Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'

2015-02-26 Thread ben Gee
situations. thanks, -b On Thu, Feb 26, 2015 at 8:34 PM, Ron Economos w...@comcast.net wrote: I haven't tried pybombs. I always build from source. It doesn't seem like that much of a hassle to me, but I'm a long time software developer. Ron On 02/26/2015 03:15 PM, ben Gee wrote: I have

[Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'

2015-02-24 Thread ben Gee
Hello All: this is my first time on the list. I'm running gnuradio 3.7.6.1 with pybombs. I'm now trying to install OpenLTE which is dependent on Gnuradio and when it calls cmake to check for gnuradio's packages it can't find it. Originally, the 'FindGnuradio.cmake' file wasn't in the