Blocks.Sqrt ​
This component extends from SISO
Usage ​
TranslatedComponents.Blocks.Sqrt()
Connectors ​
u- 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 Sqrt
extends SISO
relations
y = sqrt(u)
endFlattened Source
dyad
component Sqrt
u = RealInput()
y = RealOutput()
relations
y = sqrt(u)
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses