You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a SAME message is received, it might be received with errors. There is substantial code to correct these messages, but it needs to be re-ordered. As it is, first constrains received characters to valid ones, then proceeds to find the nearest matches for words. Instead, it should 1. constrain for valid characters only as necessary to identify the shape (location of delimiters) of the message, 2. constrain to valid words (FIPS codes, valid message codes), and 3. constrain to valid characters last. This way, on step 2, it can accurately measure the number of bits changed to arrive at a valid result.
The text was updated successfully, but these errors were encountered:
When a SAME message is received, it might be received with errors. There is substantial code to correct these messages, but it needs to be re-ordered. As it is, first constrains received characters to valid ones, then proceeds to find the nearest matches for words. Instead, it should 1. constrain for valid characters only as necessary to identify the shape (location of delimiters) of the message, 2. constrain to valid words (FIPS codes, valid message codes), and 3. constrain to valid characters last. This way, on step 2, it can accurately measure the number of bits changed to arrive at a valid result.
The text was updated successfully, but these errors were encountered: