slowrx/README.md

66 wiersze
2.6 KiB
Markdown
Czysty Zwykły widok Historia

2011-07-25 10:42:27 +00:00
slowrx
========
2011-08-20 05:51:27 +00:00
Slowrx is an [SSTV](http://en.wikipedia.org/wiki/Slow-scan%20television) decoder that aims for intuitive simplicity and lack of features not needed by a shortwave listener (SWL).
2011-07-25 10:42:27 +00:00
2012-02-07 12:58:24 +00:00
[![endorse](http://api.coderwall.com/windytan/endorsecount.png)](http://coderwall.com/windytan)
2012-02-07 13:14:02 +00:00
Screenshot
----------
2011-09-11 07:04:46 +00:00
![Screenshot](http://www.cs.helsinki.fi/u/okraisan/shot-slowrx.png)
2011-07-25 10:42:27 +00:00
Features
--------
2011-08-10 20:49:39 +00:00
* Support for a multitude of modes (see `modespec.c` for a list)
2011-08-12 20:06:23 +00:00
* Detect frequency-shifted signals – no need to fine-tune the radio
2011-08-14 16:34:14 +00:00
* Automatic slant correction (compensation for sound card clock error)
* Adaptive noise reduction
2011-08-20 05:51:27 +00:00
* Decode digital FSK ID
2011-08-10 20:49:39 +00:00
* Save received pictures as PNG
2011-08-20 11:49:29 +00:00
* Written in C99
2011-07-25 10:42:27 +00:00
2011-08-14 16:34:14 +00:00
Requirements
------------
2011-07-29 20:09:42 +00:00
2011-08-14 16:34:14 +00:00
* Linux
2011-08-12 20:06:23 +00:00
* Alsa
* Gtk+ 3
* FFTW 3
2011-07-29 20:09:42 +00:00
* pnglite
2011-08-14 16:34:14 +00:00
And, obviously:
* shortwave radio with SSB
* computer with sound card
* means of getting sound from one to the other
2011-07-25 10:42:27 +00:00
References
----------
2011-08-14 16:34:14 +00:00
The program was inspired by several articles:
2011-07-25 10:45:20 +00:00
2011-07-25 10:42:27 +00:00
* Barber, JL (N7CXI) (May 2000). ["Proposal for SSTV Mode Specifications"](http://www.barberdsp.com/files/Dayton%20Paper.pdf). Presented at the Dayton SSTV forum, 20 May 2000.
2011-08-14 16:34:14 +00:00
* Cordesses L, Cordesses R (F2DC) (May 2003). ["Some thoughts on 'Real-Time' SSTV Processing"](http://lionel.cordesses.free.fr/gpages/Cordesses.pdf). *QEX* May/June 2003: 3–20.
* Gasior M, Gonzalez J L (May 2004). ["Improving FFT Frequency Measurement Resolution by Parabolic and Gaussian Spectrum Interpolation"](http://cdsweb.cern.ch/record/738182/files/ab-2004-023.pdf). *AIP Conf. Proc.* (Geneva: CERN) **732** (2004): 276–285.
2011-07-25 10:42:27 +00:00
* Jones, D (KB4YZ) (Feb 1998). ["List of SSTV Modes with VIS Codes"](http://www.tima.com/~djones/vis.txt).
* Jones, D (KB4YZ) (May 1999). ["List of SSTV Modes with Line Timing"](http://www.tima.com/~djones/line.txt).
Licensing
---------
2012-02-07 12:58:24 +00:00
Copyright (c) 2007-2012, windytan (OH2-250)
2011-07-25 10:42:27 +00:00
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.