Question: Suppose a system's impulse response is given by h [ n ] = s i n ( 0 . 7 5 n ) , n

Suppose a system's impulse response is given by h[n]=sin(0.75n),n0. Turn in copies of your code and graph for this problem.
a.(7 pts) Compute the output of the system y[n] for n=0,1,dots,50 using the conv command in MATLAB if the input is x[n]=cos(0.1n). Use the plotting command: stem ( : length (n),' filled ') to plot the output. Provide labels on your graph using the following code:
xlabel ('n') ;
ylabel ('y{n]');
title('Homework 2, Problem 6');
b.(2 pts) Explain what the command 1:length ( n ) does to the graph.
c.(1 pts) Are you plotting the entire convolution which MATLAB calculated?
d.(1 pt) What does the command filled do to the graph?Suppose a system's impulse response is given by h[n]=sin(0.75n),n0. Turn in copies of your code and graph for this problem.
a.(7 pts) Compute the output of the system y[n] for n=0,1,dots,50 using the conv command in MATLAB if the input is x[n]=cos(0.1n). Use the plotting command: stem ( : length (n),' filled ') to plot the output. Provide labels on your graph using the following code:
xlabel ('n') ;
ylabel ('y{n]');
title('Homework 2, Problem 6');
b.(2 pts) Explain what the command 1:length ( n ) does to the graph.
c.(1 pts) Are you plotting the entire convolution which MATLAB calculated?
d.(1 pt) What does the command filled do to the graph?
Suppose a system's impulse response is given by h

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 Programming Questions!