Create a simulink model to plot the derivative of a step signal in a scope.
7 次查看(过去 30 天)
显示 更早的评论
Create a simulink model to plot the derivative of a step signal in a scope.
1 个评论
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
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!
0 个评论
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:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Event Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!