Skip to content

Used to automate NRZI bit generation from original message. Also allows easy conversion from bit Strings in the form of "01000100" into ArrayList where true = 1 and false = 0. These arraylists are then used for the actual bit stuffing and then there is logic to convert them back into bit Strings.

Notifications You must be signed in to change notification settings

stibbm/BitStuffing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BitStuffing

Used to automate NRZI bit generation from original message. Also allows easy conversion from bit Strings in the form of "01000100" into ArrayList where true = 1 and false = 0. These arraylists are then used for the actual bit stuffing and then there is logic to convert them back into bit Strings.

About

Used to automate NRZI bit generation from original message. Also allows easy conversion from bit Strings in the form of "01000100" into ArrayList where true = 1 and false = 0. These arraylists are then used for the actual bit stuffing and then there is logic to convert them back into bit Strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages