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

2015-03-19 Thread Sylvain Munaut
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 shows that gr-fosphor IS installed, output below: Interesting ... Are you sure you haven't two install of pybombs with different prefixes that would mix things up ? If not, I

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-19 Thread Vijay Galbaransingh
Tom, As you expected, disabling buffering on the file sink did not have any effect. I have fixed the issue though by making two changes to opensl_source_impl.cc: 1) change scale_factor to 32768 (1/2^14 doesn't make sense, it causes clipping because the volk conversion method divides by

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

2015-03-19 Thread Sylvain Munaut
Also : Next, because i have an intel integrated graphics controller in my laptop i chose the Intel CPU OpenCL option from the instructions i went to the link on the page, but it says that there is no standalone OpenCL SDK package anymore and that you have to download the Intel Code Builder

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

2015-03-19 Thread Marcus D. Leech
On 03/19/2015 04:39 PM, Larry Van Der Jagt wrote: Hello: Running examples from: http://www.trondeau.com/examples/2014/1/23/pfb-channelizers-and-synthesizers.html

Re: [Discuss-gnuradio] Splitting a vector at the output of the FFT

2015-03-19 Thread Alejandro Pascual Laguna
Thanks for the quick reply! When I said splitting in the GUI I meant using the flowgraph (instead of digging into the code) not using the sink FFT. As you say, I am using the standalone block for the FFT and I want to split its output. Is there any block to do so or any kind of snippet of

Re: [Discuss-gnuradio] OFDM test with USRP

2015-03-19 Thread Martin Braun
On 19.03.2015 14:11, Henry Jin wrote: Hi Marcus, I later added a throttle and time scope to the tx end to see how large the amplitude can be. Indeed, when the multiplier is 60m, the amplitude increases beyond 1, which will be clipped by the USRP driver. Setting it to be 0.45 seems like a safe

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

2015-03-19 Thread Sylvain Munaut
I now run osmocom get this for my output: http://pastebin.com/SpWJKwBc Pastebin : - A full listing of all the files in your pybomb install (using find) - The complete build logs of gr-fosphor (and no, I have no idea where to find those, I never used pybombs, but it must put them somewhere)

Re: [Discuss-gnuradio] OFDM test with USRP

2015-03-19 Thread Henry Jin
Hi Martin, Thanks for the FOSDEM 14 video on youtube (although maybe not posted by you). Your talk is very informative and helpful. On Thursday, March 19, 2015, Martin Braun martin.br...@ettus.com wrote: On 19.03.2015 14:11, Henry Jin wrote: Hi Marcus, I later added a throttle and time

[Discuss-gnuradio] Fwd: AttributeError: 'module' object has no attribute 'block_name'

2015-03-19 Thread Mike Heese
Tom, I sincerely apologize if I have posted this email to the wrong location but this is where the web page sent me. I have forwarded my original email below and hope it shows up as you expected. Any info you can provide on this problem would be greatly appreciated. Thanks! Mike Heese

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'block_name'

2015-03-19 Thread Mike Heese
Tom, I hope I put this question into the correct location on the Mailing List. Thanks again for your rapid response!! Mike H. On Thu, Mar 19, 2015 at 7:24 PM, Mike Heese mlhe...@gmail.com wrote: Tom, I sincerely apologize if I have posted this email to the wrong location but this is

Re: [Discuss-gnuradio] UHD error: _ZN3uhd6device4findERKNS_13device_addr_tENS0_15device_filter_tE

2015-03-19 Thread Marcus Müller
Hi Zamrath, your questions become very specific to your system, and can't easily be answered by just reading the error texts. You will have to investigate a bit deeper yourself and at least find out in which context (sub-step) these things occur. Greetings, Marcus On 03/19/2015 12:12 PM,

Re: [Discuss-gnuradio] Channel Model Block in GNU radio

2015-03-19 Thread Marcus Müller
Hi Merry, the taps characterize the channel you want to simulate, so you will need to calculate these based on your mathematical channel model. The classical multipath channel model is a tapped-delay line-model, and that kind of directly maps to the concept of filter taps. Are you sure you do 4

Re: [Discuss-gnuradio] UHD error: _ZN3uhd6device4findERKNS_13device_addr_tENS0_15device_filter_tE

2015-03-19 Thread Zamrath Nizam
Hi all, Please address the last thread I wrote. Meantime, I tried method 3 as well, where I downloaded 1.5 GB SDK software, but when I execute, sudo sh oecore-x86_64-armv7ahf-vfp-neon-toolchain-nodistro.0.sh, it errored as Error: Installation machine not supported!. Please be kindly suggest a

Re: [Discuss-gnuradio] cmake can't find 'gnuradio-runtime'

2015-03-19 Thread Tom Rondeau
On Thu, Mar 19, 2015 at 3:31 PM, rohin rohinaror...@gmail.com wrote: hello i got the exact same error i am following the guidlines given for OOT module given here- http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules /rohin@rohin-Inspiron-5520:~/gr-howto/build$ cmake ../

Re: [Discuss-gnuradio] cmake can't find 'gnuradio-runtime'

2015-03-19 Thread rohin
hello i got the exact same error i am following the guidlines given for OOT module given here- http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules /rohin@rohin-Inspiron-5520:~/gr-howto/build$ cmake ../ -- Build type not specified: defaulting to release. -- [

[Discuss-gnuradio] Changing GUI Sink block params on the fly from a custom C++ block?

2015-03-19 Thread Murphy, John
Hello GNU Radio'ers, I have a GRC flowgraph with a custom C++ block that feeds a stream of vectors of floats to the QT GUI Vector Sink. Which particular internal vector of floats gets streamed out of the custom C++ block is set on the fly from a QT GUI Chooser. I am using the autoscale on the QT

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-19 Thread Philip Balister
On 03/18/2015 10:44 PM, Alireza Khodamoradi wrote: Philip, Thank you for letting me using your images. I tried both of them with the *dd *command, it took me around 2000 seconds (30 mins) each and after using them on the board I get the following message via the UART: *U-Boot SPL 2014.01

[Discuss-gnuradio] GR Dev Call March on Now

2015-03-19 Thread Martin Braun
Follow us live at http://youtu.be/lBA-2d4yT08, or on #gnuradio. See ya! M ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] OFDM test with USRP

2015-03-19 Thread Henry Jin
Hi Marcus, Thanks for your very detailed comments. My purpose of testing the PER is to facilitate evaluations on further modifications of the codes. I'd like to set up a benchmark like the ones I have shown and then draw a PER vs SNR curve to show the performance just like how we do evaluations

Re: [Discuss-gnuradio] Audio Source configuration

2015-03-19 Thread Larry Van Der Jagt
Hello: Thanks to everyone who has replied. It seems that audio processing has some sort of timing issues. When I experiment with the channelizers detailed in; http://www.trondeau.com/examples/2014/1/23/pfb-channelizers-and-synthesizers.html

Re: [Discuss-gnuradio] Changing GUI Sink block params on the fly from a custom C++ block?

2015-03-19 Thread Tom Rondeau
On Thu, Mar 19, 2015 at 9:26 AM, Murphy, John jmur...@comsonics.com wrote: Hello GNU Radio'ers, I have a GRC flowgraph with a custom C++ block that feeds a stream of vectors of floats to the QT GUI Vector Sink. Which particular internal vector of floats gets streamed out of the custom C++

Re: [Discuss-gnuradio] Changing GUI Sink block params on the fly from a custom C++ block?

2015-03-19 Thread Murphy, John
Thanks, got it. John Murphy jmur...@comsonics.com On Thu, Mar 19, 2015 at 10:30 AM, Tom Rondeau t...@trondeau.com wrote: On Thu, Mar 19, 2015 at 9:26 AM, Murphy, John jmur...@comsonics.com wrote: Hello GNU Radio'ers, I have a GRC flowgraph with a custom C++ block that feeds a stream of

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-19 Thread Tom Rondeau
On Thu, Mar 19, 2015 at 3:28 AM, Vijay Galbaransingh vij...@sfu.ca wrote: Tom, As you expected, disabling buffering on the file sink did not have any effect. I have fixed the issue though by making two changes to opensl_source_impl.cc: 1) change scale_factor to 32768 (1/2^14 doesn't make

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

2015-03-19 Thread Tom McDermott
My particular video card OpenCL drivers moved where they were installed between different versions of Ubuntu. I tracked it down with: ~$ locate libOpenCL.so producing... /usr/lib/i386-linux-gnu/libOpenCL.so.1 /usr/lib/i386-linux-gnu/libOpenCL.so.1.0

Re: [Discuss-gnuradio] OFDM test with USRP

2015-03-19 Thread Henry Jin
Hi Marcus, I later added a throttle and time scope to the tx end to see how large the amplitude can be. Indeed, when the multiplier is 60m, the amplitude increases beyond 1, which will be clipped by the USRP driver. Setting it to be 0.45 seems like a safe choice. For small amplitude cases such

[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] gr-fosphor with pybombs

2015-03-19 Thread ben Gee
ok, no progress, but here's what i've done so far. (all as per the https://sdr.osmocom.org/trac/wiki/fosphor instructions) sudo apt-get install cmake xorg-dev libglu1-mesa-dev git clone https://github.com/glfw/glfw cd glfw mkdir build cd build cmake ../ -DBUILD_SHARED_LIBS=true make sudo make

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

2015-03-19 Thread ben Gee
Sylvain, Firstly, there is only one install of pybombs on this machine, so definitely no separate install conflicts Second, unfortunately, in an effort to start over, i uninstalled gr-fosphor and attemted to reinstall it. I'm now getting this opencl error now. not sure if this was something i

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

2015-03-19 Thread Sylvain Munaut
Can you shed some light on building these with pybombs as a dependency for gr-fosphor? Should they be installed system-wide or do they have to be installed in the pybombs environment? The whole OpenCL SDK (headers / libs / drivers) must be installed outside of pybombs, at the system level and

Re: [Discuss-gnuradio] GRC taps as parameter in hierarchical block?

2015-03-19 Thread Tom Rondeau
On Wed, Mar 4, 2015 at 2:54 PM, Christopher Friedt chrisfri...@gmail.com wrote: Hi list, I'm looking for a pointer in using GRC when creating a hierarchical block. The hierarchical block has an parameter block of type None with ID 'taps'. The Value of the block is

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-19 Thread Alireza Khodamoradi
Here are the files I have in the FAT partition (boot): 1- boot.bin 2- u-boot.img 3- uEnv.txt 4- uImage 5- zc702-zynq7.dtb * I used this image: *sdimage-8G-zc702.direct* On Thu, Mar 19, 2015 at 6:41 AM, Philip Balister phi...@balister.org wrote: On 03/18/2015 10:44 PM, Alireza Khodamoradi