discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] splitting bits


From: Steven Clark
Subject: [Discuss-gnuradio] splitting bits
Date: Thu, 10 Jan 2008 16:43:17 -0500

Hey folks-

Let's say I have a stream of shorts whose values are one of [0,1,2,3] (in other words, the bottom 2 bits are active). I want to split these bits, so that:
[2,3,3,1,0] -> [1,0,1,1,1,1,0,1,0,0], etc.

What block(s) can help me achieve this?

reply via email to

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