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