Skip to content

anaszarqawi/B8ZS_EncoderAndDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

B8ZS Encoder And Decoder

Make sure you have matplotlib library installed before running the code

Sample Output

Encoding

1. Encoding
2. Decoding
Enter You Choice : 1 
Enter The Signal : 01001000000000001010
Enter The First Sign (+,-): -
Signal after Encoding : [0, -1, 0, 0, 1, 0, 0, 0, 1, -1, 0, -1, 1, 0, 0, 0, -1, 0, 1, 0]

image

Decoding the same signal ๐Ÿ‘†๐Ÿป

1. Encoding
2. Decoding
Enter Your Choice : 2
Enter The Signal : 0 -1 0 0 1 0 0 0 1 -1 0 -1 1 0 0 0 -1 0 1 0
The Signal after Decoding : [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages