Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Upon completion of this exercise, you should be able to Obtain the output signal from the convolution of the given signals. 2.1 Consider the
Upon completion of this exercise, you should be able to Obtain the output signal from the convolution of the given signals. 2.1 Consider the two waveforms, h(t) and u(t), in Figure 1. Answer this exercise sequentially as laid out below. 1 0 h(t)=t+1 1 1 0 u(t)=u0(t) - u0(t-1) 1 Figure 1: Two rectangular waveforms h(t) and u(t). 2.1.1 Write a MATLAB code that creates the two rectangular pulse waveforms in Figure 1, h(t) and u(t). (6) 2.1.2 Then convolve the two waveforms h(t)*u(t) to produce the convolution waveform, y(t) = h(t) * u(t). (4) EVEDOISE #. ADDITIVE WHITE CALISSIAN NOISE 2.1.3 Plot the three waveforms (h(t), u(t), y(t)) in one graph, using subplot command in MATLAB. (6) 2.1.4 Comment on the output in terms of what you have learned in theory. (4) [20]
Step by Step Solution
★★★★★
3.53 Rating (150 Votes )
There are 3 Steps involved in it
Step: 1
Based on the image youve provided heres a stepbystep method to address the problem using MATLAB 211 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started