文档

重复序列楼梯

输出and repeat discrete time sequence

  • 图书馆:
  • 万博1manbetxSimulink /源

描述

重复序列楼梯阻止输出并重复您指定的楼梯序列Vector of output values范围。例如,您可以将向量指定为[3 1 2 4 1]'。A value inVector of output values在每个时间间隔内输出,然后序列重复。

端口

输出

展开全部

输出signal generated based on the values in the时间值的向量and采样时间参数。

数据类型:单身的|双倍的|int8|int16|INT32|UINT8|UINT16|UINT32|布尔|fixed point|enumerated

参数

展开全部

Main

指定包含重复楼梯序列的值的向量。

程序化使用

块参数发出
类型:角色向量
:vector
默认[3 1 4 2 1]。

指定样本之间的时间间隔。要继承样本时间,请将此参数设置为-1。See指定样本时间了解更多信息。

程序化使用

块参数坦普
类型:角色向量
:标量
默认'-1'

信号属性

Lower value of the output range that Simulink®检查。

万博1manbetxSimulink使用最低限度来执行:

笔记

输出最小值不会饱和或夹紧实际输出信号。使用饱和block instead.

程序化使用

块参数Outmin
类型:角色向量
'[ ]'|标量
默认'[ ]'

Upper value of the output range that Simulink checks.

万博1manbetxSimulink使用最大值来执行:

笔记

最大输出不会饱和或夹紧实际输出信号。使用饱和block instead.

程序化使用

块参数Outmax
类型:角色向量
'[ ]'|标量
默认'[ ]'

选择输出的数据类型。类型可以be inherited, specified directly, or expressed as a data type object such as万博1manbetxsimulink.numerictype

程序化使用

块参数OutdatatyPest
类型:角色向量
:,,,,“继承:通过后退传播继承”,,,,'单身的',,,,'int8',,,,'uint8',,,,int16,,,,'uint16',,,,'int32',,,,'uint32',,,,FIXDT(1,16,0),,,,fixdt(1,16,2^0,0),,,,fixdt(1,16,2^0,0),,,,'<数据类型表达>'
默认'双倍的'

Select to lock the output data type setting of this block against changes by the Fixed-Point Tool and the Fixed-Point Advisor. For more information, see使用锁定输出数据类型设置(定点设计师)。

程序化使用

块参数LockScale
类型:角色向量
'离开'|'在'
默认'离开'

Block Characteristics

数据类型

双倍的|单身的|布尔|基础整数|fixed point

多维信号

No

可变大小信号

No

扩展功能

C/C ++代码生成
使用Simulink®Coder™生成C和C ++代码。万博1manbetx

PLC代码生成
使用Simulink®PLCCoder™生成结构化文本代码。万博1manbetx

定点转换
使用固定点Designer™将浮点算法转换为固定点。

Introduced before R2006a

Was this topic helpful?