|
|
| Vector | C | |
в палитре |
на схеме |
The block implements transposing a square matrix:
where
A is the matrix of coefficients;
y(
t) is the vector at the output of the block.
Входные порты
- input - input port for the matrix A, represented as a vector of coefficients when unpacking the matrix by rows.
Выходные порты
- output - port for outputting the transposition result, represented as a vector of coefficients when unpacking the transposed matrix by rows. The dimension of the output signal corresponds to the dimension of the input signal.