home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / educatin / morse / morse.doc < prev    next >
Text File  |  1985-11-17  |  3KB  |  53 lines

  1. Morse code practice software / Public domain / Unconditional distribution
  2. Don Rice KL7JIQ
  3. FXDDR@ALASKA.bitnet
  4. CIS 72337,3417
  5.  
  6. This software is intended to help people who want to improve their morse
  7. copying skills for amateur radio licenses.  It is not a morse code tutorial,
  8. although a tutorial program could be constructed with the included
  9. routines.  If you have no knowledge of morse code, I'd recommend the
  10. ARRL "Tune in the World with Ham Radio" kit.  Once you know some of the
  11. letters, the quiz program in this set will help to memorize the entire
  12. required set.  The files in this collection are:
  13.  
  14. MORSE.C
  15.   This is the C function that sends morse code at a given speed.  It is
  16.   fully GEM compatible.  The methods for calculating the timing constants
  17.   are illustrated in the comments.  I've checked the output speed against
  18.   the "PARIS" timing, and it appears to be about 5% slower than the nominal
  19.   speed.  The ASCII-->morse mapping used is similar to that used by the
  20.   AEA morse senders.
  21.  
  22. QUIZ.PRG + source files
  23.   This one sends the entire required morse alphabet one character at a time
  24.   for you to identify.  The letters are sent in random order until you
  25.   have correctly identified all of them.  This approach will familiarize
  26.   you with the sound of the letters at the target speed.
  27.  
  28. SENDER.PRG + source files
  29.   This program sends any text file in morse code.  The character speed
  30.   and the spacing speed are independent; you should set the character speed
  31.   to a value slightly higher than your target speed and then find a spacing
  32.   speed that you are comfortable with.  Increase the spacing speed until
  33.   it matches the character speed, and you are ready for the test.  (I don't
  34.   recommend slowly increasing the character speed, because the characters
  35.   sound different as the speed changes, and that complicates the learning
  36.   process.)
  37.   There is also an option to automatically increase the spacing speed.
  38.   If the increment value is greater than zero, it will be added to the
  39.   spacing speed each time a blank line is read in the text file, until
  40.   the spacing speed equals the character speed.  This is useful in helping
  41.   you to find your `natural' copying speed when you are starting out.
  42.   Finally, you can choose either filtered or literal text.  In filter
  43.   mode, only characters in the required morse alphabet are sent; blank
  44.   lines are sent as AR and EOF is signalled as SK.  Use this mode to
  45.   send arbitrary text files (eg, your mail, this documentation).
  46.   In literal mode, the full ASCII mapping, including the [prosign]
  47.   notation is accepted.  This mode allows you to prepare simulated
  48.   QSO `scripts' to play for code practice class or whatever.
  49.  
  50. Feel free to distribute this ARC collection to anyone anywhere by
  51. any means.  PLEASE keep the files together so the recipients can
  52. customize the programs as desired.
  53.