GNU Radio Manual and C++ API Reference  3.10.9.1
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::packed_to_unpacked< T >
 Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. 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...
 
class  gr::blocks::unpacked_to_packed< T >
 Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. More...
 

Detailed Description