#include <arith.h>
Inheritance diagram for mimo::SquareTM< seqTM >:
Public Member Functions | |
SquareTM (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, unsigned input_ports, size_t dimension) | |
void | process () |
This calculates the product "A hermitian times A" of the input matrix A. In Matlab, that would be "A'A".
Parameters in Micos parameter file:
type
: set this to "<code>multiply</code>"
mult_type
: set this to "<code>sq</code>" (for "square")
dimension
: Set this to the size of the matrix.
streamtype
: Set this to CMatrixSeq
for complex matrix sequences.
|
|
|
Implements simth::Device. |