Answer to Question #164518 in MatLAB for passout

Question #164518

Plot the following signals on page and in MATLAB, considering x(n) = your 

registration number:

(a) x(n-2)

(b) x(n+3)

(c) x(-n+2)

(d) x(-n-3)

Hint: let your registration number be 11204316 then x (n) = {1, 1, 2, 0, 4, 3, 1, 6}, and 4th sample value 

will be at n = 0 time.


1
Expert's answer
2021-02-17T16:40:41-0500
fig1=figure;
fig2=figure;
fig3=figure;

figure(fig1);
subplot(2,2,1);
plot(x,y1);

xlabel('value');
ylabel('oye');
title('First');

subplot(2,2,2);
plot(x,y2);
xlabel('value');
ylabel('oye');

title('Second');
subplot(2,1,2);
plot(x,y3);
xlabel('value');
ylabel('oye');
title('Third');

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS