Re: [Discuss-gnuradio] BER vs SNR graph

2015-07-14 Thread Arturo Rinaldi
Take a look at my thesis research in the academic papers section : https://app.box.com/s/5b8f1335df54af91b9cf Emulation of a radio link by means of software radio. It might help you understanding the used approach to the problem. Arturo ___

Re: [Discuss-gnuradio] Compiling GNURadio on BananaPI

2015-01-09 Thread Arturo Rinaldi
Instead of building on the board itself, wouldn't be better to compile the source code on your working machine by exporting the toolchain compilers by means of a simple script ? 2015-01-09 22:52 GMT+01:00 Andreas Ladanyi andreas.lada...@gmx.net: On Fri, Jan 9, 2015 at 1:37 PM, Andreas Ladanyi

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9

2013-12-02 Thread Arturo Rinaldi
Nella citazione in data Wed Nov 20 00:50:52 2013, Michael Dickens ha scritto: Earlier today I pushed r113561 to MacPorts https://trac.macports.org/changeset/113561 which should allow pretty much any compiler should work on 10.8 or 10.9 (and, likely, any other OSX version) to build any

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9

2013-12-02 Thread Arturo Rinaldi
for, then patch the correct files in the copy. Hope this helps! - MLD On Dec 2, 2013, at 1:30 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Hi folks, can you give some good news about the building from source of the gnuradio tarball ? As I previously said, i need to work with gnuradio 3.6.5.1

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9

2013-12-02 Thread Arturo Rinaldi
though, since some libraries might be linked against other libraries already in /opt/local somewhere. But, it's worth a try IMHO ... - MLD On Dec 2, 2013, at 1:52 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Thank you again Michael, I was wondering If I could redirect the installation path

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9

2013-12-02 Thread Arturo Rinaldi
Il 02/12/13 22:15, Michael Dickens ha scritto: Hi Arturo - You don't need all 8 diff files. If you read through the Portfile for GNU Radio, you'll find that you need just 5 of those patches to build 3.6.5.1 on 10.9; if you want to build on 10.8, you need just 3. Needed for 10.8 and 10.9

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9

2013-12-02 Thread Arturo Rinaldi
Nella citazione in data Tue Dec 3 02:44:13 2013, Michael Dickens ha scritto: Hi Arturo - Yes, I think you've nailed it. - MLD On Dec 2, 2013, at 8:33 PM, Arturo Rinaldi arty.n...@gmail.com wrote: ok let's sum up and see if i have understood what is coded in the Portfile. Let's examine

[Discuss-gnuradio] vector size instead of the regular size in class/object definition

2013-10-30 Thread Arturo Rinaldi
Hi folks, is it possible to modify the input size at python level by using vectors ? What I specifically mean is that I want to build a hierachical block and giving it as input two vectors : */class error_rate_vector_iif(gr.hier_block2):/**/ /**/ /**/#init/**/ /**/

[Discuss-gnuradio] GR-RADAR-MONO module

2013-10-12 Thread Arturo Rinaldi
Hi folks, I was wondering if I am currently able to use the latest revision of the GR module, the one from the 3.4.2 tarball, with the 3.6.4.1 source tarball and the UHD driver of course. I have browsed through python code and at a first glance it shouldn't be so difficult to update it by

Re: [Discuss-gnuradio] conversion from long integer to byte/char

2013-10-07 Thread Arturo Rinaldi
thank you very much tom..piece of cake ! ! ! ^_^ 2013/10/7 Tom Rondeau t...@trondeau.com On Sun, Oct 6, 2013 at 6:45 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Hi folks, i was wondering if it's possible to operate a type conversion from long integer (green color in GRC) to byte

[Discuss-gnuradio] conversion from long integer to byte/char

2013-10-06 Thread Arturo Rinaldi
Hi folks, i was wondering if it's possible to operate a type conversion from *long integer* *(green color in GRC)* to *byte/char* *(purple color in GRC)* with the existing gnuradio blocks. I'm running the 3.6.5.1 tarball, any suggestions ? Thanks in advance. Kind Regards,

[Discuss-gnuradio] Flow graph issue with usrp1+RFX2400 daughter board and TX/RX antenna

2013-06-21 Thread Arturo Rinaldi
Hi folks, I've recently bumped into an issue with two GRC flow graphs while running a rx/tx loop path interfacing with an external sensor : *T**X path - UHD Usrp1 Sink (sending data to the sensor)* http://img713.imageshack.us/img713/4540/gyz.png *RX path - UHD Usrp1 Source (receiving data

[Discuss-gnuradio] building GNU Radio from tarball on Mac Os X with gcc-4.7

2013-06-19 Thread Arturo Rinaldi
Hi folks, i was wondering if i might be able to build the gnuradio tarball (specifically the 3.6.4.2 version) on Mac Os X by using the gcc-4.7 compiler installed with macports. I usually launch these commands from shell : /$ CC=gcc-mp-4.7 CXX=g++-mp-4.7 cmake

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread Arturo Rinaldi
Il 15/06/13 13:02, Tanaga Biru ha scritto: Dear Helper, I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu Terminal, I received the following message: *Cannot import gnuradio.* *Is the python path environment variable set correctly? * *All OS: PYTHONPATH* * * *Is the

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread Arturo Rinaldi
Nella citazione in data sab 15 giu 2013 17:36:52 CEST, swrangsar basumatary ha scritto: hi, this can happen if you forget to do: sudo ldconfig On Sat, Jun 15, 2013 at 4:32 PM, Tanaga Biru tanagab...@gmail.com mailto:tanagab...@gmail.com wrote: Dear Helper, I had installed GNU

Re: [Discuss-gnuradio] GNU Radio Companion isn't aware of custom pythonpath(s)

2013-06-07 Thread Arturo Rinaldi
/config.conf? -Greg On Thu, Jun 6, 2013 at 5:14 PM, Marcus D. Leech mle...@ripnet.com wrote: On 06/06/2013 02:54 PM, Arturo Rinaldi wrote: I bumped into a strange issue in the past few days. When i launch GRC by the desktop link generated, the program itself isn't aware of my custom pythonpath

[Discuss-gnuradio] GNU Radio Companion isn't aware of custom pythonpath(s)

2013-06-06 Thread Arturo Rinaldi
I bumped into a strange issue in the past few days. When i launch GRC by the desktop link generated, the program itself isn't aware of my custom pythonpath set in the .bashrc settings file. I tried to modify the desktop link also by checking the option to *launch the program in a terminal* and

Re: [Discuss-gnuradio] Ucla Zigbee compiling issues on MacOs X and Ubuntu 12.04.2 LTS

2013-06-06 Thread Arturo Rinaldi
Il 06/06/13 07:23, Bastian Bloessl ha scritto: Hello Arturo, On 06/06/2013 01:55 AM, Arturo Rinaldi wrote: I have recently bumped into some issues when building the ucla_zigbee platform both on macos and ubuntu 12.04.2. I'll shortly sum up my two setups : I think the UCLA blocks were

[Discuss-gnuradio] Ucla Zigbee compiling issues on MacOs X and Ubuntu 12.04.2 LTS

2013-06-05 Thread Arturo Rinaldi
Hi folks, I have recently bumped into some issues when building the ucla_zigbee platform both on macos and ubuntu 12.04.2. I'll shortly sum up my two setups : *Setup 1* MacOs X 10.7.4 Macports 2.1.3 (It was used for getting the gnuradio dependencies) GNU Radio 3.6.4.2 installed from tarball

[Discuss-gnuradio] issues with the GL scopesinks on KUBUNTU 13.04

2013-05-30 Thread Arturo Rinaldi
Hi folks, I have just built the 3.6.4.1, 3.6.4.2 and 3.6.5 tarballs on the latest KUBUNTU (13.04 raring ringtail) with these sequence of shell commands : *$ ./build-gnuradio -v prereqs** ** **$ mkdir build** ** **$ cd build** ** **$ cmake -DENABLE_BAD_BOOST=ON

Re: [Discuss-gnuradio] Installing GNU Radio: Use binaries!

2013-04-25 Thread Arturo Rinaldi
Il 19/04/13 11:21, Martin Braun (CEL) ha scritto: Hi all, one point of yesterday's developer's call was the available binaries. A while back, installing GNU Radio meant installing it from source. Anything else wasn't really an option, which is why Marcus wrote build-gnuradio to make that as

Re: [Discuss-gnuradio] Issues estimating the BER of a 16-QAM modulation (and of M-QAM of course)

2013-04-09 Thread Arturo Rinaldi
Il 06/04/13 15:33, Tom Rondeau ha scritto: On Fri, Apr 5, 2013 at 1:41 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Hi folks, i have bumped into an error while updating my thesis research to the latest version of gnuradio. It is a simple tool to estimate the BER of the digital modulation. I

Re: [Discuss-gnuradio] Issues estimating the BER of a 16-QAM modulation (and of M-QAM of course)

2013-04-09 Thread Arturo Rinaldi
digital.digital_constellation(rotated_const.base(), [], 1, 1), where the base method is casting the object to the base constellation class. Ben On Tue, Apr 9, 2013 at 3:19 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Il 06/04/13 15:33, Tom Rondeau ha scritto: On Fri, Apr 5, 2013 at 1:41 PM

[Discuss-gnuradio] Issues estimating the BER of a 16-QAM modulation (and of M-QAM of course)

2013-04-05 Thread Arturo Rinaldi
Hi folks, i have bumped into an error while updating my thesis research to the latest version of gnuradio. It is a simple tool to estimate the BER of the digital modulation. I had to change some lines of code due to the fact that now the block constellation_decoder_cb accepts as input a

Re: [Discuss-gnuradio] GNU Radio releases 3.6.3.1 and 3.6.4 available for download

2013-03-02 Thread Arturo Rinaldi
Il 26/02/13 23:59, Johnathan Corgan ha scritto: GNU Radio releases 3.6.3.1 and 3.6.4 are now available for download. Release 3.6.3.1 is a bug-fix only update to 3.6.3, and has no new features. Release 3.6.4 has both bug fixes and new features.

[Discuss-gnuradio] can't build on a fresh installation of Ubuntu 12.10

2013-02-07 Thread Arturo Rinaldi
Here we go again.after a fresh installation of *kubuntu 12.10 x64* on my brand new laptop, i get a build error at the 94% of the entire process both of the stable tarball and of the git version. The permormed steps are always the same : + satisfy the required dependencies with the

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-29 Thread Arturo Rinaldi
me as the owner and I'll work with you there. - MLD On Nov 26, 2012, at 8:57 PM, Arturo Rinaldi arty.n...@gmail.com wrote: Ok let's do just a simple flow graph. Here's the screenshot : http://img594.imageshack.us/img594/5670/testnz.png I'm trying to display a simple cosine waveform in a WXGUI

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-29 Thread Arturo Rinaldi
Nella citazione in data Thu Nov 29 23:31:58 2012, Arturo Rinaldi ha scritto: Nella citazione in data Thu Nov 29 02:24:03 2012, Michael Dickens ha scritto: Hi Arturo - Can you load up the GRC example provided by GR: gnuradio/examples/grc/simple/variable_config.grc ? This file works just fine

Re: [Discuss-gnuradio] WX Gui Scope Sink, odd appearance in Windows vs. Ubuntu

2012-11-27 Thread Arturo Rinaldi
of the Scope working. Thanks for your help. -Seth On 11/26/2012 5:37 PM, Arturo Rinaldi wrote: Nella citazione in data Mon Nov 26 19:02:33 2012, Seth Hollar ha scritto: In looking at the GRC example, BER Simulation, I noticed that the WX Gui Scope Sink window looks very different depending on whether

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-26 Thread Arturo Rinaldi
Nella citazione in data Fri Nov 23 17:35:38 2012, Michael Dickens ha scritto: On Nov 22, 2012, at 4:00 AM, Ian Buckley i...@ianbuckley.net wrote: I have Xcode4.5 installed so I gave the configure.compiler=apple-gcc-4.2 idea a go. Well, that was my bad: apple-gcc-4.2 is MacPorts' install of

Re: [Discuss-gnuradio] WX Gui Scope Sink, odd appearance in Windows vs. Ubuntu

2012-11-26 Thread Arturo Rinaldi
Nella citazione in data Mon Nov 26 19:02:33 2012, Seth Hollar ha scritto: In looking at the GRC example, BER Simulation, I noticed that the WX Gui Scope Sink window looks very different depending on whether it is Windows or Ubuntu. The Windows version looks a bit odd. I was wondering if anyone

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-26 Thread Arturo Rinaldi
Nella citazione in data Tue Nov 27 00:36:33 2012, Michael Dickens ha scritto: On Nov 26, 2012, at 5:30 PM, Arturo Rinaldi arty.n...@gmail.com wrote: I smoothly installed the port version with sudo port install gnuradio +docs +grc +python27 +qtgui +wxgui +uhd +volk +wavelet +jack +portaudio

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-20 Thread Arturo Rinaldi
Nella citazione in data Tue Nov 20 20:35:14 2012, Michael Dickens ha scritto: I just updated the GNU Radio ports in MacPorts to the latest release (3.6.2), GIT master (commit afea463f07), and GIT Next branch (commit c0b35b4ec7). By using a single Portfile for all 3 versions, I should be able

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-20 Thread Arturo Rinaldi
Nella citazione in data Wed Nov 21 01:44:00 2012, Michael Dickens ha scritto: That would be my bad. I just checked in that file, so it will appear when you do a selfupdate within 30 minutes from this email. Things will work a LOT better when that file is available. :) - MLD FIRST ERROR on

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Arturo Rinaldi
Nella citazione in data Fri Oct 19 03:47:41 2012, Josh Blum ha scritto: On 10/18/2012 05:49 PM, Arturo Rinaldi wrote: After successfully building gnuradio 3.6.2 on *ubuntu quantal quetzal 12.10* i get this error when launching gnuradio-companion : /* *//*artynet@artynet-VirtualBox:/usr/local

[Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-18 Thread Arturo Rinaldi
After successfully building gnuradio 3.6.2 on *ubuntu quantal quetzal 12.10* i get this error when launching gnuradio-companion : /* *//*artynet@artynet-VirtualBox:/usr/local/bin$ gnuradio-companion */ /*Traceback (most recent call last):*//* *//* File /usr/local/bin/gnuradio-companion, line

[Discuss-gnuradio] Building on Mac OS X 10.7.4 the latest tarball (3.6.2) - I finally did it but just a pair of issues left.....

2012-09-10 Thread Arturo Rinaldi
I have finally succedeed in building from source the latest gnuradio stable tarball, the 3.6.2. My sistem is the following : Mac OS X 10.7.4 Macports 2.1.2 Xcode 4.4.1 i satisfied the dependencies with : */sudo port install boost cmake icu cppunit fftw-3-single gawk \readline gsl texinfo

[Discuss-gnuradio] wxGUIs and threads

2012-03-26 Thread Arturo Rinaldi
I can't solve a little issue with wxgui and threads. Before the explanation i link my pastebin code : (1) http://pastebin.com/sqbKTJG7 (2) http://pastebin.com/TemTW7cZ the first link is the code to a simple gui with one c*ombobox* and three *textboxes*. My goal is to collect this data in a

Re: [Discuss-gnuradio] GR 3.5.1 OSX

2012-03-23 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 22 23:43:29 2012, Arturo Rinaldi ha scritto: Nella citazione in data Thu Mar 22 15:17:03 2012, Michael Dickens ha scritto: On Mar 22, 2012, at 9:55 AM, Arturo Rinaldi wrote: I think i've sorted out the dependencies for building gnuradio on Lion 10.7.3 sudo port

Re: [Discuss-gnuradio] GR 3.5.1 OSX

2012-03-22 Thread Arturo Rinaldi
On Fri, Mar 2, 2012 at 3:45 PM, Michael Dickensm...@alum.mit.edu wrote: On Mar 2, 2012, at 9:39 AM, Arturo Rinaldi wrote: can i build the master git branch on macos X 10.7.3 with cmake ? have i to satisfy the build pre-requisites with macports as usual ? Hi Arturo - I believe that if you

Re: [Discuss-gnuradio] GR 3.5.1 OSX

2012-03-22 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 22 15:17:03 2012, Michael Dickens ha scritto: On Mar 22, 2012, at 9:55 AM, Arturo Rinaldi wrote: I think i've sorted out the dependencies for building gnuradio on Lion 10.7.3 sudo port install boost icu cppunit fftw-3-single gawk \ readline gsl texinfo guile

Re: [Discuss-gnuradio] build gnuradio without volk module

2012-03-15 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 15 03:07:49 2012, Tom Rondeau ha scritto: On Wed, Mar 14, 2012 at 8:49 PM, Johnathan Corgan jcor...@corganenterprises.com mailto:jcor...@corganenterprises.com wrote: On Wed, Mar 14, 2012 at 17:41, Josh Blum j...@joshknows.com mailto:j...@joshknows.com

[Discuss-gnuradio] build gnuradio without volk module

2012-03-14 Thread Arturo Rinaldi
i'd like to build the latest tarball of gnuradio without the *volk* module. However i get the following errors (you can see them in the attached log). can i at least disable the module itself when running python sources ? Best Regards, Arturo make all-recursive make[1]:

Re: [Discuss-gnuradio] build gnuradio without volk module

2012-03-14 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 15 00:10:01 2012, Andrew Davis ha scritto: Use CMake. I don't think anyone wants to maintain autotools and it really should be removed. On Wed, Mar 14, 2012 at 11:36 AM, Arturo Rinaldiarty.n...@gmail.com wrote: i'd like to build the latest tarball of gnuradio

Re: [Discuss-gnuradio] build gnuradio without volk module

2012-03-14 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 15 00:32:47 2012, Josh Blum ha scritto: i want to build a stable tarball...not a git version. any chances to do it ? Here you go: https://github.com/trondeau/gnuradio/tarball/57ad294b333d185cfd6952f01ea03f88370d2b8d If the tags were pushed, i would give you

Re: [Discuss-gnuradio] build gnuradio without volk module

2012-03-14 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 15 01:00:58 2012, Josh Blum ha scritto: On 03/14/2012 04:39 PM, Arturo Rinaldi wrote: Nella citazione in data Thu Mar 15 00:32:47 2012, Josh Blum ha scritto: i want to build a stable tarball...not a git version. any chances to do it ? Here you go: https

Re: [Discuss-gnuradio] build gnuradio without volk module

2012-03-14 Thread Arturo Rinaldi
Nella citazione in data Thu Mar 15 01:23:09 2012, Ben Hilburn ha scritto: Arturo - Is there a reason you cannot use CMake? Cheers, Ben On Wed, Mar 14, 2012 at 5:20 PM, Arturo Rinaldi arty.n...@gmail.com mailto:arty.n...@gmail.com wrote: Nella citazione in data Thu Mar 15 01:00:58 2012

Re: [Discuss-gnuradio] need help for digital.constellation_decoder_cb in release 3.5.0

2012-03-12 Thread Arturo Rinaldi
Nella citazione in data Mon Mar 12 03:36:20 2012, Ben Reynwar ha scritto: On Sun, Mar 11, 2012 at 4:25 PM, Arturo Rinaldiarty.n...@gmail.com wrote: Nella citazione in data Sun Mar 11 02:30:43 2012, Arturo Rinaldi ha scritto: Nella citazione in data Fri Mar 9 19:50:05 2012, Ben Reynwar ha

Re: [Discuss-gnuradio] need help for digital.constellation_decoder_cb in release 3.5.0

2012-03-10 Thread Arturo Rinaldi
Nella citazione in data Fri Mar 9 19:50:05 2012, Ben Reynwar ha scritto: On Thu, Mar 8, 2012 at 8:19 PM, Arturo Rinaldiarty.n...@gmail.com wrote: Nella citazione in data ven 09 dic 2011 05:55:57 CET, Ben Reynwar ha scritto: On Thu, Dec 8, 2011 at 5:33 PM, Arturo Rinaldiarty.n...@gmail.com

Re: [Discuss-gnuradio] need help for digital.constellation_decoder_cb in release 3.5.0

2012-03-08 Thread Arturo Rinaldi
Nella citazione in data ven 09 dic 2011 05:55:57 CET, Ben Reynwar ha scritto: On Thu, Dec 8, 2011 at 5:33 PM, Arturo Rinaldiarty.n...@gmail.com wrote: I noticed dramatic changes in the 3.5.0 release in the generation of the constellation points of digital modulations. So, if the easy part is

Re: [Discuss-gnuradio] GR 3.5.1 OSX

2012-03-02 Thread Arturo Rinaldi
Nella citazione in data mer 11 gen 2012 20:28:43 CET, Michael Dickens ha scritto: Hi Ed - I build from their respective GIT masters, not from those specific releases; but, yes, they seem to work for me. I use CMake for both, since (1) GNU autotools is on the way out; and (2) it works better

Re: [Discuss-gnuradio] GR 3.5.1 OSX

2012-03-02 Thread Arturo Rinaldi
Nella citazione in data ven 02 mar 2012 15:45:45 CET, Michael Dickens ha scritto: On Mar 2, 2012, at 9:39 AM, Arturo Rinaldi wrote: can i build the master git branch on macos X 10.7.3 with cmake ? have i to satisfy the build pre-requisites with macports as usual ? Hi Arturo - I believe

[Discuss-gnuradio] Submission to academic papers : Emulation of a Radio Link by means of Software Radio

2012-02-29 Thread Arturo Rinaldi
over the simulated transmission channels./ I'd like very much to have feedback from all the community for my work, so I can eventually improve it. Thanks in advance. Best Regards, Arturo Rinaldi ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] Building on Mac OSX

2012-01-06 Thread Arturo Rinaldi
Il 06/01/12 01:58, Michael Dickens ha scritto: On Jan 5, 2012, at 6:32 PM, Arturo Rinaldi wrote: could you list the dependencies to install trough macports to build gnuradio from source on OS X Lion ? the gnuradio port of macports fails to build. port rdeps gnuradio | sed -e 1d | awk

Re: [Discuss-gnuradio] Building on Mac OSX

2012-01-05 Thread Arturo Rinaldi
Il 26/10/11 21:54, Josh Blum ha scritto: On 10/26/2011 12:52 PM, Jeff Scaparra wrote: Alternatively it may be using the wrong python. Is there a way to specify which python to use. If it uses the same path as the normal terminal then it will work however if it sets the standard /usr/bin/python

[Discuss-gnuradio] need help for digital.constellation_decoder_cb in release 3.5.0

2011-12-08 Thread Arturo Rinaldi
I noticed dramatic changes in the 3.5.0 release in the generation of the constellation points of digital modulations. So, if the easy part is to again modify the source code to match my needs, i need some help in using the new block : /digital.constellation_decoder_cb(arg1)/ instead of /

[Discuss-gnuradio] need help for digital.constellation_decoder_cb in release 3.5.0

2011-12-08 Thread Arturo Rinaldi
I noticed dramatic changes in the 3.5.0 release in the generation of the constellation points of digital modulations. So, if the easy part is to again modify the source code to match my needs, i need some help in using the new block : /digital.constellation_decoder_cb(arg1)/ instead of /

[Discuss-gnuradio] submission to academic paper section

2011-12-01 Thread Arturo Rinaldi
I'd like to submit my own graduation thesis to the academic section of the gnuradio wiki. Which is the right way to do it ? Regards, Arturo ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Arturo Rinaldi
Nella citazione in data mar 01 nov 2011 22:22:06 CET, Ben Hilburn ha scritto: Svante - You say see below, but I'm not seeing any error messages or attached files in your e-mail. Tell me if they are there and I'm just not seeing them, as it might be my mail client. Regardless, yes, please

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-10-29 Thread Arturo Rinaldi
Il 29/10/2011 22:03, Johnathan Corgan ha scritto: GNU Radio release candidate 3.5.0rc0 has been tagged on the master branch and made available as a tarball: http://gnuradio.org/redmine/attachments/download/281/gnuradio-3.5.0rc0.tar.gz As a release candidate, this tarball represents what will

Re: [Discuss-gnuradio] build-gnuradio under Ubuntu 11.10

2011-10-23 Thread Arturo Rinaldi
Nella citazione in data gio 20 ott 2011 14:10:10 CEST, Marcus D. Leech ha scritto: On 20/10/11 01:51 AM, Dan CaJacob wrote: It worked for me on Ubuntu 11.10 x64 Thanks! On Oct 17, 2011, at 1:31 PM, Marcus D. Leechmle...@ripnet.com wrote: Could somebody try build-gnuradio under Ubuntu

Re: [Discuss-gnuradio] New build structure! (Warning #2)

2011-10-20 Thread Arturo Rinaldi
Il 20/10/2011 03:43, Tom Rondeau ha scritto: Another big change is happening today! Josh Blum has make GNU Radio build using cmake, and we are hoping to switch over to it completely. The 'next' branch has just pulled in his changes, and we now have parallel build systems, cmake and autofoo. We

Re: [Discuss-gnuradio] Ubuntu 11.10

2011-10-17 Thread Arturo Rinaldi
Il 17/10/2011 04:17, Tom Rondeau ha scritto: The maint, master, and next branches in git have all been fixed to work under Ubuntu 11.10 (new autotools and Qwt 6 were the main culprits). A bit more information can be found here:

[Discuss-gnuradio] building issues of 3.4.1 on Ubuntu Oneiric 11.10 - 32 bit

2011-10-14 Thread Arturo Rinaldi
I don't want to be the guy bothering you about building issues of gnuradio every time :D, but experienced again building problems from the 3.4.1 source tarball with the latest ubuntu distro. I installed the dependencies as reported in the SBRAC script : /sudo apt-get -y install

Re: [Discuss-gnuradio] building issues of 3.4.1 on Ubuntu Oneiric 11.10 - 32 bit

2011-10-14 Thread Arturo Rinaldi
updatedb $ locate libboost | grep system ... ought to reveal the answer. If there are incompatibilities in the newest version of boost shipping on Ubuntu, we'll need to take care of that quickly. Cheers, Ben On Fri, Oct 14, 2011 at 4:35 PM, Arturo Rinaldi arty.n...@gmail.com mailto:arty.n

Re: [Discuss-gnuradio] building issues of 3.4.1 on Ubuntu Oneiric 11.10 - 32 bit

2011-10-14 Thread Arturo Rinaldi
Nella citazione in data sab 15 ott 2011 01:56:04 CEST, Arturo Rinaldi ha scritto: Nella citazione in data sab 15 ott 2011 01:46:48 CEST, Ben Hilburn ha scritto: Arturo - Looks like some boost errors. What version of boost is installed on your system? Also, will you make sure

[Discuss-gnuradio] error compiling 3.4.1 on ubuntu maverick

2011-09-25 Thread Arturo Rinaldi
i experienced this error while compiling on Ubuntu 10.10 i386 /make[6]: uscita dalla directory /home/artynet/Downloads/gnuradio-3.4.1/gruel/src/swig make[5]: uscita dalla directory /home/artynet/Downloads/gnuradio-3.4.1/gruel/src/swig Making all in python make[5]: ingresso nella directory

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-26 Thread Arturo Rinaldi
...@gmail.com wrote: On Thu, May 26, 2011 at 3:08 AM, Marcus D. Leech mle...@ripnet.com mailto:mle...@ripnet.com wrote: On 05/25/2011 09:01 PM, Arturo Rinaldi wrote: i have an issue regarding the SDCC executable in the building of gnuradio 3.3.0 on Fedora 15. I set up the PATH in my *.bashrc* file

[Discuss-gnuradio] log scale on gnuradio wxgui scopesink Counts

2011-05-25 Thread Arturo Rinaldi
is it possible to show in the *wxgui_scopesink* the Counts values in the form of a log scale, i.e. 10^(-1) 10^(-2), 10^(-3), 10^(-4) and so on ? do i have to modify some source python file ? thx in advance Regards, Arturo ___ Discuss-gnuradio

[Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-25 Thread Arturo Rinaldi
i have an issue regarding the SDCC executable in the building of gnuradio 3.3.0 on Fedora 15. I set up the PATH in my *.bashrc* file as : /export PATH=/usr/libexec/sdcc:$PATH /as written in the build guide but I still get the error in the configure process : /USRP requires sdcc. sdcc not

Re: [Discuss-gnuradio] Gnuradio Compilation error

2011-05-09 Thread Arturo Rinaldi
Il 09/05/2011 11:00, HW Wong ha scritto: yes, Ubuntu 11.04 then I ignore the error and make install, and get error on benchmark.py HP-Compaq-6535s:~/gnuradio/gnuradio-examples/python/usrp$ ./usrp_benchmark_usb.py Testing 2MB/sec... /home/howie/.gnuradio/prefs/gr_vmcircbuf_default_factory:

Re: [Discuss-gnuradio] grc: cannot import gnuradio error when launching from Applications menu

2011-05-09 Thread Arturo Rinaldi
Il 09/05/2011 20:21, Elvis Dowson ha scritto: Hi, I just performed a clean install of gnuradio (3.4.0 from the current master branch). The installation and tests all worked out fine with my USRP2. However, when I try to launch GRC from the Applications Programming GRC, it gives me

Re: [Discuss-gnuradio] UHD Failed to Install: build-gnuradio script not working properly for Ubuntu 9.04 (Fresh Install) + USRP1 + WBX?

2011-05-07 Thread Arturo Rinaldi
Il 07/05/2011 14:32, Tom Rondeau ha scritto: On Tue, May 3, 2011 at 4:39 PM, turbovectorz turbovectorz turbovect...@gmail.com mailto:turbovect...@gmail.com wrote: Hello ALL! I setup a fresh install of Ubuntu 9.04 on a very old Toughbook 512MB RAM, Intel Pentium M 1.6GHz, 80GB HDD.

[Discuss-gnuradio] Issues on Build/install on Ubuntu x32 (version 3.3.0)

2011-05-04 Thread Arturo Rinaldi
i have some issue in building gnuradio-3.3.0 on ubuntu 11.04 x32. In particular I get errors in the building of the gr-usrp2 module, so i'm temporarily disabling the modules gr-usrp and gr-usrp through the ./ configure process.any suggestions ? Regards , Arturo PS: if i build the

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 15:27, Andrew Hofmaier ha scritto: I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo make install routine. However, attempting to

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 15:27, Andrew Hofmaier ha scritto: I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo make install routine. However, attempting to

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
removing all the paths exported and digit in the terminal sudo ldconfig i'll try with the git version later and post any comment ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 20:58, Andrew Hofmaier ha scritto: Performed the following routine: commented all path lines from .bashrc. (I had previously tested it with both dist-packages and site-packages). ran sudo ldconfig restarted ran sudo ldconfig again recieved the same error message (ImportError:

Re: [Discuss-gnuradio] opengl persistence error

2011-04-01 Thread Arturo Rinaldi
Il 01/04/2011 17:21, Josh Blum ha scritto: On 04/01/2011 07:43 AM, Arturo Rinaldi wrote: Every time I tick the Persistence box in one of the scopes i get this error : Traceback (most recent call last): File /usr/local/lib/python2.6/dist-packages/gnuradio/wxgui/plotter/plotter_base.py, line

Re: [Discuss-gnuradio] GNU Radio release 3.3.0-rc1 tarballs available for download

2010-05-28 Thread Arturo Rinaldi
Il 22/05/2010 01:34, Johnathan Corgan ha scritto: GNU Radio release 3.3.0-rc1 tarballs are available for download: http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc1.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc1.tar.gz md5sums:

Re: [Discuss-gnuradio] GNU Radio release 3.3.0-rc1 tarballs available for download

2010-05-22 Thread Arturo Rinaldi
Il 22/05/2010 01:34, Johnathan Corgan ha scritto: GNU Radio release 3.3.0-rc1 tarballs are available for download: http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc1.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc1.tar.gz md5sums:

Re: [Discuss-gnuradio] GNU Radio release 3.3.0-rc1 tarballs available for download

2010-05-22 Thread Arturo Rinaldi
Il 22/05/2010 01:34, Johnathan Corgan ha scritto: GNU Radio release 3.3.0-rc1 tarballs are available for download: http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc1.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc1.tar.gz md5sums:

Re: [Discuss-gnuradio] ploting gnucap simulation data with gnuradio.

2010-05-14 Thread Arturo Rinaldi
Il 15/05/2010 01:02, Eric Blossom ha scritto: On Fri, May 14, 2010 at 06:41:09PM +0200, Josef Vukovic wrote: Hi, I have some data from a gnucap charging capacitor simulation and want to plot it with gnuradio.wxgui.plot. Has someone a python example code How to read the data produced from

Re: [Discuss-gnuradio] How to install GnuRadio Notes:

2010-05-09 Thread Arturo Rinaldi
Il 09/05/2010 01:36, William Pretty Security Inc ha scritto: Everyone on the list has been REALLY helpful, so here is my contribution to the list. While I was installing Gnuradio on Ubuntu 9.10, I took careful notes of everything I did. This should be complete instructions. Starting from

[Discuss-gnuradio] perform installation by source code got from git

2010-05-08 Thread Arturo Rinaldi
I tried to perform an installation of gnuradio from the source code got from git on ubuntu 10.04. So my steps are : ./bootstrap ./configure ./make ./sudo make install all the processes are fine without problems, however i want to install gnuradio in the path: /usr/lib... not in

[Discuss-gnuradio] MSK constellation : make and decode

2010-03-01 Thread Arturo Rinaldi
i'd like to make an MSK constellation (1+j,-1+j,-1-j,1-j) and decode it. so i put the code this way modulator : file_source(byte) gr_packed_to_unpacked_(1,MSB) gr_chunks_to_symbols((1+j,-1+j,-1-j,1-j),2) file_sink(complex) demodulator: file_source(complex)

[Discuss-gnuradio] how to set the bit time ?

2010-02-19 Thread Arturo Rinaldi
Is it possible to set the *bit time* (i.e. the time of 0 and 1) arbitrarily in gnuradio, so to have an integer multiple of the default one used by gnuradio itself ? thx in advance, Arturo ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] amplitude of gaussian noise (complex) - which one ?

2010-02-06 Thread Arturo Rinaldi
given a gaussian distribution such as: with *zero mean*, which parameter of the function does the amplitude of this block represent ? sigma, sigma^2 , or the whole amplitude before the exponential term (so the variance is always 1) ? I ask you because i didn't find any hint in the

Re: [Discuss-gnuradio] Test tarballs for 3.3git

2010-01-19 Thread Arturo Rinaldi
Il 17/01/2010 19:32, Johnathan Corgan ha scritto: Test tarball distribution files have been created for the current 3.3git release under development: http://gnuradio.org/releases/gnuradio/gnuradio-3.3git-594-g02616cf8.tar.gz

[Discuss-gnuradio] gray code in D8PSK

2010-01-19 Thread Arturo Rinaldi
just a simple questionwhy in D8PSK is the gray coding and decoding the following ? *# --- # Do Gray code # --- # binary to gray coding -- constellation does Gray coding binary_to_gray = { 2 : range(2), 4 : [0,1,3,2], 8 : [0, 1, 3, 2, 7,

Re: [Discuss-gnuradio] Test tarballs for 3.3git

2010-01-19 Thread Arturo Rinaldi
Il 19/01/2010 19:10, Johnathan Corgan ha scritto: On Tue, Jan 19, 2010 at 05:57, Arturo Rinaldiarty.n...@yahoo.it wrote: will these new *.deb binaries be good for updating on ubuntu 9.04 too ? or are they for ubuntu 9.10 specific only? Right now they will be for Ubuntu 9.10.

Re: [Discuss-gnuradio] boost-1.37.0 dependency in 3.2.2 debian packages

2010-01-19 Thread Arturo Rinaldi
Il 19/01/2010 20:06, Johnathan Corgan ha scritto: 2010/1/19 Pedro Lobopjl...@sec.upm.es: I've just tried to install the gnuradio debian packages in Ubuntu 9.10 (Karmic), as per the instructions in http://gnuradio.org/redmine/wiki/gnuradio/DebianPackages, and they don't work. The problem is

[Discuss-gnuradio] Audio Overrun ( aOaOaO problem) - how to solve ?

2009-12-18 Thread Arturo Rinaldi
i've got a strange audio overrun (aOaOaO) problem. My scheme is the following : audio_source FFT_graphical sink *signal = audio.source(32000,'plughw:0,0', True) fft = fftsink2.fft_sink_f(panel,title=Spettro Segnale Vocale,

[Discuss-gnuradio] demodulate a CPFSK modulated file - how to

2009-12-11 Thread Arturo Rinaldi
i'm trying to demodulate a *cpfsk* modulation implemented through the block *gr.cpfsk_bc( )* my scheme is : *bytes_source (a byte vector_source with one byte of stuffing inserted as first element of the vector) gr.packed_to_unpacked_bb(1, gr./GR_MSB_FIRST/ ) gr.cpfsk_bc(10,1,200) file_sink

[Discuss-gnuradio] Help to build a loop modulating / de-modulating system

2009-11-15 Thread Arturo Rinaldi
I'm trying to build this kinda of system for my degree thesis. It is a loop system in the sense its structure could be described in this way file source (byte) --- Digital modulator (QAM , PSK , MSK etc) Digital de-modulator - File sink (byte) file source is a text file or a jpeg

[Discuss-gnuradio] gnuradio deb(S) and ubuntu 9.10

2009-11-03 Thread Arturo Rinaldi
hi, i just wanted to know if a new update of gnuradio *debs* is planned, so to ensure the compatibility of the *stable branch* with Ubuntu 9.10. Otherwise, is the unstable branch fully installable through synaptic with the Karmic Koala ? thx in advance Arturo

[Discuss-gnuradio] Re: GNU Radio release 3.2.1 source and binaries available for download

2009-07-06 Thread Arturo Rinaldi
Johnathan Corgan wrote: On Mon, Jul 6, 2009 at 12:01, Alexandru Cseteoz9...@googlemail.com wrote: Grc in version 3.2 was running fine yesterday. I have also successfully built the 3.2.1 source code earlier today on a different machine running Ubuntu 8.10 64bit where I had no problems

[Discuss-gnuradio] Re: Re: GNU Radio release 3.2.1 source and binaries available for download

2009-07-06 Thread Arturo Rinaldi
Johnathan Corgan wrote: On Mon, Jul 6, 2009 at 14:35, Arturo Rinaldili...@ruby-forum.com wrote: i experienced the same problem on my ubuntu-9.04 machine (32bit) here's my error log: We've figured it out and will be updating the binary packages soon. More in another email. Johnathan