0% found this document useful (0 votes)
26 views

Lab Exercise 4 - Sampling of Continuous-Time Signals

This document provides instructions for a lab exercise on sampling continuous-time signals. It includes MATLAB code examples and questions about: 1) Reconstructing a sampled sinusoidal signal and observing the aliasing effect when the sampling rate is below the Nyquist rate. 2) A program that reconstructs a sampled signal and the effect of varying the time range displayed. 3) How sampling affects the frequency spectrum and observing aliasing in the frequency domain plots for different sampling rates. The lab exercise demonstrates key concepts of sampling including the Nyquist rate, aliasing, and reconstruction through MATLAB simulations and analysis of the results.

Uploaded by

Soughah Alkendi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Lab Exercise 4 - Sampling of Continuous-Time Signals

This document provides instructions for a lab exercise on sampling continuous-time signals. It includes MATLAB code examples and questions about: 1) Reconstructing a sampled sinusoidal signal and observing the aliasing effect when the sampling rate is below the Nyquist rate. 2) A program that reconstructs a sampled signal and the effect of varying the time range displayed. 3) How sampling affects the frequency spectrum and observing aliasing in the frequency domain plots for different sampling rates. The lab exercise demonstrates key concepts of sampling including the Nyquist rate, aliasing, and reconstruction through MATLAB simulations and analysis of the results.

Uploaded by

Soughah Alkendi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Lab Exercise

HIGHER COLLEGES OF TECHNOLOGY


4 FACULTY OF ENGINEERING TECHNOLOGY & SCIENCE

Sampling of Continuous-Time Signals


1. THE SAMPLING PROCESS IN THE TIME-DOMAIN
1.1 Aliasing Effect in the Time-Domain
1. Insert a copy of program P4_1.m below:

< Insert MATLAB code here >

2. Insert the plots of the continuous-time signal and its sampled version generated
by running program P4_1.m below:

< Insert MATLAB figure(s) here >

3. What is the frequency of the sinusoidal signal in Hz?

4. What is the sampling period in seconds and the sampling frequency in Hz?

5. Is it possible to reconstruct the original analog sinusoidal signal from its sampled
version?

6. Insert below the plots of the continuous-time signal and its sampled version
generated by running program P4_1.m with the sampling period of 1/12 sec:

< Insert MATLAB figure(s) here >

7. What observations you make by comparing the previous two plots in Q.2 and Q.6?

< Insert MATLAB figure(s) here >

8. Is it possible to reconstruct the original analog sinusoidal signal from its sampled
version?
9. What frequency is aliased with the original sinusoidal frequency in this case?

1.2 Reconstruction of the Continuous-Time Signal


10. Insert a copy of program P4_2.m below:

< Insert MATLAB code here >

11. Insert below the plots of the continuous-time signal and its sampled version
generated by running program P4_2.m:

< Insert MATLAB figure(s) here >

12. What is the range of “t” in program P4_2.m?

13. What is the value of the time increment?

14. What is the range of “t” in the plot?

15. Insert below the plots generated by running program P4_2.m again with the
range of “t” changed so as to display the full range of ya(t):

< Insert MATLAB figure(s) here >

2. EFFECT OF SAMPLING IN THE FREQUENCY-DOMAIN


2.1 Aliasing Effect in the Frequency-Domain
16. Insert a copy of program P4_3.m below:

< Insert MATLAB code here >

17. Insert the plots generated by running program P4_3.m below:

< Insert MATLAB figure(s) here >

18. What is the continuous-time function x a (t) in program P4_3?


19. How the CTFT of x a (t) is being computed?

20. What observations you make from the plots?

21. Insert below the plots generated by running program P4_3.m again with the
sampling period increased to 1.5 sec:

< Insert MATLAB figure(s) here >

22. What observations you make from the plots?

END OF LAB EXERCISE

You might also like