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

mimo::FromDiag< seqT_in, seqT_out > Class Template Reference

#include <multiplexer.h>

Inheritance diagram for mimo::FromDiag< seqT_in, seqT_out >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 FromDiag (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, unsigned int n)
void updateInputLengths ()
void updateOutputLengths ()
void process ()

Protected Attributes

unsigned int n

Related Functions

(Note that these are not member functions.)

 propertylist_FromDiag (not_a_function)

Detailed Description

template<class seqT_in, class seqT_out>
class mimo::FromDiag< seqT_in, seqT_out >

Retrieving the diagonal elements of a matrix in a vector.

The number of input ports as well as the number of output ports is one.

Parameters in Micos parameter file:

type: set this to "multiplexvector"

direction: set this to "from_diag"

streamtype: String specifying the sequence data type of the output ports, e.g. FreqSignal, ModSeq.


Constructor & Destructor Documentation

template<class seqT_in, class seqT_out>
mimo::FromDiag< seqT_in, seqT_out >::FromDiag int  deviceID,
DeviceSystemIntf system,
const simth::PropertyList pl,
unsigned int  n
 


Member Function Documentation

template<class seqT_in, class seqT_out>
void mimo::FromDiag< seqT_in, seqT_out >::updateInputLengths  )  [inline, virtual]
 

Implements simth::Device.

template<class seqT_in, class seqT_out>
void mimo::FromDiag< seqT_in, seqT_out >::updateOutputLengths  )  [inline, virtual]
 

Implements simth::Device.

template<class seqT_in, class seqT_out>
void mimo::FromDiag< seqT_in, seqT_out >::process  )  [virtual]
 

Implements simth::Device.


Friends And Related Function Documentation

template<class seqT_in, class seqT_out>
propertylist_FromDiag not_a_function   )  [related]
 

These are the properties of class FromDiag . 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: Retrieve the diagonal of a matrix. For an input matrix sequence, the output is a vector sequence where each vector is the diagonal of the respective input matrix.

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.

streamtype
<enum>, default "" -- String specifying the sequence data type of the input ports. The vectorized input/output port will simply be a vector of real or complex doubles accordingly. The names are the ones as defined in signals.h, e.g. bitSeq, ModSeq, symSeq etc.

direction
<string>, default "from_diag" -- DEPRECATED: No longer necessary to be set.

nr_rows
<unsigned>, default "" -- The length of each vector in these sequences

3 properties in this class.


Member Data Documentation

template<class seqT_in, class seqT_out>
unsigned int mimo::FromDiag< seqT_in, seqT_out >::n [protected]
 


Generated on Tue Aug 9 14:44:19 2005 for mimolib by  doxygen 1.4.1