DECODING THE UA SOUNDS/CRIES USING BINARY CODED DECIMAL
*
REPRESENT THE PURRS AS BINARY NUMBERS
*
Example:
Generally I find purrs in groups of fives, if we represent a purr either as High=1 and Low=0, we can represent a group of purrs as the following binary number 11001.
REPRESENT HOWLS AS ZEROS
*
Example:
If we assume the howls to be a group of three zeros, we will add one leading zero to our 5 digit binary number (11001 in our previous exmple) and two trailing zeros to the same binary number, so we end up with 0 11001 00.
REPRESENT THE BINARY NUMBER AS BCD
*
We then have an eight digit binary number 01100100. If then we represent this number as BCD, we end up with 0110 0100.
The following is a decoded recording using this method.
*
BCD DECIMAL TEXT
*
8421 8421
0110 0100 10 J
0101 1000 13 M
0100 1000 12 L
0011 0000 03 C
0001 0000 01 A
0110 0100 10 J
0010 1100 14 N
0011 0100 11 K
0001 0100 05 E
0110 0100 10 J
0010 0100 06 F
0101 0100 09 I
0101 1000 08 M
0110 1100 18 R
*
The two digit number in front of the letter is the decimal representation of the BCD binary number, when I copied paste into the message I lost the formatting.
*
Unfortunately I have not yet been able to find a pattern with the letters, working on this at the moment, any help would very much welcomed.