Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
WHAT IS IT?
This model depicts error detection using two dimensional parity.
HOW IT WORKS
First bits are either randomly generated or taken from the user. they are then arranged in rows. Next the vertical paroty is taken out followed by the horizontal parity. now there is an extra bit that has formed. the earlier bit with their paroties at the end plus the new bit with parity is final encoded bit to be transmitted.
HOW TO USE IT
First press the startup button followed by the user_input button or the random generation button n finally the go button to get the final results.
THINGS TO NOTICE
notice that when the horizontal parity is being calculated ..it is the one bit errors in that bit that is being calculated, so the model gives both one bit n two bit parities. Also the new thing in themodel to be observed is the quiz part that has been added. its pictographic quiz. has two different questions one of which is randomly generated.
THINGS TO TRY
try the new quiz feature. also try to increase the no of bits n bytes in each bit.
EXTENDING THE MODEL
This section could give some ideas of things to add or change in the procedures tab to make the model more complicated, detailed, accurate, etc.
NETLOGO FEATURES
This section could point out any especially interesting or unusual features of NetLogo that the model makes use of, particularly in the Procedures tab. It might also point out places where workarounds were needed because of missing features.
RELATED MODELS
This section could give the names of models in the NetLogo Models Library or elsewhere which are of related interest.
CREDITS AND REFERENCES
This section could contain a reference to the model's URL on the web if it has one, as well as any other necessary credits or references. |
(back to the NetLogo User Community Models)