So, this was supposed to be a post in one of the UA threads, but it turned out to be more interesting, so why not create a new thread.
So after I checked the recordings, I (as others before) concluded that there is no sequence with the same sound three times after each other.
No --- or |||.
Let's see the elements by length.
1 digit: 2 elements
-
|
Binary
2 digits: 4 elements
--
-|
|-
||
Still pretty binary
3 digits: 6 elements
--|
-|-
|--
-||
|-|
||-
We miss 2 elements already
4 digits: 10 elements. Assigned arbitrary single length markings to each variation
--|- : 0
--|| : 1
-|-- : 2
-|-| : 3
|--| : 4
-||- : 5
|-|- : 6
|-|| : 7
||-- : 8
||-| : 9
Decimal? Huhh
5 digits: 16 elements. Again, assigned arbitrary single length markings to each variation
--|-- : 0
--|-| : 1
--||- : 2
-|--| : 3
-|-|- : 4
-|-|| : 5
|--|- : 6
|--|| : 7
-||-- : 8
-||-| : 9
|-|-- : A
|-|-| : B
|-||- : C
||--| : D
||-|- : E
||-|| : F
Hexa?
6 digits: 26 elements. Again, assigned arbitrary single length markings to each variation
--|--| : A
--|-|- : B
--|-|| : C
--||-- : D
--||-| : E
-|--|- : F
-|--|| : G
-|-|-- : H
-|-|-| : I
-|-||- : J
|--|-- : K
|--|-| : L
|--||- : M
-||--| : N
-||-|- : O
-||-|| : P
|-|--| : Q
|-|-|- : R
|-|-|| : S
|-||-- : T
|-||-| : U
||--|- : V
||--|| : W
||-|-- : X
||-|-| : Y
||-||- : Z
English alphabet.
You know what? Even if this has nothing to do with the solution, I freakin like this encoding method. You can go from Binary to Decimal then Hexa then to Alphabetica just by increasing the segment length.
7 digits : 42 elements (THX avgroenink). It rings one bell, but I doubt it is the right one.
--|--|- : A
--|--|| : B
--|-|-- : C
--|-|-| : D
--||--| : E
--|-||- : F
--||-|- : G
--||-|| : H
-|--|-| : I
-|-|--| : J
-|--||- : K
-|-|-|- : L
-|-|-|| : M
-|-||-- : N
-|-||-| : O
|--|--| : P
|--|-|- : Q
|--|-|| : R
|--||-- : S
|--||-| : T
-||--|- : U
-||--|| : V
-||-|-- : W
-||-|-| : X
-||-||- : Y
|-|--|- : Z
|-|--|| : 0
|-|-|-- : 1
|-|-|-| : 2
|-||--| : 3
|-||-|- : 4
|-||-|| : 5
|-|-||- : 6
||--|-- : 7
||--|-| : 8
||-|--| : 9
||--||- : .
||-|-|- : ,
||-|-|| : ?
||-||-- : !
||-||-| : :
-|--|-- : #
Oh well, extended alphanumerical?
I checked the recording from here https://forums.frontier.co.uk/showthread.php?t=143220 and I believe the segments are 5 digits (now I belive 6 or 7). The whale noise + the silent part is the divisior (or not, see below). There are few segments with 6 digits, but they look wrong to me. Either the sound is too "weak". If I wrote an Analog -> Digital conversion, it would not register. Or it is completey inside the howling.
I put down 6 parts as complete as I could plus some segments from other parts. Oh BTW, most parts contained 11 segmentes in the recording I had. Maybe they are 5 mins long or something happened in every 5 mins tha broke the recording.
Only clear sections were noted. Nothing from whale noise or "weak" part. There is a definite frequency of some patterns.
--|-- : 0 > 5
--|-| : 1 > 3
--||- : 2 > 7
-|--| : 3 > 10
-|-|- : 4 > 2
-|-|| : 5 > 3
|--|- : 6 > 1
|--|| : 7 > 7
-||-- : 8 > 3
-||-| : 9 > 11
|-|-- : A > 2
|-|-| : B > 6
|-||- : C > 5
||--| : D > 6
||-|- : E > 2
||-|| : F > 2
If we used the 6 digits version and English letter frequencies, I would say the 9 is E, the 3 is T, 2 and 7 are A, I or O etc.
I need to sleep, you continue
.
Edit:
The howling (or whale noise) is a parity. There are two types of tones (_-_ and -_~)and they follow each other. 1...2...1...2...1...2...1...2....
It can also be "sent" and "received".
Or a metronom.
Or it can be an itiner how to put the sections together. You can't put a setction that starts with a 1 next to a section that ends with a 1.
They seem to be superimposed over the high-low notes. You hear 1 or 2 in every 28 secs, exactly. Regardless of the high-low tones.
The weird thing is that high-low tones are slightly longer in frequency (~30 secs), which creates a shifting. That is why the 6th tone is sometimes outside of the howling. The frequency of the high-low tones are changing slightly between 3,7-4 secs. But some segments are ~27 secs long, others are ~30. As some were missing an element. And I'm not talking about the ending or the starting segment of a section but segments in between.
This change of length also ensures that the notes and the howls don't go massively out of sync.
So after I checked the recordings, I (as others before) concluded that there is no sequence with the same sound three times after each other.
No --- or |||.
Let's see the elements by length.
1 digit: 2 elements
-
|
Binary
2 digits: 4 elements
--
-|
|-
||
Still pretty binary
3 digits: 6 elements
--|
-|-
|--
-||
|-|
||-
We miss 2 elements already
4 digits: 10 elements. Assigned arbitrary single length markings to each variation
--|- : 0
--|| : 1
-|-- : 2
-|-| : 3
|--| : 4
-||- : 5
|-|- : 6
|-|| : 7
||-- : 8
||-| : 9
Decimal? Huhh
5 digits: 16 elements. Again, assigned arbitrary single length markings to each variation
--|-- : 0
--|-| : 1
--||- : 2
-|--| : 3
-|-|- : 4
-|-|| : 5
|--|- : 6
|--|| : 7
-||-- : 8
-||-| : 9
|-|-- : A
|-|-| : B
|-||- : C
||--| : D
||-|- : E
||-|| : F
Hexa?
6 digits: 26 elements. Again, assigned arbitrary single length markings to each variation
--|--| : A
--|-|- : B
--|-|| : C
--||-- : D
--||-| : E
-|--|- : F
-|--|| : G
-|-|-- : H
-|-|-| : I
-|-||- : J
|--|-- : K
|--|-| : L
|--||- : M
-||--| : N
-||-|- : O
-||-|| : P
|-|--| : Q
|-|-|- : R
|-|-|| : S
|-||-- : T
|-||-| : U
||--|- : V
||--|| : W
||-|-- : X
||-|-| : Y
||-||- : Z
English alphabet.
You know what? Even if this has nothing to do with the solution, I freakin like this encoding method. You can go from Binary to Decimal then Hexa then to Alphabetica just by increasing the segment length.
7 digits : 42 elements (THX avgroenink). It rings one bell, but I doubt it is the right one.
--|--|- : A
--|--|| : B
--|-|-- : C
--|-|-| : D
--||--| : E
--|-||- : F
--||-|- : G
--||-|| : H
-|--|-| : I
-|-|--| : J
-|--||- : K
-|-|-|- : L
-|-|-|| : M
-|-||-- : N
-|-||-| : O
|--|--| : P
|--|-|- : Q
|--|-|| : R
|--||-- : S
|--||-| : T
-||--|- : U
-||--|| : V
-||-|-- : W
-||-|-| : X
-||-||- : Y
|-|--|- : Z
|-|--|| : 0
|-|-|-- : 1
|-|-|-| : 2
|-||--| : 3
|-||-|- : 4
|-||-|| : 5
|-|-||- : 6
||--|-- : 7
||--|-| : 8
||-|--| : 9
||--||- : .
||-|-|- : ,
||-|-|| : ?
||-||-- : !
||-||-| : :
-|--|-- : #
Oh well, extended alphanumerical?
I checked the recording from here https://forums.frontier.co.uk/showthread.php?t=143220 and I believe the segments are 5 digits (now I belive 6 or 7). The whale noise + the silent part is the divisior (or not, see below). There are few segments with 6 digits, but they look wrong to me. Either the sound is too "weak". If I wrote an Analog -> Digital conversion, it would not register. Or it is completey inside the howling.
I put down 6 parts as complete as I could plus some segments from other parts. Oh BTW, most parts contained 11 segmentes in the recording I had. Maybe they are 5 mins long or something happened in every 5 mins tha broke the recording.
Only clear sections were noted. Nothing from whale noise or "weak" part. There is a definite frequency of some patterns.
--|-- : 0 > 5
--|-| : 1 > 3
--||- : 2 > 7
-|--| : 3 > 10
-|-|- : 4 > 2
-|-|| : 5 > 3
|--|- : 6 > 1
|--|| : 7 > 7
-||-- : 8 > 3
-||-| : 9 > 11
|-|-- : A > 2
|-|-| : B > 6
|-||- : C > 5
||--| : D > 6
||-|- : E > 2
||-|| : F > 2
If we used the 6 digits version and English letter frequencies, I would say the 9 is E, the 3 is T, 2 and 7 are A, I or O etc.
I need to sleep, you continue
Edit:
The howling (or whale noise) is a parity. There are two types of tones (_-_ and -_~)and they follow each other. 1...2...1...2...1...2...1...2....
It can also be "sent" and "received".
Or a metronom.
Or it can be an itiner how to put the sections together. You can't put a setction that starts with a 1 next to a section that ends with a 1.
They seem to be superimposed over the high-low notes. You hear 1 or 2 in every 28 secs, exactly. Regardless of the high-low tones.
The weird thing is that high-low tones are slightly longer in frequency (~30 secs), which creates a shifting. That is why the 6th tone is sometimes outside of the howling. The frequency of the high-low tones are changing slightly between 3,7-4 secs. But some segments are ~27 secs long, others are ~30. As some were missing an element. And I'm not talking about the ending or the starting segment of a section but segments in between.
This change of length also ensures that the notes and the howls don't go massively out of sync.
Last edited: