Giter VIP home page Giter VIP logo

viterbi-algorithm-minimum-shift-keying-modulation-msk-'s Introduction

Viterbi-Algorithm-Minimum-Shift-Keying-Modulation-MSK-

This project is the implementation of the Viterbi algorithm for estimating the maximum aposteriori probability on the Minimum Shift Keying modulation (MSK). To begin with, it is important to study the Bit Error Rate (BER) of the MSK and to do so we had to implement the MSK modulation in Matlab by pairing the symbols and creating QPSK symbols from these pairs. The conversion from MSK to QPSK was based on the recursive equations below

image convert from MSK to QPSK

Having defined the Signal to Noise Ration (SNR) like in the equation below

image SNR

and by giving SNR = 5 was simulated the equation

image equation 11

and estimated the BER as BER = 0.075249

Subsequently, we repeat the above procedure for SNR = 6,7,8,9,10,11,12

Viterbi Algorithm

Now, lets go deeper into the juicy part and implement the Viterbi algorithm. The equivalent baseband signal can be expressed with the equations below

image equivalent baseband signal

which allows us to simulate the equation

image equation 11

for a quite large number of symbols and implement the Viterbi algorithm to obtain the maximum likelihood sequence of the symbols. In order to implement that we had to define the constant vectors s^{-1} and s^{1} which refer to receive symbol xn = -1 or xn = +1 respectively. In order to calculate the weights in every transition we used the equation

image weights

Additionaly, in order to find the maximum likelihood sequence we needed to use the trellis diagram below

image trellis

viterbi-algorithm-minimum-shift-keying-modulation-msk-'s People

Contributors

ekaratarakis 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.