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
|
Source: xdemorse
Section: hamradio
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11),
libasound2-dev,
libgtk-3-dev
Standards-Version: 4.1.5
Homepage: http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html
Package: xdemorse
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: decode Morse signals to text
X/GTK+ application for decoding Morse code signals into text. xdemorse
detects the "dihs" and "dahs" that make a Morse code character via the
computer's sound card, which can be connected to a radio receiver tuned
to a CW Morse code transmission or to a tone generator.
.
The input signal is processed by a Goertzel tone detector algorithm which
produces "mark" or "space" (signal/no signal) outputs and the resulting
stream of Morse code "elements" is decoded into an ASCII character for
printing to the Text viewer.
.
xdemorse has a certain level of tolerance towards operator errors (bad
"fist") regarding deviation from the standard duration of the various
elements that make up the Morse code.There is a "Waterfall" (audio
spectrum) display derived from an integer-arithmetic FFT of the receiver's
audio output.
.
This program has built-in CAT capability but only for the Yaesu FT847 or
FT857 and Elecraft K2 or K3.
|