From 03e61606a51998fce25a203b9410d99bebacee90 Mon Sep 17 00:00:00 2001 From: JK Wood Date: Sat, 12 Jul 2014 16:42:31 +0700 Subject: ham/demorse: Added (morse code decoder program for Linux). Signed-off-by: Willy Sudiarto Raharjo --- ham/demorse/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ham/demorse/README (limited to 'ham/demorse/README') diff --git a/ham/demorse/README b/ham/demorse/README new file mode 100644 index 0000000000000..f7f9951aa8e5e --- /dev/null +++ b/ham/demorse/README @@ -0,0 +1,8 @@ +demorse is a Morse code decoding application for the console. It +detects the receiver's audio output via the computer's sound card, +using simple dsp techniques, and then decodes the mark/space +sequence into characters which are printed on the console screen. +demorse has some tolerance to bad operator "fists" and noise or +interference. demorse can measure and adapt to the Morse transmission's +speed within the range of 10-30 words per minute, the default +starting speed being set to about 20 wpm. -- cgit v1.2.3