diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
| commit | 5782c7c067fcd2331e74de220d404f77b766e6c6 (patch) | |
| tree | 9f17960c2a1962b2405651784d323b3fd8adf75f /wiki/engineering/morse-code.org | |
| parent | d798383d2f8509a4f42ff3b68375f66c543ab5ce (diff) | |
Lots of wiki reorg & new files!
Diffstat (limited to 'wiki/engineering/morse-code.org')
| -rw-r--r-- | wiki/engineering/morse-code.org | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/wiki/engineering/morse-code.org b/wiki/engineering/morse-code.org new file mode 100644 index 0000000..71cf077 --- /dev/null +++ b/wiki/engineering/morse-code.org @@ -0,0 +1,64 @@ +# -*- mode: org; -*- + +#+TITLE: Morse code +#+SUBTITLE: The longest-lived telecommunication coding system. +#+AUTHOR: Marius Peter +#+DATE: <2022-04-05 Tue> + +#+DESCRIPTION: Morse code: the longest-lived telecommunication coding system. + + +#+begin_abstract + +#+end_abstract + + +* International Morse code + +Rules: + +1. A dash should last for three dots. +2. The delay between: + 1. two symbols is one dot, + 2. two letters is three dots, + 3. two words is seven points. + +| Symbol | Coding | +|--------+---------| +| 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 | =--··= | +|--------+---------| +| 1 | =·----= | +| 2 | =··---= | +| 3 | =···--= | +| 4 | =····-= | +| 5 | =·····= | +| 6 | =-····= | +| 7 | =--···= | +| 8 | =---··= | +| 9 | =----·= | +| 0 | =-----= | |