Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class 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

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

Protected Member Functions

 ChannelEstim (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl)
void assert_connections () const
void assert_matrix_dim (const mimo::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

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 mimo::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.

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

static simth::Device* mimo::ChannelEstim::findChannel simth::DeviceSystemIntf sys  )  [static]
 

Lookup the available MIMOChannel device and return a pointer to that. If no MIMOChannel could be found, NULL is returned.


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 Tue Aug 9 14:43:25 2005 for mimolib by  doxygen 1.4.1