Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
/ HY330 Public archive

Telecommunications Assignments (HY330) [winter semester of 2023].

Notifications You must be signed in to change notification settings

papastam/HY330

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecommunications (HY330)

For the course of Telecommunications, we used GNU Radio to implement a simple communication systems. Through the assignments of the course we used different types of signals, such as sines, square waves, triangular waves, sawtooth waves, etc. We also used different types of modulations, such as AM, FM, PM, FSK, PSK, QAM, etc. We also implemented a simple modulator block for BPSK, QPSK and 16-QAM modulations.

For the project of the course we were requested to implement a simple communication system, which would transmit a text message from one computer to another.

Assignment 1

The first assignment was about getting familiar with GNU Radio and the different types of signals and modulations.

The report of the assignment can be found in the assignment directory.

Assignment 2

The second assignment was about sampling, Nyquist frequency and aliasing. We were requested to implement a simple system that would sample a signal and then reconstruct it.

The report of the assignment can be found in the assignment directory.

Assignment 3

The third assignment was about resampling. We were requested to interleave a signal with 3 different methods. After interleaving the signal, we compared the results of the different methods and picked the best one.

The report of the assignment can be found in the assignment directory.

Assignment 4

The fourth assignment was about modulation and channel impairments. We experimented with different amounts of CFO and noise on a given modulated signal and we were requested to report by how much the CFO and noise affected the signal.

The report of the assignment can be found in the assignment directory.

Assignment 5

The fifth assignment was about different modulations and GNU Radio block development. We were requested to implement a simple modulator block for BPSK, QPSK and 16-QAM modulations in a GNU Radio block.

The report of the assignment can be found in the assignment directory.

Project

The project was split into three phases: Phase A, Phase B and Phase C. Due to heavy workload i was not able to complete the project, but i managed to complete the first phase and make some significant progress on the rest.