Toeplitz
Greenhouse matrix generation.
blockType: Toeplitz
Path in the library:
|
Description
Block Toeplitz generates the Greenhouse matrix based on the first column and the first row.
If the check box Symmetric If removed, then the input port Toep Col is a vector containing the values of the first column of the matrix, and the input port Toep Row is a vector containing the values of the first row.
The remaining elements of the matrix follow the following relation:
The output signal has the size [length(Toep Col) length(Toep Row)].
Element inherited from the Toep Col input.
For example, the values on the inputs are
,
form the following Greenhouse matrix:
When the checkbox is selected Symmetric the block generates a symmetric (Hermitian) The Greenhouse matrix consists of a single input signal
The output signal has the size [length(u) length(u)].
For example, the Toeplitz matrix generated based on the input vector
Block Toeplitz supports real and complex floating-point inputs.
Ports
Output
#
OUT_1
—
Output signal
the matrix
Details
The Greenhouse matrix formed on the basis of input signals.
| Data types |
|
| Complex numbers support |
Yes |
Input
#
IN_1
—
Input signal
vector
Details
An input signal specified as a vector containing the values of the first column and the first row of the matrix for generating a symmetric (Hermitian) Toeplitz matrix.
Dependencies
To use this port, check the box Symmetric.
| Data types |
|
| Complex numbers support |
Yes |
#
Toep Col
—
Input signal
vector
Details
The input signal specified as a vector containing the values of the first column of the matrix.
Dependencies
To use this port, uncheck the box Symmetric.
| Data types |
|
| Complex numbers support |
Yes |
#
Toep Row
—
Input signal
vector
Details
The input signal specified as a vector containing the values of the first row of the matrix.
Dependencies
To use this port, uncheck the box Symmetric.
| Data types |
|
| Complex numbers support |
Yes |
Parameters
Main
#
Symmetric —
symmetrical Greenhouse matrix
Logical
Details
When this flag is selected, a single-input configuration is used to form a symmetrical Greenhouse matrix.
| Default value |
|
| Program usage name |
|
| Tunable |
No |
| Evaluatable |
No |