sebastiandg7 / dcs-matlab-simulation

This is a MATLAB DCS (Digital Comunication System) Simulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Comunication System Simulation

This MATLAB project simulates the information transmission through a digital comunication system (See references).

Requirements

  • MATLAB 2016a (Recommended version, some things may variate with other versions).
  • Comunication Systems MATLAB Toolbox.

Simulation Characteristics

  • Information source: Text
  • Formatting: 8 bits ASCII character codification
  • Channel Coding: Cyclic code (7,4) - Generator Polynomial G(x) = x^3 + x^2 + 1
  • Line Coding: Return Zero (RZ)
  • Digital Modulation: 4-QAM Passband modulation
  • Channel Noise: AWGN

References

About

This is a MATLAB DCS (Digital Comunication System) Simulation.


Languages

Language:MATLAB 100.0%