Generating discrete values in simulink

조회 수: 3 (최근 30일)
Najmeh Eskandari
Najmeh Eskandari 2018년 5월 21일
댓글: Majid Farzaneh 2018년 5월 21일
Hello. I want to generate this signal in Simulink: c=0:.001:1; h=3; x_0=0; x_d=x_0 + h*(c-sin(2*pi*c)/(2*pi)); but I don't know how can I generate c in Simulink?

채택된 답변

Majid Farzaneh
Majid Farzaneh 2018년 5월 21일
Hi, You can use Constant block and set the constant value to 0:0.001:1 but if c is time for you and you want to show the output on scope you can use a clock block for c like this:
  댓글 수: 3
Majid Farzaneh
Majid Farzaneh 2018년 5월 21일
Every signal is discrete in computer. Continues signals have infinite points and need infinite storage and we have not infinite storages. You can use 'to workspace' block instead of scope. The result will be saved in workspace and you can use plot command etc to show the result as discrete or continues.
Majid Farzaneh
Majid Farzaneh 2018년 5월 21일
If your increment value (0.001) is important for you, you can use 'Digital Clock' and set the Sample Time to '0.001' and set the simulation time to 1. So you have 0:0.001:1 for clock.

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

추가 답변 (0개)

카테고리

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