Question: Given the following code: t = - 1 0 : 0 . 0 1 : 2 0 ; to = - 3 ; t 1

Given the following code:
t=-10:0.01:20;
to =-3;
t1=9
u1= stepfun (t,t0;
u2= stepfun (t,t1);
p=u1-u2;
figure (1)
plot (t,4**p,'b', 'Linewidth', 5)
axis ((:[-1020-18]}
grid
xlabel ('time t', 'fontsize', 16)
ylabel , 'fontsize', 16)
title ('shifted rectanqular pulse', 'fontsize',16)
The code produces a square pulse of length 9 and height 4.
True
False
 Given the following code: t=-10:0.01:20; to =-3; t1=9 u1= stepfun (t,t0;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!