필터 지우기
필터 지우기

Neural Network Toolbox (Time Series) Simulink: Input Signal time step 0.01 but Output Signal time step 1

조회 수: 2 (최근 30일)
Hey all,
I am using the GUI from Neural Network Toolbox, Time Series Tool and create a Neural Net with default settings and: -one hidden layer -one output layer -one neuron -two delays My Inputs are two signals with time step 0.01. I got a satisfying result (R=0.999) so I created a Simulink Diagram by using the button in the GUI.
Here's the problem: The Output (In Scope) has time step 1 instead of 0.01. I tried to change settings in the Simulink environment but I just get an error saying time step in the net block is 1. And the automatically generated neural network block is locked, so I can't change settings in it. Also when I use disp(net); in Matlab I get sampleTime: 1 How can I change this setting so it uses sample time 0.01 instead of 1?
This problem occurs only in Time Series Tool, using Fitting Function Tool exactly the same way as stated above I get the Output with sample time 0.01.
Thanks for any help!!
  댓글 수: 2
Yan Jie Hong
Yan Jie Hong 2020년 3월 13일
I'm having the same problem right now as well. Although I have found out that what you actually want to change is sampling time, not sample time. As I changed that with net.sampleTime=0.01. But that just makes you sample up to 0.01s, not in 0.01 timesteps.
If you have already solved this problem then could you please tell how you did it? Thanks

댓글을 달려면 로그인하십시오.

답변 (1개)

Tianye Wang
Tianye Wang 2020년 10월 11일
Did you figure out how to solve this issue yet?

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by