Giter Club home page Giter Club logo

fag's Introduction

Main Topic

The application « Radio Mobile Network Tool » is a JavaScript application used for testing and educational purposes. The application uses the Leaflet API that provides some tools to manage geographical data. The objective is then to develop a few extensions of this application to familiarize themselves with radio engineering concepts. Therefore, this work consists in developing an extension of a network optimization tool. In GSM network, one of the main optimization tasks is to define the frequency channel that should be allocated to every station to reduce the interference. According to radio coverage of stations, potential interferences between every pair of station is estimated (see project of radio constraints cartography). In this project, the students should implement a channel allocation algorithm (heuristic, iterative, …) that reduces the number of potential interferences. Every station is defined by the number of required channels (depends on the traffic density on the station and is given as an input to the problem). To that end, the students must define how to evaluate a frequency allocation solution. For example, students may consider that two antennas are incompatible if the distance between them is lower than a given threshold D. When the same frequency is used by two incompatible antennas, a penalty is applied to the frequency allocation solution. The evaluation of a given solution is then the sum of these penalties. Furthermore, students must implement a procedure for generating an initial allocation solution and a procedure for changing/improving the quality of the current allocation. Students may choose one of the known strategies such as: greedy algorithm, local search, simulated annealing, etc. The tool must store the best visited solution and display the result.

fag's People

Contributors

adrienpaysant avatar bedeztheo avatar cyox15 avatar yelaroui avatar

Watchers

 avatar

fag'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.