필터 지우기
필터 지우기

The Computed sample time

조회 수: 137 (최근 30일)
Youssef Toubla
Youssef Toubla 2019년 8월 28일
답변: Abhishek saini 2022년 3월 4일
Hi,
i get this error:
The computed sample Time 2E-09 is not an integer multiple of the fixed step size 1E-08. the period, pulse width and phase delay parameters of this block need to be integer multiples of the fixed step size.
can anyone help
Reagrds
YT
  댓글 수: 4
sruthi kesav
sruthi kesav 2020년 5월 4일
편집: sruthi kesav 2020년 5월 4일
Hi,
i get this error:
The computed sample time (1.25E-06) is not an integer multiple of the fixed step size (1E-05). The period, pulse width and phase delay parameters of this block need to be integer multiples of the fixed step size.
Can anyone help me.Thanks in advance.
Regards,
Shruthi.D
Fangjun Jiang
Fangjun Jiang 2020년 5월 4일
If the step size is 1 second, the sample time of any block could be 1, 2, 5, 10, etc. It can't be 2.3, 10.5 or smaller than 1 like 0.5, etc.
The easiest way for you is to change the step size to be 1.25E-6 if possible. You may have further issue though.

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

채택된 답변

Fangjun Jiang
Fangjun Jiang 2019년 8월 29일
Based on your specification of Period (secs) and Pulse Width (% of period), Simulink calculated that the time incremental needs to be as small as 2E-09. But your fixed step size (1E-08) is larger. That is the error.
Double check your specification. Please note that if you want to specify 5% duty cycle, you should specify it as 5, not 0.05.

추가 답변 (1개)

Abhishek saini
Abhishek saini 2022년 3월 4일
The computed sample time (0.0004) is not an integer multiple of the fixed step size (0.0084). The period, pulse width and phase delay parameters of this block need to be integer multiples of the fixed step size

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by