GNU Radio Manual and C++ API Reference  3.7.12.0
The Free & Open Software Radio Ecosystem

Classes

class  gr::blocks::kernel::pack_k_bits
 Converts a vector of bytes with 1 bit in the LSB to a byte with k relevant bits. More...
 
class  gr::blocks::pack_k_bits_bb
 Converts a stream of bytes with 1 bit in the LSB to a byte with k relevant bits. More...
 
class  gr::blocks::repack_bits_bb
 Repack k bits from the input stream onto l bits of the output stream. More...
 
class  gr::blocks::kernel::unpack_k_bits
 Converts a byte with k relevant bits to k output bytes with 1 bit in the LSB. More...
 
class  gr::blocks::unpack_k_bits_bb
 Converts a byte with k relevant bits to k output bytes with 1 bit in the LSB. More...
 

Detailed Description