Answer to Question #263890 in Electrical Engineering for Deepthi

Question #263890

Determine the output of the LTI system for the input x[n and impulse response of the



system h[n]



x[n] = {2,7,1,5)



h[n] = {6,2,5,9,1)



(a) {12, 46, 30,85,78,42,47,5



(b) {12,46,30,85,80, 40,47,5}



(c) {12,46,30,85, 78,47,42,5}



(d) {12,46, 30,85,80, 41, 46,5}​




1
Expert's answer
2021-11-11T13:09:01-0500


close all,
clear all,
clc,


h = [6,2,5,9,1];
x = [2,7,1,5];


Output = conv(x,h);
fprintf('\n\tInput x[n] = %s',num2str(x));
fprintf('\n\t      h[n] = %s',num2str(h));
fprintf('\n\tLTI Output = %s',num2str(Output));


Input x[n] = 2 7 1 5

   h[n] = 6 2 5 9 1

LTI Output = 12 46 30 85 80 41 46  5




Final Answer: Correct Option is [d]


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
APPROVED BY CLIENTS