ScratchData LogoScratchData
Back to chiru3's profile

Proposed error detection

CHchiru3•Created January 9, 2021
Proposed error detection
1
0
6 views
View on Scratch

Instructions

This is an implementation of @rdml's error correction. Inside are two custom blocks. The first one (the "encode <number> with block size <number>" block) encodes the number to make it error-resistant. The second one (the "error detect <number>" block) does the error detection and decoding.

Description

There may be problems with large block sizes, due to how Scratch deals with very large numbers. A block size below 16 will probably work (above 15 there start to be minor errors in the decoding, but by 20 there are lots of errors). However, a longer block size means a smaller code, since there are fewer beginning codes.

Project Details

Project ID471925298
CreatedJanuary 9, 2021
Last ModifiedJanuary 10, 2021
SharedJanuary 10, 2021
Visibilityvisible
CommentsAllowed