blockProduct
Gives the product of all components of the input vector
Extends from Interfaces.PartialConverters.MISO (Converter with multiple inputs and a single output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output y is derived as a multiplication of n inputs u given as a vector:
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Integer | nin (from MISO) | 2 | Number of input signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealMultiInput[nin] | u (from MISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |