diff options
author | Andrea Sacchetti Picchio <andrea.sacchettipicchio@gmail.com> | 2023-12-15 22:49:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:03 +0700 |
commit | 42113cebbfc6640f8dca31bbdd9a35e16f5a1dae (patch) | |
tree | f5d8240d1c6680444f43c911eda60922f702b93b /ham/aptdec/README | |
parent | c55631549cdd926fddf10d3ba618f1b06c51c418 (diff) |
ham/aptdec: Added (NOAA APT satellite imagery decoder).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/aptdec/README')
-rw-r--r-- | ham/aptdec/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ham/aptdec/README b/ham/aptdec/README new file mode 100644 index 0000000000000..5c705b014722b --- /dev/null +++ b/ham/aptdec/README @@ -0,0 +1,8 @@ +Aptdec is a FOSS program that decodes images transmitted by NOAA +weather satellites. These satellites transmit constantly medium +resolution (4km/px) images of the earth over a analog mode called APT. +These transmissions can easily be received with a cheap SDR and +simple antenna. Then the transmission can be decoded in narrow FM mode. +The input audio format can be anything supported by libsndfile +(although only tested with WAV and FLAC). Sample rate doesn't matter, +although lower samples rates will process faster. |