Why Integrator with Wrapped State don't wrap the lower limit? (R2018b)

5 次查看(过去 30 天)
On simulink we have a block called "Integrator with Wrapped State". This behavior looks pretty simple. This image (from the help doc) show whats the expected output (depicted by "Wrapped state integrator"):
In the parameters configuration, I set the values as follow:
Hence, I expected a output between 0 and 4. However, I got this output:
Why Integrator with Wrapped State don't wrap the lower(=0) limit?

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2020-4-2
It should not be like that. Create a simple new model to verify it. Grab a Sine Wave block, change the amplitude to be 3, Connect it to the Wrapped State block, change the upper value to be 4 and sample time to be 0, run simulation for 20 seconds, you should see it limits at both ends.
  4 个评论
Rubem Pacelli
Rubem Pacelli 2020-4-3
Well Fangjun Jiang, I did it. The following picture shows what I changed in the Linked Block:
It solved my problem partially... When I run my system on sampled-based mode, the output matches the continuous-time output. It turns out that my system is a little bit complicated as it operates on frame-based. The following picture your example operating on continuous-time; discrete-time and sample-based; and discrete-time and frame-based (200 samples per frame).
And the outputs are, respectively
As you see, the last picture (discrete-time and frame-based) is a complete mess... I don't know what's exactly happens there. And I also don't know how can it keep in touch with the support team of Matlab (I never did it)
Fangjun Jiang
Fangjun Jiang 2020-4-3
Not sure about the issue wrt frame-based. You can contact the Mathworks tech support online from your Mathworks account, or call them up.
  1. Your reset value is valid only when lower value is 0. Thinking of an example when upper is 5 and lower is 3.
  2. The same block in R2019b seems to have fixed the problem. It contains the OR logic you implemented and a different way for reset value.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Event Functions 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by