transmit_path::transmit_path Class Reference

List of all members.

Public Member Functions

def __init__
 See below for what options should hold.
def set_freq
 Set the center frequency we're interested in.
def set_gain
 Sets the analog gain in the USRP.
def set_tx_amplitude
 Sets the transmit amplitude sent to the USRP.
def set_auto_tr
 Turns on auto transmit/receive of USRP daughterboard (if exits; else ignored).
def send_pkt
 Calls the transmitter method to send a packet.
def bitrate
def samples_per_symbol
def interp
def add_options
 Adds transmitter-specific options to the Options Parser.

Public Attributes

 packet_transmitter
 amp
 u
 subdev
 gain

Static Public Attributes

tuple add_options = staticmethod(add_options)


Member Function Documentation

def transmit_path::transmit_path::__init__ (   self,
  modulator_class,
  options 
)

See below for what options should hold.

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

Adds transmitter-specific options to the Options Parser.

def transmit_path::transmit_path::bitrate (   self  ) 

def transmit_path::transmit_path::interp (   self  ) 

def transmit_path::transmit_path::samples_per_symbol (   self  ) 

def transmit_path::transmit_path::send_pkt (   self,
  payload = '',
  eof = False 
)

Calls the transmitter method to send a packet.

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

Turns on auto transmit/receive of USRP daughterboard (if exits; else ignored).

def transmit_path::transmit_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 transmit_path::transmit_path::set_gain (   self,
  gain 
)

Sets the analog gain in the USRP.

def transmit_path::transmit_path::set_tx_amplitude (   self,
  ampl 
)

Sets the transmit amplitude sent to the USRP.

Parameters:
 ampl 0 <= ampl < 32768. Try 8000


Member Data Documentation


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