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 ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Blocks.Sqrt() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>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