主要内容

Degrees to Radians

将角度转换为弧度

  • Degrees to Radians block

库:
Simulink Extras / Transformations

描述

Degrees to Radians 模块根据以度为单位的输入角度计算以弧度为单位的输出角度。

radians = (n/180) × degrees

radians 是以弧度为单位的角度,degrees 是以度为单位的角度。

端口

输入

全部展开

以度为单位指定输入角度的输入信号。

数据类型: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

输出

全部展开

以弧度为单位指定角度的输出信号。

数据类型: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

版本历史记录

在 R2008b 中推出

另请参阅