GNU Radio 3.7.1 C++ API
gr::blocks::unpack_k_bits_bb Class Reference

Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB. More...

#include <unpack_k_bits_bb.h>

Inheritance diagram for gr::blocks::unpack_k_bits_bb:

List of all members.

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.

Detailed Description

Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::unpack_k_bits_bb::make ( unsigned  k) [static]

Make an unpack_k_bits block.

Parameters:
knumber of bits to unpack.

The documentation for this class was generated from the following file: