Giter VIP home page Giter VIP logo

extended-hamming-encoder-decoder's Introduction

Extended Hamming Encoder Decoder implementation in VHDL

Implemention of Hamming code of codeword length of 8 bits, were data represent 4 bits and parity check are 4 bits added. Hamming (8,4) will be implemented at transmitter through finding generator matrix and multiplied by data input from Linear Feedback Shift Register (LFSR) result in transmitted 8 bits. At receiver we find parity check matrix ad then multiplied with inverse of codeword transmitted giving 4 bits output indicating and detecting error transmitted and correcting only 1 bit of error by locating its place index inside the 8 bits. If the result of this multiplication is “000” then the bits transmitted without error. Else there is error. At last comparing transmitted with manual error input acting as channel noise versus received and decode the right data transmitted. Manual error at normal and worst cases when noise invert 1 bit in parity. Error of more than 1 bit is not applicable since system is only suitable only for Bit Error Rate BER that is guarantee channel noise don’t invert more than 1 bit. It is called Extended Hamming code since the fourth added parity bit is to check double errors or more happened, it should be “0” when there is no error and vice versa.

extended-hamming-encoder-decoder's People

Contributors

mkmabdelkawy avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

agnes131313

extended-hamming-encoder-decoder's Issues

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.