Hello Everyone,
I'm Manu, one of the GSoC student under GNU Radio this year. I worked on
LDPC Codes, mentored by Jens. Another GSoC student Tracie also worked on
LDPC Codes this summer. We both worked such that there is minimum
duplicates and both our work complemented each other.
As the final ou
The temporary fix suggested elsewhere with
substituting lock() with stop() followed by wait()
and unlock() with start() was tested and works fine!!!
For now this is sufficient for what I want to do,
although the stop/wait/start method
works only on the entire top_block and not on individual (hier2
On Mon, Oct 7, 2013 at 12:02 AM, bob wole wrote:
> We installed gnuradio 3.6.3 using gnruadio build script. We can't change the
> gnuradio version currently. How can we apply this patch to our installation.
> What commands should we run? We don't use git.
>
> --
> Bob
Hi Bob,
You'll use the 'pat
On Mon, Oct 7, 2013 at 11:55 AM, Achilleas Anastasopoulos
wrote:
> The temporary fix suggested elsewhere with
> substituting lock() with stop() followed by wait()
> and unlock() with start() was tested and works fine!!!
>
> For now this is sufficient for what I want to do,
> although the stop/wait
On Mon, Oct 7, 2013 at 12:10 PM, Tom Rondeau wrote:
> On Mon, Oct 7, 2013 at 11:55 AM, Achilleas Anastasopoulos
> wrote:
>> The temporary fix suggested elsewhere with
>> substituting lock() with stop() followed by wait()
>> and unlock() with start() was tested and works fine!!!
>>
>> For now this
On Sun, Oct 6, 2013 at 6:45 PM, Arturo Rinaldi wrote:
> 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
$ git diff v3.6.3 HEAD gr-filter/lib/firdes.cc (but modified since you
remain @ v3.6.3)
diff --git a/gr-filter/lib/firdes.cc b/gr-filter/lib/firdes.cc
index 5c3320d..d55a4ba 100644
--- a/gr-filter/lib/firdes.cc
+++ b/gr-filter/lib/firdes.cc
@@ -746,6 +746,7 @@ namespace gr {
case WIN_RECTA
thank you very much tom..piece of cake ! ! ! ^_^
2013/10/7 Tom Rondeau
> On Sun, Oct 6, 2013 at 6:45 PM, Arturo Rinaldi
> wrote:
> > 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)
Dear community,
at the last GRCon we discussed the user experience regarding GNU Radio.
A pretty huge group of people came together for a very productive
discussion on how the user experience can be improved.
Our method of choice was to go through the "life cycle" of a GNU Radio
developer, starti