Giter Club home page Giter Club logo

collision's Introduction

Packet Collisions in 802.15.4 Networks

Simulation code for the analysis of concurrent transmission in IEEE 802.15.4 wireless networks. This is the accompanying code to the technical report available at ArXiv; the full paper appeared in IEEE Transactions on Wireless Communications 13(12) (On the Reception of Concurrent Transmissions in Wireless Sensor Networks).

Directories

  • src: Python code for calculating the demodulator output of the receiver
  • julia: re-implementation in Julia using @parallel, awesomely faster
  • figs: matplotlib code used to generate some of the figures in the paper, to see how to use phitau.py
  • collision-viz: re-implementation of the simulation code in JavaScript and the visualization applet code

Dependencies

Python

For the src/figs part, you need

Julia

For julia, you need

  • the release version (v0.5) of Julia
  • package NPZ (to read and write numpy data files)
  • PyPlot (to call matplotlib from julia)
  • DistributedArrays (for speed up by parallel computations)

Run it like this to enable parallel execution on worker threads (inside the subfolders in the figs folder):

$ julia -O 3 -p auto gen_ser_contour.jl unif soft

Example Outputs

BER Contour Plot

Plot of the bit error rate that a sender experiences when time or phase offsets are present. Contour plot of the bit error rate (BER)

MSK Waveform Plot

An example waveform of the physical signal when the sender employs the minimum shift keying modulation. MSK waveform

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.