discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr_unpacked_to_packed_bb, modulation


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] gr_unpacked_to_packed_bb, modulation
Date: Fri, 16 Oct 2009 14:01:47 -0400
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

I think you are making wrong use of the unpacked_to_packed block:

Your source is a file with bytes.
These should be considered "packed"
(i.e., bits are packed into a byte).

Thus you need to unpack them using
packed_to_unpacked_bb(2,GR_MSB_FIRST)
The output of this block will be bytes, each having
only 2 bits worth of data in them, sop they can be used
as inputs to the lookup table...

Achilleas




reply via email to

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