Following on from
Cmdr Jinx's posting earlier, myself and Belthize have been trying to get a reproducible method to extract information from the UP purrs.
We used the 10 minute ground recording from
Cmdr Mhyre from yesterday.
https://dl.dropboxusercontent.com/u/97547545/up-10min-ground.wav
Next we sped it up 3x-5x so we could clearly hear the difference between low and high purrs. You can use various filters to try and remove extraneous sound effects and make sure that the purrs and honks are clear.
We transcribed those lows and highs into low=0, high=1.
Code:
Sequence 1 - 10110 = 22
Sequence 2 - 10011 = 19
Sequence 3 - 00110 = 6
Sequence 4 - 01001 = 9
Sequence 5 - 10011 = 19
Sequence 6 - 00110 = 6
Sequence 7 - 11010 = 26
Sequence 8 - 11001 = 25
Sequence 9 - 0100 = 4
Sequence 10 - 110011 = 51
Sequence 11 - 01101 = 13
Sequence 9 and 10 are hard to make out because the honk occurs in the middle.
The main point to bear in mind is that 5 binary bits can give us a number no higher than 31.
26 letters in the english alphabet fits within that 31 nicely.
Using the decimal numbers as english alphabet positions gives us VSFISFZYD?M
This didn't yield anything readable in a number of online cryptogram solvers.
So then
Cmdr Belthize suggested inverting the binary bit stream to get decimal numbers to relate to alphabet positions...
Code:
01001 = 9 = I
01100 = 12 = L
11001 = 25 = Y
10110 = 22 = V
01100 = 12 = L
11001 = 25 = Y
00101 = 5 = E
00110 = 6 = F
1011 = 11 = K
001100 = 12 = L
10010 = 18 = R
Using the numbers as alphabet positions give us ILYVLYEFKLR.
Entering this into a number of cryptogram solvers gave readable results...
The last step is the leap of faith I mentioned earlier. Everything up to that point can be reproduced by someone else.
The audio contains binary pulses. Those pulses can be converted into letters. Those letters form a cryptogram which can be solved to make a legible word.
CORPORATION
We need more audio of UPs quietly honking and purring to themselves to try to prove or disprove these findings.
It might be a huge coincidence. The fact that the recording comes from the surface of Merope 5C means it isn't referring to the government of a system faction.