pr02 Dinsis
pr02 Dinsis
% Plot grid
grid on;
1
% Explain:
% This code defines the impulse response for a first-order system with
% transfer function C(s)/R(s) = 1/(Ts+1). It plots c(t) as a function of
% time t, showing the exponential decay characteristic of a first-order
% system's impulse response. The annotation and markers highlight
% key points in the response.