gnuradio::blks2impl::pkt::demod_pkts Class Reference

Wrap an arbitrary digital demodulator in our packet handling framework. More...

List of all members.

Public Member Functions

def __init__
 Hierarchical block for demodulating and deframing packets.

Public Attributes

 correlator
 framer_sink


Detailed Description

Wrap an arbitrary digital demodulator in our packet handling framework.

The input is complex baseband. When packets are demodulated, they are passed to the app via the callback.


Member Function Documentation

def gnuradio::blks2impl::pkt::demod_pkts::__init__ (   self,
  demodulator,
  access_code = None,
  callback = None,
  threshold = -1 
)

Hierarchical block for demodulating and deframing packets.

The input is the complex modulated signal at baseband. Demodulated packets are sent to the handler.

Parameters:
demodulator,: instance of demodulator class (gr_block or hier_block2) demodulator: complex baseband in
access_code,: AKA sync vector access_code: string of 1's and 0's
callback,: function of two args: ok, payload callback: ok: bool; payload: string
threshold,: detect access_code with up to threshold bits wrong (-1 -> use default) threshold: int


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