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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to