Main Content

PS Round

Round input physical signal toward nearest integer

  • PS Round block

Libraries:
Simscape / Foundation Library / Physical Signals / Nonlinear Operators

Description

The PS Round block rounds the input physical signal toward the nearest integer:

O=round(I)

where

IPhysical signal at the input port
OPhysical signal at the output port

Both the input and the output are physical signals. Untyped physical ports facilitate the signal size propagation. However, arguments passed to rounding functions (such as round) must be dimensionless. Therefore, the input signal must have the unit of 1 (unitless), and the output signal is also unitless.

Ports

Input

expand all

Input physical signal. Arguments passed to rounding functions (such as round) must be dimensionless. Therefore, the input signal does not have to be a scalar but must have the unit of 1 (unitless).

The port name is not visible in the block icon, but you can see this name in the underlying source file by clicking the Source code link in the Description tab of the block dialog box.

Output

expand all

Output physical signal.

The port name is not visible in the block icon, but you can see this name in the underlying source file by clicking the Source code link in the Description tab of the block dialog box.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2012b

expand all