10 October 2015

MORSE CODES

Encode messages using two main elements....

1). Short beep ( . ) = basic unit of time (a dot is one unit)
2). Long beep ( - ) = length of unit of three short beeps (a dash is three units)
3). Space between parts of the same letter is one unit.
4). Space between letters is three units.
5). Space between words is seven units.

A character is made up of the combination of these...
EXAMPLES: 'S' = ( ... ) and 'O' = ( --- )

A word is made up of characters spaced out by a length of time equivalent to a long beep...
EXAMPLES: "SOS" = ( ...[space]---[space]... )


CHARACTERS

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    = [ - - . . ]

NUMBERS

1   = [ . - - - - ]                                                
2   = [ . . - - - ]
3   = [ . . . - - ]
4   = [ . . . . - ]
5   = [ . . . . . ]
6   = [ - . . . . ]
7   = [ - - . . . ]
8   = [ - - - . . ]
9   = [ - - - - . ]
0   = [ - - - - - ]

No comments:

Post a Comment