Engee 文档

Repeating Sequence Stair

的离散周期信号发生器。

类型: RepeatingSequenceStair

图书馆中的路径:

/Basic/Sources/Repeating Sequence Stair

资料描述

Repeating Sequence Stair 输出并重复参数指定的值序列 Vector of output values . 例如,您可以将向量指定为`[3, 1, 4, 2, 1]`. 价值 Vector of output values 它们显示在计算的每个步骤,然后序列重复。

repeating sequence stair 1

港口

输出

# OUT_1 — 输出信号
scalar | vector

Details

根据参数值 Vector of output valuesSample time 生成输出信号。

数据类型

Float64`。

复数支持

参数

# Sample time — 计算间隔
SampleTime (real number / vector of two real numbers)

Details

计算步骤之间的时间间隔。要继承计算步骤,请将此参数设置为−1。

默认值

-1

程序使用名称

tsamp

可调谐

可计算

# Vector of output values — 输出值向量
Real number / vector of real numbers / vector of arrays of real numbers

Details

重复序列的数值向量。

默认值

[3, 1, 4, 2, 1]

程序使用名称

OutValues

可调谐

可计算

附加选项

C 代码生成: 是