gnuradio::blks2impl::dbpsk::dbpsk_demod Class Reference

List of all members.

Public Member Functions

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

Public Attributes

 pre_scaler
 agc
 rrc_taps
 rrc_filter
 receiver
 diffdec
 slicer
 symbol_mapper
 unpack

Static Public Attributes

tuple bits_per_symbol = staticmethod(bits_per_symbol)


Member Function Documentation

def gnuradio::blks2impl::dbpsk::dbpsk_demod::__init__ (   self,
  samples_per_symbol = _def_samples_per_symbol,
  excess_bw = _def_excess_bw,
  costas_alpha = _def_costas_alpha,
  gain_mu = _def_gain_mu,
  mu = _def_mu,
  omega_relative_limit = _def_omega_relative_limit,
  gray_code = _def_gray_code,
  verbose = _def_verbose,
  log = _def_log 
)

Hierarchical block for RRC-filtered differential BPSK demodulation

The input is the complex modulated signal at baseband.
The output is a stream of bits packed 1 bit per byte (LSB)

@param samples_per_symbol: samples per symbol >= 2
@type samples_per_symbol: float
@param excess_bw: Root-raised cosine filter excess bandwidth
@type excess_bw: float
@param costas_alpha: loop filter gain
@type costas_alphas: float
@param gain_mu: for M&M block
@type gain_mu: float
@param mu: for M&M block
@type mu: float
@param omega_relative_limit: for M&M block
@type omega_relative_limit: 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::dbpsk::dbpsk_demod::add_options (   parser  ) 

Adds DBPSK demodulation-specific options to the standard parser.

def gnuradio::blks2impl::dbpsk::dbpsk_demod::extract_kwargs_from_options (   options  ) 

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

def gnuradio::blks2impl::dbpsk::dbpsk_demod::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:55 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8