This repository contains solutions for four sets of communication systems homework problems. Each homework set focuses on different aspects of signal processing and modulation techniques. Below is an overview of each homework set, including objectives and tasks.
Objectives:
- Compute the Hilbert Transform of given signals.
- Analyze and plot the real and imaginary parts of the Hilbert Transforms.
- Compute and plot the Fourier Transform of the given signals.
- Compare results obtained through manual calculations and MATLAB built-in functions.
Tasks:
- Compute the Hilbert Transform of the signal ( m(t) ) and plot the results.
- Use MATLAB functions to compute the Hilbert Transform and verify previous results.
- Derive and plot the analytic signal corresponding to ( m(t) ).
- Compute and plot the Fourier Transform of ( m(t) ), and compare with results from FFT.
Objectives:
- Analyze an amplitude-modulated signal in the time and frequency domains.
- Understand and compute the signal bandwidth and perform sampling.
Tasks:
- Generate and plot the given AM signal in the time and frequency domains.
- Determine the bandwidth of the signal and perform appropriate sampling.
- Modulate the signal using AM and plot the modulated signal and its spectrum.
- Implement and analyze demodulation techniques, including comparison with MATLAB’s built-in functions.
Objectives:
- Modulate and demodulate signals using frequency modulation.
- Analyze the effect of noise and calculate signal bandwidth.
Tasks:
- Compute and plot the integral of the signal ( x(t) ).
- Implement and plot the FM modulated signal using manual calculations.
- Use MATLAB's built-in FM functions and compare results.
- Calculate and plot the frequency spectrum of the modulated signal.
- Use Carson's Rule to determine the bandwidth of the FM signal.
- Design and analyze a frequency demodulator system and its performance.
Objectives:
- Implement and analyze Binary Phase Shift Keying (BPSK) modulation.
- Study the effect of noise and determine the Bit Error Rate (BER).
Tasks:
- Generate a random binary sequence and plot the BPSK modulated signal.
- Add white noise to the signal and analyze its effect on transmission.
- Implement a matched filter and evaluate its performance.
- Determine the threshold for bit detection to minimize errors.
- Analyze the Bit Error Rate (BER) for different signal-to-noise ratios (SNR).
- Plot and compare the BER performance with theoretical results.
- Investigate the impact of frequency offset on the signal and threshold detection.