discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] vector problem


From: Manav Rohil
Subject: [Discuss-gnuradio] vector problem
Date: Sat, 8 Mar 2008 23:15:09 +0100

Hi

need some help here

In the statement below, self.bits_per_symbol() is 2

self.bytes2chunks = \
          gr.packed_to_unpacked_bb(self.bits_per_symbol(),
gr.GR_MSB_FIRST)

Each element of the vector bytes2chunks is 2 bits..I need to separate
out these 2 bits into 2 separate variables.e.g 10 into 1 and a 0.How do
i do that

manav
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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