Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.
/ shiftRegister Public archive

JavaFX application for modelling shift register

Notifications You must be signed in to change notification settings

tetradon/shiftRegister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

shiftRegister

With this application you can model linear-feedback shift register that allows to generate pseudo-random numbers. For calculation of the next state (binary code of pseudo-random number) application use matrix equation that depends on the previous state.

First of all users should choose polynomial that will describe the structure of the shift register. Polynomials stored in DB in following format:

j - exponent

oct - octal representation of polynomials

letter - some information about the polynomial (for example A, B, C, D means that it's primitive polynomial)

After choosing of polynomial user can model the shift in a manual or auto mode, after reaching period (when initial state will be equal to current) text report will be created with all information about modeling.

More information you can find here: https://en.wikipedia.org/wiki/Linear-feedback_shift_register

About

JavaFX application for modelling shift register

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages