Blocks.Product
This component extends from SI2SO
Usage
TranslatedComponents.Blocks.Product()
Connectors
u1- This connector represents a real signal as an input to a component (RealInput)u2- This connector represents a real signal as an input to a component (RealInput)y- This connector represents a real signal as an output from a component (RealOutput)
Behavior
Source
dyad
component Product
extends SI2SO
relations
y = u1 * u2
endFlattened Source
dyad
component Product
u1 = RealInput()
u2 = RealInput()
y = RealOutput()
relations
y = u1 * u2
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses