discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] c++ example


From: Mattias Kjellsson
Subject: Re: [Discuss-gnuradio] c++ example
Date: Wed, 12 Aug 2009 21:25:03 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Eric Blossom wrote:
On Wed, Aug 12, 2009 at 03:41:19PM +0200, Mattias Kjellsson wrote:
Hi list,

Is there an interest in having more c++ examples included in gnuradio?
Although the dial- tone example is very illustrative, it might be handy
to have at least a few more?

Best regards
//Mattias

Yes.

The currently unsolved problem has do with appropriate
conditionalization of the build process -- in case the example depends
on something that's didn't get built.

Eric
Ah. I see...

In an effort to begin to use the gr- framework, including flow- graphs (I have been using only selected parts of gr), I have re- written the BERT example to c++ instead. Although it isn't as polished as the original python script, with parameters from command- line and such, it produces the same results as the python implementation (why wouldn't it?).

The only functionality outside of gr I have used is a pthread for displaying output at the rx- side, but that shouldn't be a problem, as long as the switch to boost- threads hasn't been done?

If there is an interest I could "polish" the program a bit more.

//Mattias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]