#include <arith.h>
Inheritance diagram for mimo::InvertTM< seqT >:
Public Member Functions | |
InvertTM (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, size_t dim1, size_t dim2) | |
void | process () |
This block takes the inverse of all samples in the input sequence.
Parameters in Micos parameter file:
type
: set this to "<code>invert</code>"
dimension
: set this to N for NxN matrices.
streamtype
: String specifying the sequence data type of the input and output port. The names are the ones as defined in signal.h, e.g. MatrixSeq
, or CMatrixSeq
, etc.
|
|
|
Implements simth::Device. |