0.2.99 • Published 5 years ago

lte-earfcn-calculator v0.2.99

Weekly downloads
66
License
MIT
Repository
github
Last release
5 years ago

LTE EARFCN Calculator

npm version Build Status Coverage Status License: MIT

I'll renewal this project.

Javascript library for calculate EARFCN and Frequency. The main purpose is to convert EARFCN to Frequency or vice versa to calculate EARFCN using frequency and band.

한국어

Supported Band

1~52 (Rel 16 May 2018)

Install

npm install --save lte-earfcn-calculator

Example

Install before execute code.

Included example code in this library. Check this file. /src/example.js If you want to execute example try this node src/example.js

import LTE from "lte-earfcn-calculator";

let earfcn = 0;
let band = 1;
let frequency = 2110; // MHz

console.log(LTE.earfcnToFreq(earfcn)); // 2110.0
console.log(LTE.freqToEarfcnByBand(band, frequency)); // 0.0

Demo

Test

This project support unit test using mocha

npm test

Contribute

Now you can dive into the project! Welcome anything, such as add frequencies, add test case, edit typo!

Contributors

Reference

LICENSE

MIT

0.2.99

5 years ago

0.2.98

5 years ago

0.2.97

5 years ago

0.2.96

5 years ago

0.2.95

5 years ago

0.2.94

5 years ago

0.2.93

6 years ago

0.2.92

6 years ago

0.2.91

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.0

7 years ago

0.1.64

7 years ago

0.1.63

7 years ago

0.1.62

7 years ago

0.1.61

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.55

7 years ago

0.0.54

7 years ago

0.0.53

7 years ago

0.0.52

7 years ago

0.0.51

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago