discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] reconstructing original data from GMSK loopback?


From: George Nychis
Subject: [Discuss-gnuradio] reconstructing original data from GMSK loopback?
Date: Sat, 03 Nov 2007 01:28:09 -0400
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Hey all,

Is the proper way to reconstruct the original data back from modulating and demodulating with GMSK (in loopback fashion) by packing the outputted bits using gr.unpacked_to_packed_bb()? Since there is 1 bit per byte (LSB), I'm assuming it needs packing. Whenever I add the following block in the flowgraph:
gr.unpacked_to_packed_bb(self.bits_per_symbol(),gr.GR_MSB_FIRST)

... where bits_per_symbol() returns 1, I don't quite get back the original data before modulation. Some of the bytes are correct, but most seem like garbage. What's my misunderstanding?

Thanks!
George




reply via email to

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