Trigonometric Components

Trigonometric Components

sin(x)
cos(x)
tan(x)
asin(x)
acos(x)
atan(x)

sin(x)

Description

The component calculates the sine of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = sin(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> sin(x)

cos(x)

Description

The component calculates the cosine of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = cos(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> cos(x)

tan(x)

Description

The component calculates the tangent of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = tan(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> tan(x)

asin(x)

Description

The component calculates the arc sine of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = arcsin(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> asin(x)

acos(x)

Description

The component calculates the arc cosine of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = arccos(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> acos(x)

atan(x)

Description

The component calculates the arc tangent of input value and shifts the result to the output.

Features

  • The argument of this function is given in radians.

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = arctan(Input)

Location

Floating Point -> Arithmetic -> Trigonometric -> atan(x)

KDE Logo