Neural network working properly on Matlab but not in Simulink

5 ビュー (過去 30 日間)
Haritz Odriozola Olalde
Haritz Odriozola Olalde 2021 年 5 月 21 日
コメント済み: Kanchan Jha 2023 年 7 月 11 日
Hello,
I have trained a NARX type neural network using the NNTOOL tool and when I simulate the network for a given input in Matlab using the command
output=sim(net,input)
I get a satisfactory result.
The problem is that when transferring the network to Simulink using the command
gensim(net,ts)
I obtain a model that does not give good results in Simulink, the output signals being very different from what they should be.
What am I doing wrong when transferring the net to a Simulink block so it doesn't work well ?
Thanks in advance.
  1 件のコメント
Kanchan Jha
Kanchan Jha 2023 年 7 月 11 日
have you got the solution? i am having the same problem.

サインインしてコメントする。

回答 (1 件)

Tarunbir Gambhir
Tarunbir Gambhir 2021 年 5 月 25 日
Please see the documentation page for gensim. When giving a parameter for 'SampleTime', its value may be -1 or any integer greater or equal to 1. However, this may override the default sample time of the trained model and lead to differences in the simulation result.
If you explicitly define the sample time, you should be able to see exactly the same output from MATLAB and Simulink.
  2 件のコメント
Haritz Odriozola Olalde
Haritz Odriozola Olalde 2021 年 6 月 8 日
Hi Tarunbir,
I have read the gensim documentation page and it does not appear anywhere that the sampling time must be an integer. In fact, we have tried entering st=0.00025 and it works. Still, we have found where the problem was, so thank you very much for your answer.
Regards
akram
akram 2023 年 2 月 18 日
Hello, I have exactely the same problem, did you find the solution ?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by