Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

mimo::ChannelEstim Class Reference

#include <channelestim.h>

Inheritance diagram for mimo::ChannelEstim:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void updateInputLengths ()
virtual void updateOutputLengths ()
void print (std::ostream &os) const

Static Public Member Functions

void init (const std::string &fileName, Device **dev, DeviceSystemIntf *sysPtr, int ID, const std::string &regionQualifier)

Protected Member Functions

 ChannelEstim (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl)
void assert_connections () const
void assert_matrix_dim (const cs::CMatrix &testvec, const std::string &which="output vector") const

Protected Attributes

const size_t nr_rx
const size_t nr_tx
size_t output_length
const MIMOChannelchannel

Related Functions

(Note that these are not member functions.)

 propertylist_ChannelEstim (not_a_function)

Detailed Description

Basic MIMO equalizer block

Parameters in Micos parameter file:

type: set this to "<code>mimochannelestim</code>"

nr_rx: Set this to the number M of receive antennas.

nr_tx: Set this to the number N of transmit antennas.


Constructor & Destructor Documentation

mimo::ChannelEstim::ChannelEstim int  deviceID,
DeviceSystemIntf *  system,
const simth::PropertyList pl
[protected]
 


Member Function Documentation

void mimo::ChannelEstim::assert_connections  )  const [protected]
 

void mimo::ChannelEstim::assert_matrix_dim const cs::CMatrix &  testvec,
const std::string &  which = "output vector"
const [protected]
 

virtual void mimo::ChannelEstim::updateInputLengths  )  [virtual]
 

Implements simth::Device.

virtual void mimo::ChannelEstim::updateOutputLengths  )  [virtual]
 

Implements simth::Device.

void mimo::ChannelEstim::print std::ostream &  os  )  const [virtual]
 

Reimplemented from simth::Device.

void mimo::ChannelEstim::init const std::string &  fileName,
Device **  dev,
DeviceSystemIntf *  sysPtr,
int  ID,
const std::string &  regionQualifier
[static]
 


Friends And Related Function Documentation

propertylist_ChannelEstim not_a_function   )  [related]
 

These are the properties of class ChannelEstim . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script.

Description of this device in the XML file:

Note that this class also has the Properties of its base classes. The direct base class is simth::Device ; direct link to its propertylist should be propertylist_Device(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list.

nr_tx
<unsigned>, default "" -- The number of transmit antennas

nr_rx
<unsigned>, default "" -- The number of receive antennas

transmission_type
<enum>, default "single_carrier" -- DEPRECATED. Chooses the kind of ChannelEstim class. Deprecated -- use the desired class name directly.

output_length
<sequencelength>, default "" --

channel_block_number
<int>, default "" -- The block number of the MIMO Channel block. This has to be a smaller number than this device's block number! This is needed because the mechanism for retrieving the channel estimation still only works by a direct internal pointer. This should be changed in the future.

5 properties in this class.


Member Data Documentation

const size_t mimo::ChannelEstim::nr_rx [protected]
 

const size_t mimo::ChannelEstim::nr_tx [protected]
 

size_t mimo::ChannelEstim::output_length [protected]
 

const MIMOChannel* mimo::ChannelEstim::channel [protected]
 


Generated on Fri Jul 23 16:27:49 2004 for mimolib by doxygen 1.3.2