discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Simple Digital Mod Problem


From: Ben Reynwar
Subject: Re: [Discuss-gnuradio] Simple Digital Mod Problem
Date: Fri, 11 Jan 2013 10:02:42 -0700

Take a look at the packet_encoder and packet_decoder blocks.  The
encoder adds a header to the packet, so that the decoder can
synchronise to it, and get the correct byte boundary.  The
implementation (in the current master branch) is found at
gnuradio/grc/grc_gnuradio/blks2/packet.py.

On Fri, Jan 11, 2013 at 8:21 AM, Hanz <address@hidden> wrote:
> Thanks! I see now what you mean, but how can i get rid of these boundary
> mistakes? The Result is similar to the original, but the bytes are kind of
> "shifted". So from a "FF 00" results a "FE 01"..
>
>
>
> --
> View this message in context: 
> http://gnuradio.4.n7.nabble.com/Simple-Digital-Mod-Problem-tp38857p38936.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> 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]