Slowrx is an SSTV decoder for Linux.
 
 
Go to file
Oona 6a97ce9589 speed up saving 2011-07-25 14:16:48 +03:00
Makefile markup readme 2011-07-25 13:42:27 +03:00
README.md remove test ogg from code 2011-07-25 13:49:07 +03:00
common.c
common.h improved Hough transform 2011-07-18 02:12:42 +03:00
gui.c
modespec.c
slowrx.c speed up saving 2011-07-25 14:16:48 +03:00
sync.c markup readme 2011-07-25 13:42:27 +03:00
video.c markup readme 2011-07-25 13:42:27 +03:00
vis.c etc 2011-07-20 20:54:00 +03:00

README.md

slowrx

This program decodes analogue SSTV images received through the sound card.

Prerequisites

Needs linux and sox. Depends on libs gtk2, fftw3, and pnglite.

Features

  • Supports a multitude of modes (see modespec.c for a list)
  • Detects signals even when frequency-shifted
  • Slant correction by linear Hough transform
  • Noise reduction by adaptive windowing
  • Saves received pictures as PNG along with the corresponding raw signals

References

The program is based on several articles:

Licensing

Copyright (c) 2007-2011, Oona OH2-250

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.