Might do, thanks

- although I'm inherently nervous about any binary interpretation of the data because every attempt we've had so far to do so has always been 'forced' in some way.
Then there are the questions of exactly what data you have if you extract a sequence of ones and zeroes (the ways in which of doing so are often multitudinous, and spurious(!)):
- Could be text (in which case, what encoding is it? ASCII? 7 or 8 bits? UTF-7/8/16/32? Some kind of MBCS? Big/Little Endian?)
- Could be numbers (signed or unsigned integer or floating point, with 8/16/32/64/128 bit binary and decimal possibilities across the two number types)
- Could be assembler op codes...
- Could be tomorrow's lottery results...
There's just too many possibilities that require an outside-context leap of faith to get right for my liking.
In the end, the reason the morse was discovered was because one or more very bright members of this community took a theory that was very easily verifiable, and verified it. Regarding your own work - I think I speak for all of us when I say that your inexhaustible drive to do your research and test & re-test does us all a huge service
Like you say... It was designed by humans, for humans to discover - so it stands to reason that a human brain should be able to identify the underlying order and figure out what it all means, pulses, high/low pitches, green/purple flashes, or whatever. It's just going to take time, and we all have an awful lot of that between us!