mvn package
---------------------------------------------------------------
usage : java -jar convolutional-codes.jar [-u|-s] [-r|-g] G1 G2
---------------------------------------------------------------
-u : unsystematic coding
-s : systematic coding
-g : generating sequence
-r : read sequence from console
K : the length of information sequence [-g flag]
P : the probability to invert bit [-g flag]
I : the number of iterations [-g flag]
G : the polynomial (from 1 to x^6)
---------------------------------------------------------------
java -jar convolutional-codes.jar -u -g 1+x+x^4 1+x^2+x^3+x^4
Click for detail view.
- Translate all comments in the code into English
Licensed under the MIT-License.