Skip to content
Blocks.Division.md

Blocks.Division

This component extends from SI2SO

Usage

TranslatedComponents.Blocks.Division()

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

y(t)=u1(t)u2(t)

Source

dyad
component Division
  extends SI2SO
relations
  y = u1 / u2
end
Flattened Source
dyad
component Division
  u1 = RealInput()
  u2 = RealInput()
  y = RealOutput()
relations
  y = u1 / u2
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses