Embedding/delayed simulink 中的向量
Embedding/delayed vector in simulink
我想在 simulink 中为每个时间步构建一个嵌入向量,ie
\left[ y(t);y(t-\tau);y(t-2\tau);...;y(t-d\tau) \right ]
其中 \tau
和 d
是固定值,y(t)
在每个时间步都发生变化。
我尝试使用 for iterator and delayed block 但我在执行时遇到了错误...
你知道如何在每个时间步构建它吗?
感谢您的帮助。
您想使用 Tapped Delay 块。
我想在 simulink 中为每个时间步构建一个嵌入向量,ie
\left[ y(t);y(t-\tau);y(t-2\tau);...;y(t-d\tau) \right ]
其中 \tau
和 d
是固定值,y(t)
在每个时间步都发生变化。
我尝试使用 for iterator and delayed block 但我在执行时遇到了错误... 你知道如何在每个时间步构建它吗?
感谢您的帮助。
您想使用 Tapped Delay 块。