Coder Social home page Coder Social logo

18758-project's Introduction

18758-project

A wireless digital communications system

This was my final project for CMU's 18-758, a wireless communications class. The goal was to design and implement a digital communications protocol for use in wireless systems. Using MATLAB, I developed a pair of scripts: one to encode a digital signal, and one to decode a received signal.

The encoded signal was sent through a real radio, and the received result was downloaded and decoded. Our system was required to support messages of at least 3000 bits, with an error rate of less than 0.2%. All constant values were selected to minimize the error rate given the possible message length and bitrate available.

Encoder Design

The encoder is given a series of bits to transmit, padded to a predetermined length. The bits are coded using a 4-state convolutional code for error correcting. Then, the coded bits are interleaved to add robustness against localized error events, and modulated using 8 point phase-shift keying to generate a transmission signal.

After generating the transmission signal, a pilot sequence is prepended. The sequence is a pre-computed bit signal, encoded naively as square wave for easy detection. This pilot sequence can be used to pinpoint the beginning of the transmission in time, and to aid in recovery of the signal.

18758-project's People

Contributors

thenyeguy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.