Re: [Discuss-gnuradio] Manager for blob and message passing - Blocking in E110

2012-11-26 Thread Josh Blum
On 11/26/2012 10:34 PM, Jose Torres Diaz wrote: > Hi Josh, > > Thanks for your answer. In my BLOCK 2, at the end of the work() function > I'm not returning any parameter at all, so I assume the work() function is > fine and consuming the input in BLOCK 2. If this is a message port on BLOCK 2, y

Re: [Discuss-gnuradio] Manager for blob and message passing - Blocking in E110

2012-11-26 Thread Jose Torres Diaz
Hi Josh, Thanks for your answer. In my BLOCK 2, at the end of the work() function I'm not returning any parameter at all, so I assume the work() function is fine and consuming the input in BLOCK 2. BLOCK 1 is the only one that has a manager (_mgr), so I believe that all the blobs are controlled b

Re: [Discuss-gnuradio] Manager for blob and message passing - Blocking in E110

2012-11-26 Thread Josh Blum
On 11/26/2012 10:11 PM, Jose Torres Diaz wrote: > Hi All, > > I'm still doing some blocks using message passing technique. Now, I'm > working with blob passing downstream, however, my code blocks if I run a > infinite loop. Before, I had some issues with memory blowing out (using PMT > dictionar

[Discuss-gnuradio] Manager for blob and message passing - Blocking in E110

2012-11-26 Thread Jose Torres Diaz
Hi All, I'm still doing some blocks using message passing technique. Now, I'm working with blob passing downstream, however, my code blocks if I run a infinite loop. Before, I had some issues with memory blowing out (using PMT dictionaries), but using the pmt manager solves the problem. My code i

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 wrote: I smoothly installed the port version with sudo port install gnuradio +docs +grc +python27 +qtgui +wxgui +uhd +volk +wavelet +jack +portaudio +swig +sdl configure.

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-26 Thread Michael Dickens
On Nov 26, 2012, at 5:30 PM, Arturo Rinaldi wrote: > I smoothly installed the port version with > > sudo port install gnuradio +docs +grc +python27 +qtgui +wxgui +uhd +volk > +wavelet +jack +portaudio +swig +sdl configure.compiler=llvm-gcc-4.2 > > performing a full installation. Great! > Now

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 Fri Nov 23 17:35:38 2012, Michael Dickens ha scritto: On Nov 22, 2012, at 4:00 AM, Ian Buckley 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 GCC 4.2 with A

Re: [Discuss-gnuradio] Basic USRP transmission

2012-11-26 Thread mleech
On 26 Nov 2012 15:39, Fabián Kozynski wrote: > I'm trying the USRP using GNU Radio but I cannot receive successfully. I'm using the following flowgraphs in GRC: > > TX: > Vector Source => Packet Encoder => DPSK Mod => UHD Sink > > RX: > UHD Source => DPSK Demod => Packet Decoder => File

[Discuss-gnuradio] Basic USRP transmission

2012-11-26 Thread Fabián Kozynski
I'm trying the USRP using GNU Radio but I cannot receive successfully. I'm using the following flowgraphs in GRC: TX: Vector Source => Packet Encoder => DPSK Mod => UHD Sink RX: UHD Source => DPSK Demod => Packet Decoder => File Sink I tried using benchmark_tx and benchmark_rx and the packages g

[Discuss-gnuradio] gr-modtool: Dual API version

2012-11-26 Thread Martin Braun (CEL)
Two more updates from the gr-modtool front: == 3.7 API == The master branch of gr-modtool[1] now can handle both CMake-based API versions (<= 3.6 and 3.7). It should automatically detect which version you're using and do the right thing. Given the amount of code added to make that work, I won't be

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

2012-11-26 Thread Seth Hollar
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 else is seeing the same thing, or if it is something that I'm doing wron

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-26 Thread Scott Kovaleski
Keep the log files... good advice. Wish I had thought of that before I nuked them. Sometimes I get in a rush to "get things done" and I forget little things like that. I have two more machines to try the port on, if I run into trouble I will post for those. Neither is running 10.8.2 though. On Mo

[Discuss-gnuradio] LTE Receiver project

2012-11-26 Thread Johannes Demel
Hello GNURadio enthusiasts, during the last months I have been working on my LTE Receiver project as part of my bachelor thesis. Its design goal was to keep to the GNU Radio flowgraph structure and therefore to achieve high modularity. Currently supported features are synchronization, an LTE

Re: [Discuss-gnuradio] blks2.pfb_arb_resampler memory leak

2012-11-26 Thread Tom Rondeau
On Sun, Nov 25, 2012 at 5:43 PM, Thomas Rondeau wrote: > I see the problem. d_diff_filters are not being freed in the > constructor. I'll push a fix once I get to my hotel later tonight. > > Tom Well, travel delays meant that 'later tonight' became 2:30 AM, so this had to wait until morning. I ju

Re: [Discuss-gnuradio] GNU Radio Using MacPorts

2012-11-26 Thread Michael Dickens
Hi Scott (and, anyone else trying this build using MacPorts): If you have log files for any of these efforts, send them to me with the command line you used that created them. That way I can try to make these ports even more robust; and / or help you figure out what's going on with your system.

Re: [Discuss-gnuradio] [USRP-users] Gnu Radio apps freezes (locks up)

2012-11-26 Thread Rickard
On 26 nov 2012, at 13:43, Josh Blum wrote: > >> Even if I just run an example with UHD-->Null sink (that is without any >> rendering GUI) I get the exact same problem that samples stop coming after a >> short period of time. >> Or if I just try to save the samples to a file it stalls/stops a

Re: [Discuss-gnuradio] [USRP-users] Gnu Radio apps freezes (locks up)

2012-11-26 Thread Josh Blum
> Even if I just run an example with UHD-->Null sink (that is without any > rendering GUI) I get the exact same problem that samples stop coming after a > short period of time. > Or if I just try to save the samples to a file it stalls/stops and I can only > save relative few samples. > > I t

Re: [Discuss-gnuradio] [USRP-users] Gnu Radio apps freezes (locks up)

2012-11-26 Thread Rickard
On 26 nov 2012, at 07:28, Josh Blum wrote: > >> However, despite this fact I cannot get rid of the "halting problem" with >> the >> UHD and the transmission freezes although I try to use the same buffer and >> frame >> length parameters as in the iperf test. See attached file. I have also t

[Discuss-gnuradio] How to switch off the Automatic Digital-Gain-Control?

2012-11-26 Thread Andis Dembovskis
Hello, dear Developer-Team, I recently came across to situation, when I have to model 2 overlapping signals within the same frequency but different power levels. I wanted to use variable IQ-envelope size for that - one signal with level of 0.2 and another with 0.6. The max sum of 0.8 would be still