https://github.com/ichowdhury01/custom-communication-link
Implementation of a communication link for optimizing data transfer through a channel.
https://github.com/ichowdhury01/custom-communication-link
bit-error-rate bit-rate bpsk communication-networks
Last synced: about 2 months ago
JSON representation
Implementation of a communication link for optimizing data transfer through a channel.
- Host: GitHub
- URL: https://github.com/ichowdhury01/custom-communication-link
- Owner: IChowdhury01
- Created: 2021-01-19T19:16:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T06:48:05.000Z (over 4 years ago)
- Last Synced: 2025-02-06T23:31:04.124Z (3 months ago)
- Topics: bit-error-rate, bit-rate, bpsk, communication-networks
- Language: MATLAB
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Communication Link
Final project for ECE-300: Communication Theory
Team: Ivan Chowdhury, Hanoch Goldfarb
## Project Description
- Designed and simulated a communication link in MATLAB- Optimized communication link to meet a desired bit error rate (BER).
- Maximized total number bit rate through the channel.
## Instructions
1. Install [MATLAB](https://www.mathworks.com/downloads/) with the communications toolbox (check during installation).
2. Clone this repository.
3. Open `CommLink.m` and `CommLinkP2.m` in MATLAB.
4. Run each script and view the graphs for analysis of the communication link's performance.