Well, on the up side, at least that means we have a little more structure in the symbols. Assuming that the remaining symbols gathered so far are correct, it is really starting to look like the - and ' in a given group seem to only occur in runs of no more than 2. So if there are is already a sequence of -- then the next seems very likely to be a '
Not sure how long that property will hold, or if it is significant. Guess we just need more data![]()
Yeah, so far there are no 111, 000 or longer combination of either bit. Which also means that the first symbol I have - 00100 - is the first possible string; ignoring the 3-bit ones that I couldn't really make out.
That said, assuming that this rule holds true, the possible combinations would be:
001
010
100
101
110
100, 101 and 110 would be redundant with longer length sequences with leading zeroes, if we assume that we're indeed looking at numerical values.
Of course, we do have 01001 and 001001, for example.
Are there any known 4-purr length signals?