Skip to content
Blocks.Exponentiation.md

Blocks.Exponentiation ​

This component extends from SISO

Usage ​

TranslatedComponents.Blocks.Exponentiation(exponent=2)

Parameters: ​

NameDescriptionUnitsDefault value
exponent–2

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))exponent

Source ​

dyad
component Exponentiation
  extends SISO
  parameter exponent::Real = 2
relations
  y = u ^ exponent
end
Flattened Source
dyad
component Exponentiation
  u = RealInput()
  y = RealOutput()
  parameter exponent::Real = 2
relations
  y = u ^ exponent
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses