Re: [Discuss-gnuradio] latency time

2013-02-12 Thread Per Zetterberg
>http://code.ettus.com/redmine/ettus/projects/public/wiki/Latency This was very interesting. A few questions: is "Samples per block" = samples per buffer ? How is the old: dev_addr["recv_buff_size"]=2; uhd::usrp::multi_usrp::make(dev_addr); related to sbp and spp ? If I have a dual-boot

Re: [Discuss-gnuradio] 32-bit OS build problem

2013-02-12 Thread Andrew Tierney
Thanks for everyone's work on this - greatly appreciate the rapid turnaround. On 13 Feb 2013, at 02:11, Tom Rondeau wrote: > Thanks to Marcus and Josh for helping to identify the problem with the 32-bit > OSes. I just pushed a fix for this. It was a trivial patch but not at all > obvious. Appa

Re: [Discuss-gnuradio] How to implement MIMO transmissions

2013-02-12 Thread Josh Blum
On 02/12/2013 01:38 PM, Lara Deek wrote: > Thank you Josh for your reply! > >> Well in gnuradio, you dont have access to the send function. > > I created a usrp sink using uhd_make_usrp_sink(), and using the pointer to > the multi_usrp that is returned from calling get_device() on the usrp sink

Re: [Discuss-gnuradio] 32-bit OS build problem

2013-02-12 Thread Alan Hill
Thanks to all who worked to fix the Ubuntu 32 bit build problem. I have been building it on my systems and while it is not complete there are no indications that it isn't working correctly. Alan Hill - W6ARH On Tue, Feb 12, 2013 at 6:10 PM, Tom Rondeau wrote: > Thanks to Marcus and Josh for h

Re: [Discuss-gnuradio] 4x RX chains on USRP1 with DBSRX2

2013-02-12 Thread Josh Blum
On 02/12/2013 04:03 PM, Marcus D. Leech wrote: >> >> On 02/12/2013 12:10 PM, John Wilson wrote: >>> Hi, >>> >>> I'm wondering whether it's possible/how to use a USRP1 with 2x DBSRX >>> boards >>> to generate 4 separate streams via the 4rx usrp1 firmware. The required >>> channels will be within t

Re: [Discuss-gnuradio] latency time

2013-02-12 Thread Josh Blum
On 02/12/2013 07:04 PM, Gonzalo Flores De La Parra wrote: > Hi list > I am novice developer with gnuradio and uhd (USRPN210). > Where can i find the value of the usual time of latency between host > computer and usrp. > Thanks > Useful plots and descriptions on this page: http://code.ettus.com/

[Discuss-gnuradio] 32-bit OS build problem

2013-02-12 Thread Tom Rondeau
Thanks to Marcus and Josh for helping to identify the problem with the 32-bit OSes. I just pushed a fix for this. It was a trivial patch but not at all obvious. Apparently, it has to do with how SWIG and Python interact with templates. I also pushed a handful of other minor fixes, including the qa

[Discuss-gnuradio] latency time

2013-02-12 Thread Gonzalo Flores De La Parra
Hi list I am novice developer with gnuradio and uhd (USRPN210). Where can i find the value of the usual time of latency between host computer and usrp. Thanks -- Ing. Gonzalo Flores De La Parra Electrónica en Comunicaciones Universidad Autónoma Metropolitana __

Re: [Discuss-gnuradio] 4x RX chains on USRP1 with DBSRX2

2013-02-12 Thread Marcus D. Leech
On 02/12/2013 12:10 PM, John Wilson wrote: Hi, I'm wondering whether it's possible/how to use a USRP1 with 2x DBSRX boards to generate 4 separate streams via the 4rx usrp1 firmware. The required channels will be within the front end bandwidth of the DBSRX2. At the moment I'm using a subdev spe

Re: [Discuss-gnuradio] 'asm' error while compiling on Beaglebone

2013-02-12 Thread Aylons Hazzud
Inspired by a thread in this discussion list [1], I have tried the following command for cmake: cmake -DENABLE_GRC=False -DENABLE_GR_QTGUI=OFF -ENABLE_GR_WXGUI=OFF CFLAGS="-mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -ffast-math -O3 -g" CXXFLAGS="-mcpu=cortex-a8 -mfpu=neon -mfloa

Re: [Discuss-gnuradio] Error messages when running gr_filter_design for gnuradio 4.7 on MacPorts

2013-02-12 Thread Tom Rondeau
On Mon, Feb 11, 2013 at 9:31 AM, Michael Dickens wrote: > On Feb 4, 2013, at 11:37 AM, Tom Rondeau wrote: > > On the other hand, PyQwt5 works in all cases I've tested against Qwt6. > Qwt6, though, is much nicer and has some significant performance benefits. > So if possible, use Qwt6 with PyQwt5

Re: [Discuss-gnuradio] How to implement MIMO transmissions

2013-02-12 Thread Lara Deek
Thank you Josh for your reply! > Well in gnuradio, you dont have access to the send function. I created a usrp sink using uhd_make_usrp_sink(), and using the pointer to the multi_usrp that is returned from calling get_device() on the usrp sink variable, I access send() (ofcourse including the nec

Re: [Discuss-gnuradio] 4x RX chains on USRP1 with DBSRX2

2013-02-12 Thread Josh Blum
On 02/12/2013 12:10 PM, John Wilson wrote: > Hi, > > I'm wondering whether it's possible/how to use a USRP1 with 2x DBSRX boards > to generate 4 separate streams via the 4rx usrp1 firmware. The required > channels will be within the front end bandwidth of the DBSRX2. > > At the moment I'm using

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-12 Thread Johnathan Corgan
On Mon, Feb 11, 2013 at 1:19 PM, Tommy Tracy II wrote: > I tried running volk_profile in Gentoo and got the following: > > # volk_profile > Using Volk machine: sse4_2_32_orc > RUN_VOLK_TESTS: volk_32fc_s32fc_rotatorpuppet_32fc_a > *generic completed in 361.04s* > sse4_1 completed in 0.49s > RUN

Re: [Discuss-gnuradio] GnuRadio 3.3 on Ubuntu 12.04LTS

2013-02-12 Thread John Wilson
Hi Ed, I've been doing the same recently with gnuradio-3.4 on ubuntu 12.04 x64, So I'm guessing it's pretty similar. Anyway, copying and pasting some notes I made which should hopefully help you, there were a few little horrors in there! NB The boost version is probably not that important so lon

Re: [Discuss-gnuradio] GnuRadio 3.3 on Ubuntu 12.04LTS

2013-02-12 Thread Ed Criscuolo
Thanks Jonathan! That tidbit probably saved me an hour of troubleshooting right there! :) @(^.^)@ Ed On 2/12/13 10:16 AM, Johnathan Corgan wrote: On Sat, Feb 9, 2013 at 10:24 AM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: My question is, are there any showstoppers for abl

[Discuss-gnuradio] 'asm' error while compiling on Beaglebone

2013-02-12 Thread Aylons Hazzud
While trying to compile GnuRadio on the Beaglebone (not cross-compiling), I get this error: /home/root/build/gnuradio/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c: In function 'dotprod_fff_armv7_a': /home/root/build/gnuradio/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c:67:5: error: imp

[Discuss-gnuradio] 4x RX chains on USRP1 with DBSRX2

2013-02-12 Thread John Wilson
Hi, I'm wondering whether it's possible/how to use a USRP1 with 2x DBSRX boards to generate 4 separate streams via the 4rx usrp1 firmware. The required channels will be within the front end bandwidth of the DBSRX2. At the moment I'm using a subdev spec of 'A:0 A:0 B:0 B:0' which I assume runs the

Re: [Discuss-gnuradio] compilation error: gnuradio 3.5.0 on Ubuntu 12.04 with boost 1.46

2013-02-12 Thread Johnathan Corgan
On Tue, Feb 12, 2013 at 8:47 AM, Tom Rondeau wrote: > There is no known build problem with 3.5 and Boost 1.46, but there is a > known bug with 1.46 that's pretty serious. Consider if you can installing a > different version of Boost (just not 1.46, 1.47 or 1.52). > You can install libboost1.48-

Re: [Discuss-gnuradio] Error on Core concepts of GNU Radio Wiki?

2013-02-12 Thread Martin Braun (CEL)
On Tue, Feb 12, 2013 at 04:26:17PM +, Monahan-Mitchell, Tim wrote: > The new picture looks better, thanks! > > However, the vector length on the blocks says 1.024K, but the text says 512 > items? Yep. You can easily change stuff like this yourself, though. MB -- Karlsruhe Institute of Tec

Re: [Discuss-gnuradio] compilation error: gnuradio 3.5.0 on Ubuntu 12.04 with boost 1.46

2013-02-12 Thread Tom Rondeau
On Sat, Feb 9, 2013 at 6:03 PM, Apurv Bhartia wrote: > Hi - > > Just wanted to know if there's a known problem with compiling gnuradio > 3.5.0 on Ubuntu 12.04, which has boost 1.46. I see a bunch of errors > like .. > > /usr/include/boost/utility/in_place_factory.hpp:35:1: error: expected > identi

[Discuss-gnuradio] gnuradio 3.4.1 build error

2013-02-12 Thread Zulfiqar Khan
Hello, I am trying to build gnuradio 3.4.1 on ubuntu for usrp1 but it gives me the following error when I run the make command. Please help! /home/imran/Desktop/gnuradio/gnuradio-3.4.1/gnuradio-core/ src/lib/.libs/libgnuradio-core.so: undefined reference to `boost::filesystem3::detail::create_dir

Re: [Discuss-gnuradio] GnuRadio 3.3 on Ubuntu 12.04LTS

2013-02-12 Thread Johnathan Corgan
On Sat, Feb 9, 2013 at 10:24 AM, Ed Criscuolo wrote: > My question is, are there any showstoppers for able to run > GnuRadio 3.3 on Ubuntu 12.04LTS? My customer _really_ wants all the > SDRs to be the same for CM purposes, and does not have the schedule > time for me to port his custom blocks an

Re: [Discuss-gnuradio] Gnu radio not completely installed on Ubuntu 12.04

2013-02-12 Thread Johnathan Corgan
On Tue, Feb 12, 2013 at 7:08 AM, wrote: > ** > > Yes, this is a known issue. > > I posted a message last night showing what I think is the offending > commit. I don't know if anyone has looked into it beyond that. > Still setting up the VM, the install failed overnight. Re-installing now. Did

Re: [Discuss-gnuradio] QA Testing fixed, possible problem

2013-02-12 Thread Johnathan Corgan
On Tue, Feb 12, 2013 at 12:51 AM, Martin Braun (CEL) wrote: > On Mon, Feb 11, 2013 at 03:09:04PM -0500, Brooke Hayden wrote: > > I finally just took out the line that was returning the error and the > testing > > passed (square_ff = square_ff.make;). Not sure why that line would be > generated > >

Re: [Discuss-gnuradio] QA Testing fixed, possible problem

2013-02-12 Thread Nathan West
On Tue, Feb 12, 2013 at 2:51 AM, Martin Braun (CEL) wrote: > On Mon, Feb 11, 2013 at 03:09:04PM -0500, Brooke Hayden wrote: >> I finally just took out the line that was returning the error and the testing >> passed (square_ff = square_ff.make;). Not sure why that line would be >> generated >> in

Re: [Discuss-gnuradio] Google Summer of Code 2013

2013-02-12 Thread Martin Braun (CEL)
On Tue, Feb 12, 2013 at 10:24:56AM +0100, Martin Braun (CEL) wrote: > OK, now more detail: > > [stuff on GSoC] Faculty and GSoC One thing I'd like to add: Participants must be students, of course. This implies that people will be doing GSoC while enrolled in some kind of univers

Re: [Discuss-gnuradio] Error on Core concepts of GNU Radio Wiki?

2013-02-12 Thread Martin Braun (CEL)
Hi Tim, On Mon, Feb 11, 2013 at 06:25:00PM +, Monahan-Mitchell, Tim wrote: > Hi, Martin > > Thanks for your Wiki pages! You're welcome! > > On this page: http://gnuradio.org/redmine/projects/gnuradio/wiki/ > TutorialsCoreConcepts#Items > > The text says that the complex output of the FFT b

[Discuss-gnuradio] Google Summer of Code 2013

2013-02-12 Thread Martin Braun (CEL)
Hi everyone! Admittedly, the time between the pre-announcement and this email is pretty short, but well, Google seems to predict myself better than I can predict Google. So, the Google Summer of Code (GSoC) has been announced. Most people around here would like to see GNU Radio participate, inclu

Re: [Discuss-gnuradio] QA Testing fixed, possible problem

2013-02-12 Thread Martin Braun (CEL)
On Mon, Feb 11, 2013 at 03:09:04PM -0500, Brooke Hayden wrote: > I finally just took out the line that was returning the error and the testing > passed (square_ff = square_ff.make;). Not sure why that line would be > generated > in the gr-howto/build/swig/howto_swig.py file because I never edited

Re: [Discuss-gnuradio] Tutorial 1 (C++) QA testing

2013-02-12 Thread Martin Braun (CEL)
On Mon, Feb 11, 2013 at 02:14:15PM -0600, Nathan West wrote: > Hi, > > I had the same issue a couple of weeks ago. I forget what the > differences were, but I remember the code that comes with GNU Radio > working, so check here: > http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/