This repository contains telecommunication and digital signal and image processing projects I have implemented, mainly as a freelancer.
Contents
-
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. -
DTMF Tone
Matlab script that demonstrates the encoding and the decoding of a DTMF tone. Developed in the context of freelancing. -
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. -
MAC Protocol
Implementation of MAC protocol '1-persistent CSMA/CD with Binary Exponential Backoff'. Developed in the context of freelancing. -
Markov Huffman
Huffman coding and decoding for a Markov chain. Developed for a school project. -
Angle Estimation
Estimation of angles of 5 sourses using MF, ZF, MUSIC and ESPIRIT filters. Developed for a school project. -
PAM
Simulation of 2-PAM and 4-PAM modulations. Developed for a school project. -
PSK-8
Simulations of 8-PSK modulation. Developed for a school project. -
Sandbox
Pacman 3-D using WebGL. Check CV for details. Developed for a school project.