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 <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
