/general-telecom

Telecommunication projects

Primary LanguageHTML

General Telecommunication Projects

This repository contains telecommunication and digital signal and image processing projects I have implemented, mainly as a freelancer.

Contents

  1. Modified Decision Based Median Filter for Impulse Noise Removal
    Recreation of paper with the title above on MATLAB. Implemented all the filters mentioned in paper. Created the exact figures and a mini report is included. Developed in the context of freelancing.
  2. DTMF Tone
    Matlab script that demonstrates the encoding and the decoding of a DTMF tone. Developed in the context of freelancing.
  3. Sensor Network
    Matlab script that places randomly N nodes and 4 sink nodes in space. Then, it finds the hops needed for all nodes to connect to the closest sink node. After this, we try to minimize the hops, by optmally placing the nodes. Developed in the context of freelancing.
  4. MAC Protocol
    Implementation of MAC protocol '1-persistent CSMA/CD with Binary Exponential Backoff'. Developed in the context of freelancing.
  5. Markov Huffman
    Huffman coding and decoding for a Markov chain. Developed for a school project.
  6. Angle Estimation
    Estimation of angles of 5 sourses using MF, ZF, MUSIC and ESPIRIT filters. Developed for a school project.
  7. PAM
    Simulation of 2-PAM and 4-PAM modulations. Developed for a school project.
  8. PSK-8
    Simulations of 8-PSK modulation. Developed for a school project.
  9. Sandbox
    Pacman 3-D using WebGL. Check CV for details. Developed for a school project.