/polynomial_generator

This project is a polynomial state table generator. It can be used to generate a state table of convolutional codes used in GSM Network or other similar use case.

Primary LanguageCMIT LicenseMIT

Tables generator polynomial state

This project is a polynomial state table generator. It can be used to generate a state table of convolutional codes used in GSM Network or other similar use case.


Compilation

This project compiles a test binary and generate a sample file.

make

You can generate the file with this command.

./test > generate.c

Use

You can modify the test.c file to fit your needs.