blockRealVectorReplicator
Real vector signal replicator
Information
This block replicates an Real vector input signal of size nin,
to a matrix with nout rows and nin columns,
where each row is duplicating the input vector.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin | 1 | Size of input vector |
| Integer | nout | 1 | Number of row in output |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput[nin] | u | Input signal to be replicated | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nout,nin] | y | Output with replicated input signal |
Revisions
-
June 22, 2021, by Baptiste Ravache:
First implementation