Skip to content
Blocks.Sqrt.md

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

y(t)=u(t)

Source

dyad
component Sqrt
  extends SISO
relations
  y = sqrt(u)
end
Flattened Source
dyad
component Sqrt
  u = RealInput()
  y = RealOutput()
relations
  y = sqrt(u)
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses