Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-22 Thread Alexandru Csete
Kevin, It is my understanding that top_block.disconnet_all() only disconnects blocks that were connected at the top block level and will not destroy your hier_blocks. Alex On Tue, Apr 22, 2014 at 2:42 AM, Kevin Reid kpr...@switchb.org wrote: On Apr 21, 2014, at 10:43, Tom Rondeau

Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-21 Thread Alexandru Csete
On Mon, Apr 21, 2014 at 2:31 AM, Kevin Reid kpr...@switchb.org wrote: I've seen three different intermittent misbehaviors in my application which can be described as parallel signal paths getting out of phase with each other. (For example, one of them is one stereo audio output channel being

Re: [Discuss-gnuradio] GNURadio runtime not found? (Ubuntu 14.04)

2014-04-10 Thread Alexandru Csete
On Thu, Apr 10, 2014 at 7:40 AM, Jordan Johnson jwllmjohn...@gmail.com wrote: So, first thing's first: GNR version: 3.7.2.1 (from apt) Ubuntu ver. 14.04 cmake ver: 2.8 ...Now, I attempting to build gr-drm and it spits out this error on cmake ../ -- checking for module

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2014-03-28 Thread Alexandru Csete
If all you need is something in python you can just use pyephem http://rhodesmill.org/pyephem/ Alex On Fri, Mar 28, 2014 at 6:33 PM, M Dammer i...@mdammer.net wrote: I just found a good starting point. This program uses hamlib, a library that is often used to control rigs and antenna rotors

Re: [Discuss-gnuradio] Help with video link

2014-03-27 Thread Alexandru Csete
missed something in my gstreamer command string. Or my OFDM block is not set up right. I'm not sure what payload length should besides default value or what pad for USRP does. Alex On Wed, Mar 26, 2014 at 7:36 PM, Alexandru Csete oz9...@gmail.com wrote: Hi Alexander, The de-facto standard

Re: [Discuss-gnuradio] Help with video link

2014-03-26 Thread Alexandru Csete
Hi Alexander, The de-facto standard way for sending video over the air (assuming you can't use wifi-like links) is to encapsulate all video and audio into a single, constant bitrate MPEG transport stream (aka. MPEG-TS). It's a packetized format designed specifically for transmission over lossy

Re: [Discuss-gnuradio] gqrx segfaults: rtlsdr_read_async returned with -5

2014-03-21 Thread Alexandru Csete
On Fri, Mar 21, 2014 at 9:51 PM, Sylvain Munaut 246...@gmail.com wrote: Make sure you have the latest version of rtl-sdr library and gr-osmosdr. There was a change somewhere and if you have one version more recent than the other, it can cause issue. So rebuild librtlsdr , then rebuild

Re: [Discuss-gnuradio] ok, I'm lost

2014-03-19 Thread Alexandru Csete
On Wed, Mar 19, 2014 at 6:59 PM, djl d...@montana.com wrote: I'm trying to use gnuradio with wsjt. To do that, I need to make the gr audio source and sink look like a soundcard to the wsjt program. One might think this is simple; it is not or at least apparently not. I've been lost in the

Re: [Discuss-gnuradio] gr-audio OSX fixes test branch (take 2)

2014-03-04 Thread Alexandru Csete
Hi Michael, Following your step by step guide, I could successfully test your changes with the Funcube Dongle Pro+ and a few USB audio devices. I tested using audio_fft.py and dial_tone.py. It really works great; it's amazing when one can use almost random sample rates and the audio system will

Re: [Discuss-gnuradio] gr-dsd?

2014-02-23 Thread Alexandru Csete
On Sun, Feb 23, 2014 at 10:53 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxxwrote: Hi, Did one of you out there have any success with gr-dsd, with the dsd grc block? Maybe some examples are available that one is willing to share? I am using the bladeRF, get no errors, but also most time noe

Re: [Discuss-gnuradio] funcube pro +

2014-02-12 Thread Alexandru Csete
On Wed, Feb 12, 2014 at 10:51 AM, Nemanja Savic vlasi...@gmail.com wrote: Hi all guys, I am about to buy funcube dongle pro +, and wanted to ask if somebody of u use it without any problems? Very few people use it on linux without problems. If you have a USB 1 port it will probably work,

Re: [Discuss-gnuradio] gr-audio: add query device names?

2014-02-06 Thread Alexandru Csete
On Thu, Feb 6, 2014 at 7:33 AM, Volker Schroer dl1...@gmx.de wrote: There may a problem with alsa and linux. You can find all available cards in the file /proc/asound/cards. But in some cases you can't use a card directly. For instance the Delta M44 offers 10 channels, but in many use cases

Re: [Discuss-gnuradio] gr-audio: add query device names?

2014-02-06 Thread Alexandru Csete
2014-02-06 11:10 GMT+01:00 Volker Schroer dl1...@gmx.de: Hi Volker, The idea is to enumerate using library calls, which is the right way to do this. Alex Hi Alex, Yes, I know, but sometimes this does not help. Here is a list of my devices from aplay -l: Karte 0: SB [HDA ATI SB],

Re: [Discuss-gnuradio] Finding a particular version

2014-01-18 Thread Alexandru Csete
On Sat, Jan 18, 2014 at 5:37 PM, Nikos Balkanas nikos.balka...@eyeonix.com wrote: Just to update you. It seems that the repository has gnuradio = 3.0. It is impossible to tell in those old revisions the version number (no cmake, no git tags) but getting the earliest revision from 3/2006, I

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Alexandru Csete
Hi Michael, That's the only version; however, it is not gr-fcdproplus itself that uses those functions but the HID API. The solution should be as simple as changing gr-fcdproplus / lib / hid / CMakeLists.txt to use hidmac.c instead of hid.c - just like it's done in gr-fcd component. Alex On

[Discuss-gnuradio] pybombs/wget behind a proxy

2014-01-16 Thread Alexandru Csete
Greetings, There seems to be a 10 second timeout when pybombs fetches packages using wget. This is way too short when working behind a proxy. I have no clue how proxies are supposed to work. The one I am sitting behind downloads the package and scans it for viruses and during that time the

Re: [Discuss-gnuradio] Can no longer build packages for PPA

2013-12-03 Thread Alexandru Csete
On Tue, Dec 3, 2013 at 3:48 PM, Tom Rondeau t...@trondeau.com wrote: On Sun, Dec 1, 2013 at 6:24 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Lately, I have been having increasing difficulties with building gnuradio successfully on the Ubuntu PPA builders. I think the problems

[Discuss-gnuradio] Can no longer build packages for PPA

2013-12-01 Thread Alexandru Csete
Greetings, Lately, I have been having increasing difficulties with building gnuradio successfully on the Ubuntu PPA builders. I think the problems is that the builds run in emulated environments and the builder is not as powerful as a modern desktop. Consequently, it will die on one of the swig

Re: [Discuss-gnuradio] quadrature_demod losing weak signals

2013-11-30 Thread Alexandru Csete
On Sat, Nov 30, 2013 at 2:50 AM, Kevin Reid kpr...@switchb.org wrote: This seems like a bug, but I want to check first that I'm not having unreasonable expectations. I'm using GNU Radio 3.7.2. If the amplitude of the input to quadrature_demod_cf is less than about 10^(-2.23), then the

Re: [Discuss-gnuradio] Introducing GNU Radio's new logo!

2013-11-16 Thread Alexandru Csete
Hi Tom, The new logo looks nice. I also like the new grey/orange style on the website. Alex On Fri, Nov 15, 2013 at 12:53 AM, Tom Rondeau t...@trondeau.com wrote: The GNU Radio project has grown tremendously over the past couple of years. We've gained a significant number of contributors and

Re: [Discuss-gnuradio] How to make an FFT block in c++

2013-11-01 Thread Alexandru Csete
On Fri, Nov 1, 2013 at 6:16 AM, Tommy Tracy II tj...@virginia.edu wrote: Thanks a lot. I do have a question about the 6.67 that you pass to the gr::firdes::window(gr::filter::firdes::WIN_BLACKMAN_HARRIS, SIZE, 6.67); What is the importance of this value? Is this the default BETA? I found that

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration

2013-10-27 Thread Alexandru Csete
On Sat, Oct 26, 2013 at 10:23 PM, Sylvain Munaut 246...@gmail.com wrote: Hi, As some of you know, beginning of this month I presented a new GNURadio block I wrote that implements a RTSA like spectrum visualization of the spectrum similar to those found on RS / Agilent / Tek equipement.

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration

2013-10-27 Thread Alexandru Csete
On Sun, Oct 27, 2013 at 10:39 AM, Alexandru Csete oz9...@gmail.com wrote: On Sat, Oct 26, 2013 at 10:23 PM, Sylvain Munaut 246...@gmail.com wrote: Hi, As some of you know, beginning of this month I presented a new GNURadio block I wrote that implements a RTSA like spectrum visualization

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration

2013-10-27 Thread Alexandru Csete
On Sun, Oct 27, 2013 at 10:49 AM, Sylvain Munaut 246...@gmail.com wrote: Hi, ImportError: /home/alc/sdr/pybombs/runtime/lib/libgnuradio-fosphor-3.7.0git.so.0.0.0: undefined symbol: clCreateFromGLTexture Yes, I've been made aware of the issue but don't really know what to do about it ...

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration

2013-10-27 Thread Alexandru Csete
On Sun, Oct 27, 2013 at 1:01 PM, Darren Long darren.l...@mac.com wrote: Very nice. I've only just changed to using the gqrx repository instead of building everything from source, but I couldn't resist having a go at getting this working. I've managed to get the demo program running, but I've

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration

2013-10-27 Thread Alexandru Csete
On Sun, Oct 27, 2013 at 8:45 PM, Darren Long darren.l...@mac.com wrote: On 27/10/13 17:46, Sylvain Munaut wrote: Since the whole idea being fosphor is to never just drop data, to slow down the waterfall, multiple FFT results must be aggregated with either min/max/avg functions and that's a

Re: [Discuss-gnuradio] Behaviour of gs-osmosdr when multiple devices in the source

2013-10-23 Thread Alexandru Csete
On Wed, Oct 23, 2013 at 9:58 PM, Marcus D. Leech mle...@ripnet.com wrote: I'm trying to understand the behaviour for gr-osmosdr when you have multiple devices in the source -- does it start delivering samples immediately, or is there a synchronization point, so that all devices start

Re: [Discuss-gnuradio] Behaviour of gs-osmosdr when multiple devices in the source

2013-10-23 Thread Alexandru Csete
On Wed, Oct 23, 2013 at 10:33 PM, Marcus D. Leech mle...@ripnet.com wrote: On 10/23/2013 04:19 PM, Alexandru Csete wrote: Hi Marcus, I believe the behavior is different from source to source and basically depends on whether the source block takes advantage of the start/stop methods

Re: [Discuss-gnuradio] How to make an FFT block in c++

2013-10-18 Thread Alexandru Csete
On Fri, Oct 18, 2013 at 10:05 PM, Tommy Tracy II tj...@virginia.edu wrote: Hello, I'm trying to make an FFT block in my hierarchical block, but I cannot seem to find the correct syntax. I'm trying to make it with a BLACKMAN_HARRIS windowing function, and it's easy in a python program:

Re: [Discuss-gnuradio] liquid-dsp in gnuradio... why?

2013-10-12 Thread Alexandru Csete
On Fri, Oct 11, 2013 at 6:51 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On 10/11/2013 04:23 AM, Alexandru Csete wrote: I am probably missing something or just misunderstand the situation, so please enlighten me :) This is more Tom's area, but I'll comment since he's off enjoying

[Discuss-gnuradio] liquid-dsp in gnuradio... why?

2013-10-11 Thread Alexandru Csete
Greetings, I notice more an more talk about integration of liquid-dsp into gnuradio and apparently there is already a gr-liquiddsp out of tree module on github. I have known of liquid-dsp for quite some time now. It is my first choice when I need SDR in pure C and I have nothing but the utmost

Re: [Discuss-gnuradio] Error in installation of gqrx

2013-10-10 Thread Alexandru Csete
On Thu, Oct 10, 2013 at 7:00 AM, Manu T S manu.t.s...@gmail.com wrote: Hi Alex, I am using PyBOMBS for installation. PyBOMBS installed GNU Radio(3.7) to a local directory instead of /usr/local. In my case this directory is /home/manu/gr/target/. The files missing are there in

Re: [Discuss-gnuradio] Error in installation of gqrx

2013-10-09 Thread Alexandru Csete
On Wed, Oct 9, 2013 at 12:22 PM, Manu T S manu.t.s...@gmail.com wrote: Hello all, I tried to install gqrx using PyBOMBS. I have GNU Radio 3.7 installed using PyBOMBS. manu@radio1:bin$ ./gnuradio-config-info -v 3.7.2git-0-gd19aa281 Then I did manu@radio1:pybombs$ ./pybombs install gqrx

Re: [Discuss-gnuradio] Again bladerf / gqrx / gr-osmosdr

2013-10-08 Thread Alexandru Csete
On Tue, Oct 8, 2013 at 1:11 PM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Hi, With latest versions of GR / bladerf / gqrx / gr-osmosdr again something is stuck. Gqrx does not work anymore, I get the following error during make: /usr/local/lib/libgnuradio-osmosdr.so: undefined

Re: [Discuss-gnuradio] using osmo-sdr with usrp

2013-10-06 Thread Alexandru Csete
On Sun, Oct 6, 2013 at 7:06 PM, Dincer Beken dbe...@blackned.de wrote: Hi all, to use the OSMO-SDR blocks with the USRP, I want to use the uhd_source_c.h and uhd_source_c. Without doing anything I cannot use thefunctions like get_sample_rate. What do I need to include from OSMO-SDR? The

Re: [Discuss-gnuradio] Pybombs update fails - or is it just me?

2013-10-03 Thread Alexandru Csete
Thanks for fixing it - it works for me too now, although trying to update gnuradio gives the error: remote branch master does not exist on git:// http://www.gnuradio.org/git/gnuradio.git I assume this is a gnuradio/git issue. Alex On Thu, Oct 3, 2013 at 5:29 PM, M Dammer i...@mdammer.net

Re: [Discuss-gnuradio] Coverity scan and GNU Radio

2013-10-02 Thread Alexandru Csete
Sounds great, it was a good idea! I got added to the project and I can view the summary for GNU Radio, however, if I click on View defects all I get is an empty page with no projects. Do I have to configure something? Alex On Wed, Oct 2, 2013 at 7:16 PM, Philip Balister phi...@balister.org

Re: [Discuss-gnuradio] Coverity scan and GNU Radio

2013-10-02 Thread Alexandru Csete
On Wed, Oct 2, 2013 at 9:37 PM, Alexandru Csete oz9...@gmail.com wrote: Sounds great, it was a good idea! I got added to the project and I can view the summary for GNU Radio, however, if I click on View defects all I get is an empty page with no projects. Do I have to configure something

Re: [Discuss-gnuradio] Coverity scan and GNU Radio

2013-10-02 Thread Alexandru Csete
On Wed, Oct 2, 2013 at 7:56 PM, Ben Hilburn b...@ettus.com wrote: If you look at a specific issue, you can edit the meta information about it. To avoid multiple people going after the same bug, and then ending up having to throw one person's work away, should we take advantage of the Owner

[Discuss-gnuradio] Pybombs update fails - or is it just me?

2013-09-27 Thread Alexandru Csete
I get a very strange error when trying to ./pybombs update - it looks like it only takes the first letter of the package name and consequently fails to find the package. I can't figure out if this is only a local issue or a problem with pybombs. Anyone else seen this? Alex Packages out of date:

Re: [Discuss-gnuradio] 49MHz Rtl_sdr receiver

2013-09-26 Thread Alexandru Csete
On Thu, Sep 26, 2013 at 7:44 PM, William Pretty Security bill.pre...@xplornet.com wrote: Hello list; I have been following a thread by Marcus and others about coherent receivers, etc. I have a question: Is it possible to change the clock frequency to receive a slightly lower frequency? I

Re: [Discuss-gnuradio] Officially recommended version?

2013-09-18 Thread Alexandru Csete
On Tue, Sep 17, 2013 at 4:30 PM, Tom Rondeau t...@trondeau.com wrote: On Mon, Sep 16, 2013 at 5:07 PM, Alexandru Csete oz9...@gmail.com wrote: On Mon, Sep 16, 2013 at 5:09 PM, Marcus D. Leech mle...@ripnet.com wrote: On 09/16/2013 10:40 AM, Alexandru Csete wrote: Greetings, I've been going

[Discuss-gnuradio] Officially recommended version?

2013-09-16 Thread Alexandru Csete
Greetings, I've been going nuts over the past few weeks why new users end up with gnuradio 3.6. Clearly, some of them want to use some funky stuff that has not yet been ported to 3.7, but there are also others who are just clueless and end up with 3.6 by following the instructions. Indeed,

Re: [Discuss-gnuradio] bladeRF - gr-osmosdr - gqrx - bandwidth?

2013-09-16 Thread Alexandru Csete
On Sat, Sep 14, 2013 at 9:13 AM, Sylvain Munaut 246...@gmail.com wrote: Hi, Do you know if it makes any difference whether I set the bandwidth or sample rate first? Looking at the code, yes it does. You should set sample rate, then bandwidth. But honestly I think it shouldn't make a

Re: [Discuss-gnuradio] Officially recommended version?

2013-09-16 Thread Alexandru Csete
On Mon, Sep 16, 2013 at 5:09 PM, Marcus D. Leech mle...@ripnet.com wrote: On 09/16/2013 10:40 AM, Alexandru Csete wrote: Greetings, I've been going nuts over the past few weeks why new users end up with gnuradio 3.6. Clearly, some of them want to use some funky stuff that has not yet been

Re: [Discuss-gnuradio] Officially recommended version?

2013-09-16 Thread Alexandru Csete
On Mon, Sep 16, 2013 at 5:32 PM, Sylvain Munaut 246...@gmail.com wrote: Hi, I think it's clear that any new development should be done on 3.7 and people still having 3.6 projects should be working on migration (if those projects are still considered active/maintained). However it's pretty

Re: [Discuss-gnuradio] bladeRF - gr-osmosdr - gqrx - bandwidth?

2013-09-13 Thread Alexandru Csete
On Fri, Sep 13, 2013 at 8:19 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Hi, I am using bladeRF with gr-osmosdr, gnuradio 3.7 and gqrx, so far a fine radio. One thing, when using gqrx...I am limited to USB2.0 at the moment, so I use a sampling rate of 8 Ms/s, and in this mode I have

Re: [Discuss-gnuradio] bladeRF - gr-osmosdr - gqrx - bandwidth?

2013-09-13 Thread Alexandru Csete
On Fri, Sep 13, 2013 at 3:53 PM, Brian Padalino bpadal...@gmail.com wrote: On Fri, Sep 13, 2013 at 2:19 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Hi, I am using bladeRF with gr-osmosdr, gnuradio 3.7 and gqrx, so far a fine radio. One thing, when using gqrx...I am limited to USB2.0

Re: [Discuss-gnuradio] bladeRF - gr-osmosdr - gqrx - bandwidth?

2013-09-13 Thread Alexandru Csete
On Fri, Sep 13, 2013 at 10:53 PM, Brian Padalino bpadal...@gmail.com wrote: On Fri, Sep 13, 2013 at 3:58 PM, Alexandru Csete oz9...@gmail.com wrote: On Fri, Sep 13, 2013 at 3:53 PM, Brian Padalino bpadal...@gmail.com wrote: On Fri, Sep 13, 2013 at 2:19 AM, Ralph A. Schmid, dk5ras ra

Re: [Discuss-gnuradio] bladeRF - gr-osmosdr - gqrx - bandwidth?

2013-09-13 Thread Alexandru Csete
On Fri, Sep 13, 2013 at 11:25 PM, Sylvain Munaut 246...@gmail.com wrote: The hackrf module for example has a special value of 0.0 for the set_bandwidth call that basically mean auto-set. When you change the sample_rate it goes to automatic unless you manually set a specific bandwidth.

Re: [Discuss-gnuradio] GNU Radio releases 3.7.0.1 and 3.7.1 available for download

2013-09-06 Thread Alexandru Csete
gnuradio-3.7.1.tar.gz Release 3.7.0.1 is a bug-fix only release based off 3.7.0, while release 3.7.1 has new 3.7 API compatible features in addition to all the same bug fixes. Contributors this release: Alexandru Csete oz9...@gmail.com Andrej Lajovic andrej.lajo...@ad-vega.si Andrew F. Davis

[Discuss-gnuradio] What happened to pybombs git repository?

2013-08-24 Thread Alexandru Csete
Greetings, Today I was trying to merge the last changes from pybombs/pybombs into my own copy in csete/pybombs. The merge kept failing as if there was a conflict in every single file. Looking at the pybombs repository there is indeed something strange. All history is missing and there is only

Re: [Discuss-gnuradio] What happened to pybombs git repository?

2013-08-24 Thread Alexandru Csete
On Sat, Aug 24, 2013 at 9:24 PM, Tom Rondeau t...@trondeau.com wrote: On Sat, Aug 24, 2013 at 5:30 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Today I was trying to merge the last changes from pybombs/pybombs into my own copy in csete/pybombs. The merge kept failing

Re: [Discuss-gnuradio] Announcing the GNU Radio Live DVD, call for testers

2013-08-18 Thread Alexandru Csete
On Sun, Aug 18, 2013 at 4:55 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On 08/18/2013 02:38 AM, Johnathan Corgan wrote: (We're still deciding the best way to make this large file available, so these URLs may change in the future.) We've had to change the URL to completely bypass

[Discuss-gnuradio] Pybombs install priorities

2013-08-17 Thread Alexandru Csete
Greetings, Is it correctly understtod that when configured with: satisfy_order = deb,src then pybombs should try to install dependencies from deb first then from source? Or does pybombs expect the deb to be installed already? I'm trying to install gnuradio on a recently configured system but had

Re: [Discuss-gnuradio] Pybombs install priorities

2013-08-17 Thread Alexandru Csete
Never mind! The problem was that I had synaptic open and it was locking the database so pybombs could not install via apt. Alex On Sat, Aug 17, 2013 at 2:54 PM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Is it correctly understtod that when configured with: satisfy_order = deb,src

[Discuss-gnuradio] Armhf builds for Ubuntu 12.04

2013-08-15 Thread Alexandru Csete
Greetings, We have got armhf builds enabled for the gqrx/snapshotshttps://launchpad.net/~gqrx/+archive/snapshotsPPA so if anybody is using Ubuntu 12.04 on a Beaglebone, Parallella or other ARM device with FPU they are welcome to try. I will rebuild for Ubuntu 13.04 later - there is a limit on

Re: [Discuss-gnuradio] gqrx in MacPorts

2013-08-12 Thread Alexandru Csete
, at 11:46 AM, Alexandru Csete oz9...@gmail.com wrote: That's good news, thanks. Regarding using portaudio in gqrx, there is no detection and you need to include AUDIO_BACKEND=portaudio when running qmake to enable it. Or insert it in the gqrx.pro file. I don't remember if portaudio

[Discuss-gnuradio] Audio on Mac OS X - status and workarounds

2013-08-09 Thread Alexandru Csete
Greetings, While working on the Mac OS X app bundle for Gqrx 2.2, (available here http://gqrx.dk/download), I encountered several issues with the OS X audio support in gnuradio. These are my notes and how I worked around it. My setup consists of Mac OS X 10.7, UHD and gnuradio-devel installed

Re: [Discuss-gnuradio] gqrx in MacPorts

2013-08-09 Thread Alexandru Csete
On Fri, Aug 9, 2013 at 3:59 PM, Michael Dickens m...@alum.mit.edu wrote: I just pushed (r109181 https://trac.macports.org/changeset/109181 ) the MacPorts portfile patches for gqrx (Gqrx.app); it should be live by around 10:30 AM/US/ET today (Friday, August 9). Please note Alexandru's

[Discuss-gnuradio] gnuradio recipe in pybombs requires mcpp

2013-08-08 Thread Alexandru Csete
Greetings, I just noticed that executing ./pybombs install gnuradio on a system that already has all the necessary dependencies starts by installing a package called mcpp. Searching the web I found out that it is a C/C++ preprocessor from 2008... Since gnuradio builds just fine with the standard

Re: [Discuss-gnuradio] gnuradio recipe in pybombs requires mcpp

2013-08-08 Thread Alexandru Csete
On Thu, Aug 8, 2013 at 2:16 PM, Tom Rondeau t...@trondeau.com wrote: On Thu, Aug 8, 2013 at 7:37 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, I just noticed that executing ./pybombs install gnuradio on a system that already has all the necessary dependencies starts by installing

Re: [Discuss-gnuradio] Pybombs install gnuradio failing on gr-fcd.

2013-08-03 Thread Alexandru Csete
On Sat, Aug 3, 2013 at 8:52 AM, Andrew Back and...@carrierdetect.com wrote: Hello, I'm trying to install GNU Radio using pybombs on a Debian 6.0/amd64 system and it gets as far as: [ 93%] Building CXX object gr-atsc/lib/CMakeFiles/test_atsci.dir/test_atsci.cc.o Linking CXX executable

[Discuss-gnuradio] Ubuntu PPA for gqrx / gnuradio ...

2013-08-02 Thread Alexandru Csete
Greetings, As part of the upcoming gqrx 2.2 release I have set up a personal package archive (PPA) for Ubuntu derivatives containing gqrx and all its dependencies: - UHD - osmo-sdr - libosmodsp - hackrf - rtl-sdr - gnuradio - gr-iqbal - gr-fcdproplus - gr-osmosdr - gqrx The PPA is accessible

Re: [Discuss-gnuradio] Boost recipe in pybombs

2013-08-02 Thread Alexandru Csete
picks up the right prefixed boost library (if built from source) every time when building other recipes that use boost cmake. -Tim On 08/01/2013 02:16 PM, Alexandru Csete wrote: The boost recipe in pybombs builds using the --layout=tagged option which will generate libraries with the -mt

[Discuss-gnuradio] Boost recipe in pybombs

2013-08-01 Thread Alexandru Csete
The boost recipe in pybombs builds using the --layout=tagged option which will generate libraries with the -mt suffix. The 'mt' stands for multi threaded and is only available for historical reasons,I suppose. Is there any particular reason for using this optionin pybombs? There are some linux

Re: [Discuss-gnuradio] PyBOMBS: First impressions and optional dependencies

2013-07-28 Thread Alexandru Csete
On Fri, Jul 26, 2013 at 4:27 PM, Tom Rondeau t...@trondeau.com wrote: On Thu, Jul 25, 2013 at 7:28 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Yesterday, I started playing with pybombs and fixed a few recipes related to gr-osmosdr. During this process I made gr-osmosdr depend

[Discuss-gnuradio] PyBOMBS: First impressions and optional dependencies

2013-07-25 Thread Alexandru Csete
Greetings, Yesterday, I started playing with pybombs and fixed a few recipes related to gr-osmosdr. During this process I made gr-osmosdr depend on uhd, rtl-sdr, osmo-sdr, hackrf and gr-iqbal. I did this to ensure that all supported input devices are made available to users. It should be noted

Re: [Discuss-gnuradio] gr-ctrlport client using IceE

2013-05-20 Thread Alexandru Csete
On Sun, May 19, 2013 at 11:26 AM, Tom Rondeau t...@trondeau.com wrote: On Sat, May 18, 2013 at 11:42 PM, Alexandru Csete oz9...@gmail.com wrote: Just FYI, trying to compile a controlport client using the embedded version of Ice (IceE) gives an error slice2cppe gnuradio.ice gnuradio.ice:72

[Discuss-gnuradio] gr-ctrlport client using IceE

2013-05-18 Thread Alexandru Csete
Just FYI, trying to compile a controlport client using the embedded version of Ice (IceE) gives an error slice2cppe gnuradio.ice gnuradio.ice:72: Struct data member `min' cannot be a value object. gnuradio.ice:73: Struct data member `max' cannot be a value object. gnuradio.ice:74: Struct data

Re: [Discuss-gnuradio] gr-ctrlport and multiple applications

2013-05-16 Thread Alexandru Csete
On Wed, May 15, 2013 at 7:01 PM, Tom Rondeau t...@trondeau.com wrote: On Wed, May 15, 2013 at 9:42 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Today, we can configure gr-ctrlport to use a specific port. Doing so leads to a problem when trying to execute more than one gnuradio

[Discuss-gnuradio] gr-ctrlport and multiple applications

2013-05-15 Thread Alexandru Csete
Greetings, Today, we can configure gr-ctrlport to use a specific port. Doing so leads to a problem when trying to execute more than one gnuradio application even if they are not explicitly using controlport. The first application will take control of the network socket and the second will fail to

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Alexandru Csete
On Mon, May 13, 2013 at 5:27 PM, maiconkist maiconk...@gmail.com wrote: Hi, recently I upgraded my PC to Ubuntu 13.04. After that, I also updated the GNU Radio + UHD installation. Almost everything is working. A problem that appeared is that the Wx Gui FFT is not showing the chart. As is

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

2013-05-07 Thread Alexandru Csete
On Mon, May 6, 2013 at 12:38 PM, Alexandru Csete oz9...@gmail.com wrote: I found a different issue with Ubuntu 13.04 - if both qt 4.8 and 5.0 are installed, cmake will disable the qtgui component because it will only find Qt 5. There is probably a simple solution but i haven't had the time

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

2013-05-06 Thread Alexandru Csete
I found a different issue with Ubuntu 13.04 - if both qt 4.8 and 5.0 are installed, cmake will disable the qtgui component because it will only find Qt 5. There is probably a simple solution but i haven't had the time to look at it. Alex On Fri, May 3, 2013 at 6:52 PM, Ben Hilburn b...@ettus.com

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

2013-05-03 Thread Alexandru Csete
On Fri, May 3, 2013 at 4:37 AM, Marcus D. Leech mle...@ripnet.com wrote: Has anyone experienced any build failures in UHD on Ubuntu 13.04 using build-gnuradio? I haven't upgraded my Ubuntu system yet, and I have had one report of a UHD build failure on Ubuntu 13.04 due to libboost1.49,

Re: [Discuss-gnuradio] gr_timer.h on next branch

2013-05-02 Thread Alexandru Csete
On Thu, May 2, 2013 at 2:06 AM, Johnathan Corgan johnat...@corganlabs.com wrote: On Wed, May 1, 2013 at 2:15 PM, Alexandru Csete oz9...@gmail.com wrote: There is a gr_timer.h header in the gnuradio/next installation directory, however, when I try to use this class I get receiver.cpp:(.text

[Discuss-gnuradio] gr_timer.h on next branch

2013-05-01 Thread Alexandru Csete
Greetings, There is a gr_timer.h header in the gnuradio/next installation directory, however, when I try to use this class I get receiver.cpp:(.text+0x1ccf): undefined reference to `gr_make_timer(void (*)(gr_timer*, void*), void*)' receiver.cpp:(.text+0x1d6a): undefined reference to

Re: [Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-17 Thread Alexandru Csete
On Tue, Apr 16, 2013 at 4:22 PM, Alexandru Csete oz9...@gmail.com wrote: On Mon, Apr 15, 2013 at 7:34 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On Mon, Apr 15, 2013 at 8:40 AM, Alexandru Csete oz9...@gmail.com wrote: As far as I can see libgnuradio-pmt is a new library and it does

Re: [Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-16 Thread Alexandru Csete
On Mon, Apr 15, 2013 at 7:34 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On Mon, Apr 15, 2013 at 8:40 AM, Alexandru Csete oz9...@gmail.com wrote: As far as I can see libgnuradio-pmt is a new library and it does not have it's own package, so I assume a -lgnuradio-pmt is missing

[Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-15 Thread Alexandru Csete
Greetings, Today I updated my gnuradio/next installation to the latest revision and I now get a linker error trying to compile my application: Linking CXX executable strx /usr/bin/ld: CMakeFiles/strx.dir/strx/strx_source_c_impl.cpp.o: undefined reference to symbol '_ZN3pmt6internERKSs'

Re: [Discuss-gnuradio] Google Summer of Code: We're in!

2013-04-08 Thread Alexandru Csete
On Mon, Apr 8, 2013 at 11:36 PM, Martin Braun (CEL) martin.br...@kit.edu wrote: Hi everyone! I'm happy to say we've been accepted for GSoC 2013! Our GSoC page is up and running at http://www.google-melange.com/gsoc/org/google/gsoc2013/gnuradio. We'll be adding details soon. Students, how

Re: [Discuss-gnuradio] Need help with control port client

2013-04-04 Thread Alexandru Csete
On Thu, Apr 4, 2013 at 1:52 AM, Alexandru Csete oz9...@gmail.com wrote: Greetings, I'm trying to write a control port client in C++ but I got stuck and need some help. My problem is that the control port interface gives us a map containing GNURadio::KnobPtr but to get access to the value I

[Discuss-gnuradio] Need help with control port client

2013-04-03 Thread Alexandru Csete
Greetings, I'm trying to write a control port client in C++ but I got stuck and need some help. My problem is that the control port interface gives us a map containing GNURadio::KnobPtr but to get access to the value I need a typed pointer, e.g. GNURadio::KnobDPtr, which is derived from KnobPtr.

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-02 Thread Alexandru Csete
On Tue, Apr 2, 2013 at 11:39 AM, Volker Schroer dl1...@gmx.de wrote: Hi Alex, thank you for your hint. I added the device_name parameter . Now if the device name is not empty, I try to open the appropriate alsa device. If the device string is empty or opening device failed ( perhaps the

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Alexandru Csete
On Mon, Apr 1, 2013 at 10:11 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Hi, Maybe a stupid question...am I doing smth. wrong, or has there been some change? When doing a git checkout next and trying to build next, it still build master. Even completely deleting the gnuradio folder

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-03-31 Thread Alexandru Csete
On Thu, Mar 28, 2013 at 11:41 AM, Volker Schroer dl1...@gmx.de wrote: Just for your information: In imitation of the gr-fcd source I set up a gnuradio source for the funcube pro+ ( linux only) . To avoid the crashes depending on libusb I used the hidraw driver. The source and an example can

[Discuss-gnuradio] UHD source headers in next

2013-03-29 Thread Alexandru Csete
Greetings, Trying to use usrp_source in a C++ application; it seems there is a mismatch between where the headers are installed and where they are supposed to be installed. The heqaders are installed in: include/gnuradio/gr_uhd/ but usrp_source.h has an include: #include uhd/api.h and gives

Re: [Discuss-gnuradio] UHD source headers in next

2013-03-29 Thread Alexandru Csete
On Fri, Mar 29, 2013 at 6:56 PM, Tom Rondeau t...@trondeau.com wrote: On Fri, Mar 29, 2013 at 1:54 PM, Tom Rondeau t...@trondeau.com wrote: On Fri, Mar 29, 2013 at 1:49 PM, Alexandru Csete oz9...@gmail.com wrote: Greetings, Trying to use usrp_source in a C++ application; it seems

[Discuss-gnuradio] Check for gr-ctrlport

2013-03-29 Thread Alexandru Csete
Is there a recommended or preferred way an application should check for the availability of control port? I can see some #ifdef GR_CTRLPORT in the gnuradio headers but that is only defined while compiling gnuradio. If there is a safe check I could perform at cmake time I would prefer that. Thanks

Re: [Discuss-gnuradio] Trouble building gnuradio/next (Linux Mint 14/64)

2013-03-27 Thread Alexandru Csete
On Wed, Mar 27, 2013 at 1:29 PM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Well, it builds fine for me on Mint 13 64 bit, but note that we are talking about the next branch - the directory in your error message suggests it's the master branch. Aah, OK, missed this one; anyway, somehow

[Discuss-gnuradio] Trouble building gnuradio/next (Linux Mint 14/64)

2013-03-23 Thread Alexandru Csete
Greetings, I tried to build the current gnuradio/next (v3.6.4.1-946-g7f0d3777) on Linux Mint 14 64 bit today and it fails with one of those never ending error messages: http://pastebin.com/7pBSB0h At the same time, it build fine on Linux Mint 13 also 64 bit). Both distributions have the same Ice

Re: [Discuss-gnuradio] Trouble building gnuradio/next (Linux Mint 14/64)

2013-03-23 Thread Alexandru Csete
On Sat, Mar 23, 2013 at 1:22 PM, Alexandru Csete oz9...@gmail.com wrote: Greetings, I tried to build the current gnuradio/next (v3.6.4.1-946-g7f0d3777) on Linux Mint 14 64 bit today and it fails with one of those never ending error messages: http://pastebin.com/7pBSB0h At the same time

Re: [Discuss-gnuradio] Trouble building gnuradio/next (Linux Mint 14/64)

2013-03-23 Thread Alexandru Csete
On Sat, Mar 23, 2013 at 2:59 PM, Tom Rondeau t...@trondeau.com wrote: On Sat, Mar 23, 2013 at 8:24 AM, Alexandru Csete oz9...@gmail.com wrote: On Sat, Mar 23, 2013 at 1:22 PM, Alexandru Csete oz9...@gmail.com wrote: Greetings, I tried to build the current gnuradio/next (v3.6.4.1-946-g7f0d3777

Re: [Discuss-gnuradio] Osmocom supporting Rafael R820T SDR?

2013-03-18 Thread Alexandru Csete
On Mon, Mar 18, 2013 at 4:56 PM, Tommy Tracy II tj...@virginia.edu wrote: Dear List, I just received the NooElec R820T SDR USB dongle with antenna to test some of my GNU Radio code. This particular dongle uses the R820T SDR. Does anyone know if osmocom supports it, or if it works at all? I

Re: [Discuss-gnuradio] Toggle use of bad versions of Boost

2013-02-26 Thread Alexandru Csete
On Wed, Feb 13, 2013 at 8:12 PM, Tom Rondeau t...@trondeau.com wrote: GNU Radio: now allowing you to shoot yourself in the foot! We've identified a few versions of Boost that don't work well with GNU Radio, 1.46, 1.47, and 1.52. A little while ago, I updated our cmake build files to look for

Re: [Discuss-gnuradio] Toggle use of bad versions of Boost

2013-02-26 Thread Alexandru Csete
On Tue, Feb 26, 2013 at 3:15 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 26, 2013 at 7:01 AM, Alexandru Csete oz9...@gmail.com wrote: On Wed, Feb 13, 2013 at 8:12 PM, Tom Rondeau t...@trondeau.com wrote: GNU Radio: now allowing you to shoot yourself in the foot! We've identified

Re: [Discuss-gnuradio] Toggle use of bad versions of Boost

2013-02-26 Thread Alexandru Csete
On Tue, Feb 26, 2013 at 5:21 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 26, 2013 at 11:10 AM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 26, 2013 at 3:15 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 26, 2013 at 7:01 AM, Alexandru Csete oz9...@gmail.com wrote: On Wed

[Discuss-gnuradio] Using disconnect_all() in C++

2013-02-21 Thread Alexandru Csete
Hi, In gqrx I am successfully using disconnect_all() at the top-block level. Tonight I have tried to use it in a hier_block2 but it doesn't seem to work. The relevant code snippet is here: https://gist.github.com/csete/5008658#file-iq_swap-cpp-L42 - a call to set_enabled() results in: terminate

Re: [Discuss-gnuradio] Using disconnect_all() in C++

2013-02-21 Thread Alexandru Csete
On Thu, Feb 21, 2013 at 11:47 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On Thu, Feb 21, 2013 at 2:36 PM, Alexandru Csete oz9...@gmail.com wrote: terminate called after throwing an instance of 'std::invalid_argument' what(): input port 0 out of range for complex_to_float(26

  1   2   3   4   >