
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Main points are: Experiment on Signals, Signal Operations, Linear Systems. Time Shifting, Time Scaling, Signal Addition, Continuous-Time Signals, Impulse Delta Signal, Pointwise Division, Matlab Function
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!
2.4 MATLAB Laboratory Experiment on Signals Purpose: This experiment introduces the graphical representation of common signals used in linear systems. Time shifting, time scaling, signal addition, and signal multiplica- tion will also be demonstrated. It is important to emphasize that signals are mathematical functions—thus, the signal operations given in the following are known from calculus. Part 1. Use MATLAB to plot the following continuous-time signals in the time interval
.
1.
(unit step signal),
.
2.
(unit rectangular pulse), !"
.
3. '
(unit ramp signal), '
(unit triangular pulse), )+*
. Part 2. Plot approximations of the impulse delta signal and the sinc signal.
5. Plot an approximation for .
(impulse delta signal). Hint: .
can be approximated by a rectangular pulse of width / and amplitude
when / 21. Take / 43
.
6. Use :;<=
with t=-5:0.1:5; t=-15:0.1:15; t=-30:0.1:30. The :B;C<!= signal can be obtained as :>;9<=
. (Note that the operation
stands for pointwise division.) MATLAB also has the built-in function sinc. To get information about any MATLAB function, type help function name; in this case type help sinc. Part 3. In this part, we demonstrate time scaling and time shifting operations. Plot the signals given in the following. Take t=0:0.1:6.28.
7. GIH
. Plot all three signals in the same figure. Use plot(t,y1,’o’,t,y2,’—’,t,y3). 8. :>;9<OAP7
. Explain the figures obtained in (7) and (8). 9. Q,RDSUTA:>;9<DAV
for VW
. Use
as pointwise multiplication. Comment on the effect of time scaling. Part 4. Some signal operations. Plot the following signals.
10. D
.
11. K
.
12. =U[:D