Coder Social home page Coder Social logo

pyltevisualizer's Introduction

pyltevisualizer

Build Status

This used to be code.google.com/p/pyltevisualizer, and now it continues on GitHub. After years, there are so many changes in the world of LTE (or LTE-A, -B, ...). It is time to restart this project!

Requirements

Design Decisions

  • Implement in Python 3;
  • Test framework is nose;
  • Package/Module split ([Issue 6] (MichaelLing83#6)):
  • Follow [this document] (https://docs.python.org/3/tutorial/modules.html) to construct folder/file structures;
  • Split according to 36 serial specification chapters and sections;
  • E.g.: ts36_211.ch7.s5 for TS36.211, Chapter 7, Section 5;
  • Naming rules:
  • Variables ([Issue 11] (MichaelLing83#11)):
    • Follow the name in spec as much as possible;
    • If the symbol in spec has upper/lower-fix, then put upper-fix first, and split them with a '_';
    • Ignore characters not in [a-zA-Z_];
    • E.g.: N_cell_ID, N__CPl, n_3p_PUCCH, s_p_l;

HowTo

  • Setup environment
  1. go to root folder that contains setenv.sh
  2. source setenv.sh
  • Run test
  1. go to any folder
  2. execute test to run all tests recursively from current folder

Known Limitations

  • MBSFN is not supported;
  • 7.5 kHz subcarrier is not supported;

pyltevisualizer's People

Contributors

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