discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Update Channel coding toolbox to Gnuradio 3.7.0


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Update Channel coding toolbox to Gnuradio 3.7.0
Date: Wed, 25 Jun 2014 09:55:10 -0400

On Wed, Jun 25, 2014 at 5:27 AM, Hoang Ngo Khac <address@hidden> wrote:
Thank you Marcus.

I've checked out gr-fec. The problem is that Decode CCSDS 27 block takes float input while my data to feed it is in byte.

If you've built the documentation of the latest version of GNU Radio, look at the Forward Error Correction page for a description of the new FEC API. It's designed with exactly your issue in mind. You would write a new deployment for the FEC of your choice to handle the data type conversions. In fact, the current CC decoder actually takes in bytes but the deployment takes in floats. The floats are intended to be soft symbols, and the decoder deployment converts from the soft symbol floats to a quantized soft symbol byte that floats at a particular level.

Tom

 
On Wed, Jun 25, 2014 at 3:23 PM, Marcus Müller <address@hidden> wrote:
Hi Hoang,

GNU Radio 3.7 has the gr-fec framework, and recent updates brought more performance and some features, so if that matches your use case, go ahead and try it out!

Greetings,
Marcus


On 25.06.2014 09:54, Hoang Ngo Khac wrote:
Deal all,

Does anyone update the Channel Coding (https://www.cgran.org/wiki/chancoding)
toolbox so that it can work in Gnuradio 3.7.0?

I did try to install this toolbox. The installation was done but it do not
appear in Gnuradio Companion interface.

Thanks,
Hoang



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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