List of Methods¶
Clocking (running LFSR):¶
Method |
Discription |
---|---|
|
Executing/running one cycle |
|
Executing/running k cycles |
|
Executing/running a full period of cylces |
Setters :¶
Method |
Discription |
---|---|
|
Reset to initial settings |
|
Change/set fpoly |
|
Change/set configuration |
|
Change/set state |
|
Change/set seq_bit_index |
Getters:¶
Method |
Discription |
---|---|
|
Get sequence of a period |
|
Get feedback polynomial |
|
Get initial state |
|
Get current state |
|
Get current state as string |
|
Get output sequence |
|
Get output sequence as string |
|
Get period |
|
Get expected period |
|
Get counter |
Testing LFSR Properties:¶
Method |
Discription |
---|---|
|
Test all the properties for a valid LFSR |
|
Test Balance property for a given sequence p |
|
Test Runlength property for a given sequence p |
|
Test Autocorrelation property for a given sequence p |
|
Test three properties for a given sequence p |
Displaying/printing:¶
Method |
Discription |
---|---|
|
Display all the attribuates of LFSR |
|
Display all the attribuates of LFSR (where |
|
Display all the input parameters of LFSR (where |
|
Display all the attribuates of LFSR |
|
Display LFSR as a figure with a current state of LSFR with feedback polynomials and given configuration |
Deprecated/replaced methods :¶
These methods will be deprecated in future version 1.0.7
Method |
Discription |
---|---|
|
Changed to |
|
Changed to |
|
Changed to |
|
Changed to |