Question
a=[zeros(1,4) [rectpulse(1,5)]’ zeros(1,6) 2*[rectpulse(1,9)]’];
stem([0:1:22],a];
a.
Error in the input of the y axis
b.
A function whose step size increases to 1 at t=5 and to 2 at t=15
c.
A function whose step size increases to 1 at t=4 and to 2 at t=14
d.
Error in the input of the x axis
Posted under MATLAB
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the output of the following code?
Similar Questions
Discover Related MCQs
Q. The unit step response of an L.T.I. system is the convolution of a step signal and it’s ________
View solution
Q. What is the working of the conv2() command?
View solution
Q. The output of p=conv([ones(1,50)],[ones(1,100)]) and p=conv([ones(1,100)],[ones(1,50)]) are same.
View solution
Q. The signal get shifted by 1 units in time due to the following code: conv([ 1 2 3],[ 0 1 0 ]).
View solution
Q. For a causal L.T.I. system, the impulse response is 0 for _________
View solution
Q. The convolution of a discrete signal with itself is _________
View solution
Q. The convolution of a function with an impulse function delayed to an instant 3 in time results in ____________
View solution
Q. A continuous signal can be represented as the product of an impulse function and the signal itself.
View solution
Q. The R.O.C. of impulse function is _________
View solution
Q. The bilateral Z-transform ranges from ____________
View solution
Q. The R.O.C. of a unit step function is __________
View solution
Q. What is the relationship b/n laplace transform and z-transform of a function?
View solution
Q. If σ<0, the point in the z plane lies __ of the circle |z|=1.
View solution
Q. What is the T in the relation z=eˢᵀ?
View solution
Q. The Z-transform is only for discrete signals.
View solution
Q. The Z-transform doesn’t follow the linearity principle.
View solution
Q. The unit delay operator can be thought of in the z-domain as ___________
View solution
Q. The convolution of a signal in time domain can be viewed as __________
View solution
Q. The impulse response of a discrete time system is the inverse Z-transform of the transfer function of the system in z-domain.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MATLAB? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!