1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
.\"
.\" UnixCW CW Tutor Package - CW
.\" Copyright (C) 2001 Simon Baldwin (simonb@sco.com)
.\"
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License
.\" as published by the Free Software Foundation; either version 2
.\" of the License, or (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.\"
.\"
.TH CW 7 "CW Tutor Package" "G0FRD" \" -*- nroff -*-
.SH NAME
.\"
CW \- the international Morse code
.\"
.\"
.\"
.SH DESCRIPTION
.\"
CW is an abbreviation for "continuous wave", the commonly used technical
term for Morse code communication. A basic knowledge or understanding of
Morse code is a requirement for Radio Amateurs and Marine Radio Operators
in many parts of the world.
.PP
.\"
.\"
.\"
.SS MORSE CODE TIMINGS
.\"
In Morse code, a dot or dash is referred to as an element. The basic
timing unit is the dot period. This is the time taken to send a dot,
not including any space before or after the dot. The lengths of all
other elements are then derived from this basic unit, using the
following rules:
.IP
The duration of a dash is three dots.
.IP
The time between each element (dot or dash) is one dot length.
.IP
The space between characters is three dot lengths.
.IP
The space between words is seven dot lengths.
.PP
The following formula calculates the dot period in microseconds from the
Morse code speed in words per minute:
.IP
.nf
dot period = ( 1200000 / speed )
.fi
.PP
This formula arises from the use of the word PARIS as a 'standard'
word for calibrating Morse code speed. PARIS is 50 units long when
sent in Morse code. Analysis of English plain-text indicates that
the average word is 50 units, including spaces.
.PP
.\"
.\"
.\"
.SS MORSE CODE CHARACTERS
.\"
The following list shows the IS0 8859-1 (Latin-1) characters that have
commonly understood representations in Morse code:
.IP
ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"$()+\-./:;=?_ and space
.PP
In addition, following ISO 8859-1 and ISO 8859-2 accented characters are
also part of the generally accepted international Morse code:
.IP
Ѫ
.PP
.\"
.\"
.\"
.SS MORSE CODE CHARACTER TABLES
.\"
The following table shows the Morse code equivalents for the ISO 8859-1,
accented ISO 8859-1, and accented ISO 8859-2 characters above. The ASCII
portion of this table is taken from the \fIARRL Handbook\fP, and the
accented extensions from various other sources:
.\"
.SP
.IP
.TS
l l l l l l l l
_ _ _ _ _ _ _ _
l l l l l l l l .
Ch Code Ch Code Ch Code Ch Code
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 --..
.BR
0 ----- 1 .---- 2 ..--- 3 ...--
4 ....- 5 ..... 6 -.... 7 --...
8 ---.. 9 ----.
.BR
" .-..-. ' .----. $ ...-..- ( -.--.
) -.--.- + .-.-. , --..-- - -....-
\. .-.-.- / -..-. : ---... ; -.-.-.
\(eq -...- ? ..--.. \(ul ..--.-
.BR
..-- .-.- -.-.. ---.
..-.. .-..- .--.- --.--
---- --..-
.TE
.PP
In addition to the above standard characters, the following characters
are conventionally used for punctuation and procedural signals as
follows:
.\"
.SP
.IP
.TS
l l l l l l l l
_ _ _ _ _ _ _ _
l l l l l l l l.
Ch Code Ch Code Ch Code Ch Code
" .-..-. ' .----. $ ...-..- ( -.--.
) -.--.- + .-.-. , --..-- - -....-
\. .-.-.- / -..-. : ---... ; -.-.-.
\(eq -...- ? ..--.. \(ul ..--.-
.TE
.PP
An alternative view of punctuation and procedural signals is as
combination Morse characters:
.\"
.SP
.IP
.TS
l l l l l l l l
_ _ _ _ _ _ _ _
l l l l l l l l.
Ch Prosig Ch Prosig Ch Prosig Ch Prosig
" [AF] ' [WG] $ [SX] ( [KN]
) [KK] + [AR] , [MIM] - [DU]
\. [AAA] / [DN] : [OS] ; [KR]
\(eq [BT] ? [IMI] \(ul [IQ]
.TE
.PP
.\"
.\"
.\"
.SH NOTES
.\"
Despite the fact that this manual page constantly and consistently
refers to Morse code elements as dots and dashes, DO NOT think in these
terms when trying to learn Morse code. Always think of them as 'dit's
and 'dah's.
.PP
.\"
.\"
.\"
.SH SEE ALSO
.\"
Man pages for \fBcwlib\fP(3,LOCAL), \fBcw\fP(1,LOCAL), \fBcwgen\fP(1,LOCAL),
\fBcwcp\fP(1,LOCAL), and \fBxcwcp\fP(1,LOCAL).
.\"
|