gnuradio::blks2impl::qam16::qam16_mod Class Reference

List of all members.

Public Member Functions

def __init__
def samples_per_symbol
def bits_per_symbol
def add_options
 Adds QAM modulation-specific options to the standard parser.
def extract_kwargs_from_options
 Given command line options, create dictionary suitable for passing to __init__.

Public Attributes

 bytes2chunks
 symbol_mapper
 diffenc
 chunks2symbols
 rrc_taps
 rrc_filter

Static Public Attributes

tuple bits_per_symbol = staticmethod(bits_per_symbol)


Member Function Documentation

def gnuradio::blks2impl::qam16::qam16_mod::__init__ (   self,
  samples_per_symbol = _def_samples_per_symbol,
  excess_bw = _def_excess_bw,
  gray_code = _def_gray_code,
  verbose = _def_verbose,
  log = _def_log 
)

Hierarchical block for RRC-filtered QPSK modulation.

The input is a byte stream (unsigned char) and the
output is the complex modulated signal at baseband.

@param samples_per_symbol: samples per symbol >= 2
@type samples_per_symbol: integer
@param excess_bw: Root-raised cosine filter excess bandwidth
@type excess_bw: float
@param gray_code: Tell modulator to Gray code the bits
@type gray_code: bool
@param verbose: Print information about modulator?
@type verbose: bool
@param debug: Print modualtion data to files?
@type debug: bool

def gnuradio::blks2impl::qam16::qam16_mod::add_options (   parser  ) 

Adds QAM modulation-specific options to the standard parser.

def gnuradio::blks2impl::qam16::qam16_mod::extract_kwargs_from_options (   options  ) 

Given command line options, create dictionary suitable for passing to __init__.

def gnuradio::blks2impl::qam16::qam16_mod::samples_per_symbol (   self  ) 


Member Data Documentation


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

Generated on Thu Mar 5 09:03:56 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8