receive_path::receive_path Class Reference

List of all members.

Public Member Functions

def __init__
def set_freq
 Set the center frequency we're interested in.
def set_gain
 Sets the analog gain in the USRP.
def set_auto_tr
def bitrate
def samples_per_symbol
def decim
def carrier_sensed
 Return True if we think carrier is present.
def carrier_threshold
 Return current setting in dB.
def set_carrier_threshold
 Set carrier threshold.
def add_options
 Adds receiver-specific options to the Options Parser.
def __del__

Public Attributes

 chan_filt
 packet_receiver
 probe
 power_sink
 u
 subdev
 gain

Static Public Attributes

tuple add_options = staticmethod(add_options)


Member Function Documentation

def receive_path::receive_path::__del__ (   self  ) 

def receive_path::receive_path::__init__ (   self,
  demod_class,
  rx_callback,
  options 
)

def receive_path::receive_path::add_options (   normal,
  expert 
)

Adds receiver-specific options to the Options Parser.

def receive_path::receive_path::bitrate (   self  ) 

def receive_path::receive_path::carrier_sensed (   self  ) 

Return True if we think carrier is present.

def receive_path::receive_path::carrier_threshold (   self  ) 

Return current setting in dB.

def receive_path::receive_path::decim (   self  ) 

def receive_path::receive_path::samples_per_symbol (   self  ) 

def receive_path::receive_path::set_auto_tr (   self,
  enable 
)

def receive_path::receive_path::set_carrier_threshold (   self,
  threshold_in_db 
)

Set carrier threshold.

Parameters:
threshold_in_db,: set detection threshold threshold_in_db: float (dB)

def receive_path::receive_path::set_freq (   self,
  target_freq 
)

Set the center frequency we're interested in.

Parameters:
target_freq,: frequency in Hz : bool
Tuning is a two step process. First we ask the front-end to tune as close to the desired frequency as it can. Then we use the result of that operation and our target_frequency to determine the value for the digital up converter.

def receive_path::receive_path::set_gain (   self,
  gain 
)

Sets the analog gain in the USRP.


Member Data Documentation

tuple receive_path::receive_path::add_options = staticmethod(add_options) [static]


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

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