Skip to content

Commit

Permalink
update readme 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmudulAlam committed Jan 11, 2022
1 parent 83e0fbc commit 09741a1
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,39 @@
<p align="center">
<img src="https://user-images.githubusercontent.com/37298971/52766913-fbb67100-3052-11e9-98c2-24351f6f6eb2.jpg" width="350">
<table>
<thead>
<tr>
<td>
<div>
<h2 align="center">A Complete Digital Communication System</h2>
<p align="justify">This project is the simulation of a complete digital communication system. A digital communication system consists of multiple blocks and each block is implemented here as a MATLAB function and the 'main_code.m' file combines them all to build the complete system. The system reads text file 'source_data.txt' from the Data folder and process the text data accordingly and writes the received text into another text file named 'received.txt' again in the Data folder. The block diagram below shows all the blocks of the system in a sequential manner.</p>
</div>
</td>
<td><img src="https://user-images.githubusercontent.com/37298971/52766913-fbb67100-3052-11e9-98c2-24351f6f6eb2.jpg" width="1200"></td>
</tr>
</thead>
</table>


<!-- <p align="center">
<img src="https://user-images.githubusercontent.com/37298971/52766913-fbb67100-3052-11e9-98c2-24351f6f6eb2.jpg" width="380">
</p>
<h2 align="center">A Complete Digital Communication System</h2> -->

<h2 align="center">A Complete Digital Communication System</h2>

[![GitHub stars](https://img.shields.io/github/stars/MahmudulAlam/A-Complete-Digital-Communication-System)](https://github.com/MahmudulAlam/A-Complete-Digital-Communication-System/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/MahmudulAlam/A-Complete-Digital-Communication-System)](https://github.com/MahmudulAlam/A-Complete-Digital-Communication-System/network)
[![GitHub issues](https://img.shields.io/github/issues/MahmudulAlam/A-Complete-Digital-Communication-System)](https://github.com/MahmudulAlam/A-Complete-Digital-Communication-System/issues)
[![Version](https://img.shields.io/badge/version-v1.0-orange.svg?longCache=true&style=flat)](https://github.com/MahmudulAlam/A-Complete-Digital-Communication-System)
[![GitHub license](https://img.shields.io/github/license/MahmudulAlam/A-Complete-Digital-Communication-System)](https://github.com/MahmudulAlam/A-Complete-Digital-Communication-System/blob/master/LICENSE)

This project is the simulation of a complete digital communication system. A digital communication system consists of multiple blocks and each block is implemented here as a MATLAB function and the 'main_code.m' file combines them all to build the complete system. The system reads text file 'source_data.txt' from the Data folder and process the text data accordingly and writes the received text into another text file named 'received.txt' again in the Data folder. The block diagram below shows all the blocks of the system in a sequential manner.
<!-- <p align="justify">
This project is the simulation of a complete digital communication system. A digital communication system consists of multiple blocks and each block is implemented here as a MATLAB function and the 'main_code.m' file combines them all to build the complete system. The system reads text file 'source_data.txt' from the Data folder and process the text data accordingly and writes the received text into another text file named 'received.txt' again in the Data folder. The block diagram below shows all the blocks of the system in a sequential manner. </p> -->

### Block-Diagram
## Block Diagram
<p align="center">
<img src="https://user-images.githubusercontent.com/37298971/52767116-acbd0b80-3053-11e9-9998-4dd80c8a2825.png" width="600"
<img src="https://user-images.githubusercontent.com/37298971/52767116-acbd0b80-3053-11e9-9998-4dd80c8a2825.png" width="550"
</p>

Each block is built using the following techniques.
```Each block is built using the following techniques.```
- Source Coding: Huffman encoding
- Channel Coding: Convolutional encoding
- Modulation: Amplitude Shift Keying (ASK), and Phase Shift Keying (PSK) modulation
Expand All @@ -26,18 +42,18 @@ Each block is built using the following techniques.
- Channel Decoding: Viterbi decoding
- Source Decoding: Huffman decoding

### Simulation
## Simulation
The simulation is performed using the following properties.
<p align="center">
<img src="https://user-images.githubusercontent.com/37298971/52767863-eabb2f00-3055-11e9-93eb-ac5ba3d782a8.png" width="750"
</p>

### Performance
## Performance

<p align="center">
<img src="https://user-images.githubusercontent.com/37298971/52768106-aed49980-3056-11e9-9e31-5dbf125b494e.png" width="620"
</p>

### Summary
## Summary

From reading the 'source_data.txt' file (```42,364``` words / ```247,405``` characters) to write the received data to a 'received_data.txt' file requires only ```31.90s``` (7755 characters per second).

0 comments on commit 09741a1

Please sign in to comment.