0110100001100101011011000110110001101111001000000110101001110011011000110110111101101110011001100111010101111001
01011
+
Humans are good at encoding data.
It breaks down when you don't speak the language
Computers can not just understand language.
How does it work?
Coded Signals Line of Sight
Optical Telegraph
Both sides need to know the code
Claude Chappe
1792 - 1837~
Pioneered by Samuel Morse
1836
Electrical Signals over a wire.
Both sides needed to be trained in morse code.
Invented by Émile Baudot
1874
5 bit code to send letters
Multiplexed transmissions
Chorded Keyboard
"Baud" Comes from Baudot
🔥240 baud
🎷🔥
~1908
Non-Skilled operators on both ends, uses Baudot Murray encoding.
~1942
Connect teleprinters over regular phone lines.
Demodulates and Modulates data to be sent over standard lines.
So JSCONF right :) ?
Allows us to change the frequency over time.
processor.onaudioprocess = function(e) {
let processData = e.inputBuffer.getChannelData(0);
remainder = remainder.concat(Array.prototype.slice.call(processData, 0));
remainder = goertzel(k, binsPerBit, remainder, out);
};
We want it to be as close to "binary" as we can get it.