Using matlab solve the following %% PROGRAM ON RESPONSE OF LTI SYSTEMS TO ARBITRARY INPUTS x = input('ENTER YOUR INPUT SEQUENCE: '); h = input('ENTER YOUR IMPULSE RESPONSE SEQUENCE: '); n=-2:1;m=-1:2; ybegin = n(1) + m(1); yend= n(length(x)) + m(length(h)); y1=ybegin:yend; y=conv(x,h); figure(1); subplot(3,1,1); stem(n,x);xlabel('N -->');ylabel('Amplitude');title('Input Sequence'); subplot(3,1,2); stem(m,h);xlabel('N -->');ylabel('Amplitude');title('Impulse response Sequence'); subplot(3,1,3); stem(y1,y);xlabel('N -->');ylabel('Amplitude');title('response'); disp('THE RESPONSE IS: ');disp(y); The input should be =[9 11 4 20] The IMPULSE RESPONSE should be [ 1 2 3 40]
Using matlab solve the following %% PROGRAM ON RESPONSE OF LTI SYSTEMS TO ARBITRARY INPUTS x = input('ENTER YOUR INPUT SEQUENCE: '); h = input('ENTER YOUR IMPULSE RESPONSE SEQUENCE: '); n=-2:1;m=-1:2; ybegin = n(1) + m(1); yend= n(length(x)) + m(length(h)); y1=ybegin:yend; y=conv(x,h); figure(1); subplot(3,1,1); stem(n,x);xlabel('N -->');ylabel('Amplitude');title('Input Sequence'); subplot(3,1,2); stem(m,h);xlabel('N -->');ylabel('Amplitude');title('Impulse response Sequence'); subplot(3,1,3); stem(y1,y);xlabel('N -->');ylabel('Amplitude');title('response'); disp('THE RESPONSE IS: ');disp(y); The input should be =[9 11 4 20] The IMPULSE RESPONSE should be [ 1 2 3 40]
Introductory Circuit Analysis (13th Edition)
13th Edition
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:Robert L. Boylestad
Chapter1: Introduction
Section: Chapter Questions
Problem 1P: Visit your local library (at school or home) and describe the extent to which it provides literature...
Related questions
Question
Using matlab solve the following
%% PROGRAM ON RESPONSE OF LTI SYSTEMS TO ARBITRARY INPUTS
x = input('ENTER YOUR INPUT SEQUENCE: ');
h = input('ENTER YOUR IMPULSE RESPONSE SEQUENCE: ');
n=-2:1;m=-1:2;
ybegin = n(1) + m(1);
yend= n(length(x)) + m(length(h));
y1=ybegin:yend;
y=conv(x,h);
figure(1);
subplot(3,1,1); stem(n,x);xlabel('N -->');ylabel('Amplitude');title('Input Sequence');
subplot(3,1,2); stem(m,h);xlabel('N -->');ylabel('Amplitude');title('Impulse response Sequence');
subplot(3,1,3); stem(y1,y);xlabel('N -->');ylabel('Amplitude');title('response');
disp('THE RESPONSE IS: ');disp(y);
The input should be =[9 11 4 20]
The IMPULSE RESPONSE should be [ 1 2 3 40]
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 3 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.Recommended textbooks for you
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:
9780133923605
Author:
Robert L. Boylestad
Publisher:
PEARSON
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning
Programmable Logic Controllers
Electrical Engineering
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:
9780133923605
Author:
Robert L. Boylestad
Publisher:
PEARSON
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning
Programmable Logic Controllers
Electrical Engineering
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:
9780078028229
Author:
Charles K Alexander, Matthew Sadiku
Publisher:
McGraw-Hill Education
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:
9780134746968
Author:
James W. Nilsson, Susan Riedel
Publisher:
PEARSON
Engineering Electromagnetics
Electrical Engineering
ISBN:
9780078028151
Author:
Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:
Mcgraw-hill Education,