diff options
author | JK Wood <joshuakwood@gmail.com> | 2019-12-29 11:05:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-29 11:05:25 +0700 |
commit | aecb78bda8b6771687267105b156df244aeaa649 (patch) | |
tree | 15701fe228f34fd948a03da67c7c1a15bb0b91ae /ham/lpsk31/README | |
parent | f6de06472d1dd7ca2a2b689c386cf063c64021e6 (diff) |
ham/lpsk31: Added (psk31 program for linux).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/lpsk31/README')
-rw-r--r-- | ham/lpsk31/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ham/lpsk31/README b/ham/lpsk31/README new file mode 100644 index 0000000000000..b0884fe68989c --- /dev/null +++ b/ham/lpsk31/README @@ -0,0 +1,9 @@ +lpsk31 is a ncurses console application for ham radio communications in the +popular PSK31 digital mode. lpsk31 uses only integer arithmetic for both +signal detection and audio tone synthesis, so that it needs no floating point +calculations for its operation. lpsk31 can keep a log of QSO's in text and +ADIF format as well as a raw log of all that is typed in the transmit window +or displayed in the receive window. Some QSO data (signal strength and +frequency) can be acquired automatically via a CAT interface from the +transceiver itself, if it is an FT847. Unfortunately there is no CAT for other +types of transceiver since I had problems using Hamlib. |