How to resolve this error "illegal rate transition found" of ANN block in Simulink Real-Time workshop

6 次查看(过去 30 天)
I used nftool to create ANN simulink block to be used in Real-Time workshop. A problem appeared in the ANN block after running the building Real-Time target. the error message is "illegal rate transition found" - sample time [1 0] of nn is different from sample time [0.001 0] of its source.
Knowing that the sampling rate of the training data is 0.001, and the Real-Time system sampling rate is 0.001 as well..

采纳的回答

Nitin Kapgate
Nitin Kapgate 2020-9-18
It appears that the sample time for “nn” is set to [1 0] while that for its source is set to [0.001 0]. In your case, changing the “sample time” for “nn” to [0.001 0] should resolve your issue. Here is a guide that will help you to resolve the Rate Transition issues in Simulink.
  1 个评论
Zakarya Omar
Zakarya Omar 2020-9-19
thanks for your response
I 've solved the issue by setting the sampling time of the internal blocks of ANN simulink block to either 0.001 or (-1) inherent , and it worked..

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Development Computer Setup 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by