GNU Radio 3.7.1 C++ API
|
Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB. More...
#include <unpack_k_bits_bb.h>
Public Types | |
typedef boost::shared_ptr < unpack_k_bits_bb > | sptr |
Static Public Member Functions | |
static sptr | make (unsigned k) |
Make an unpack_k_bits block. |
Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB.
static sptr gr::blocks::unpack_k_bits_bb::make | ( | unsigned | k | ) | [static] |
Make an unpack_k_bits block.
k | number of bits to unpack. |