Create a simulink model to plot the derivative of a step signal in a scope.

조회 수: 7 (최근 30일)
Abhaykumar
Abhaykumar 2024년 12월 22일
댓글: Paul 2024년 12월 22일
Create a simulink model to plot the derivative of a step signal in a scope.
  댓글 수: 1
Paul
Paul 2024년 12월 22일
The derivative of a step signal is a Dirac delta function, which can't be computed by Simulink, nor could it be plotted in a scope because scopes plot numerical data, not conceptual representations.

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

답변 (2개)

Ayush
Ayush 2024년 12월 22일
To plot the derivative of a step signal in a scope, you can use derivative block and step function block and scope block of Simulink.
To read more about derivative block, you can refer here: https://www.mathworks.com/help/simulink/slref/derivative.html
To read more about step function block, you can refer here: https://www.mathworks.com/help/simulink/slref/step.html
To read more about scope block, you can refer here:
I have attached a Simulink model with this answer for your reference.
Hope it helps!

Yash
Yash 2024년 12월 22일
Here's the documentation of Step, Derivative and Scope blocks in Simulink. Connect the blocks in the order of Step, Derivative and Scope to get the desired output:

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by