User Tools

Site Tools


project:sdr:szdc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
project:sdr:szdc [2014/07/29 22:35] pinkyproject:sdr:szdc [2016/07/31 22:46] – [Obtaining szdc] jenda
Line 1: Line 1:
 +====== szdc ======
  
 +**szdc** is a receiver for a specific inverse tone coded squelch used by a certain railway network. It uses [[:project:sdr:fcl]] to get baseband channels and then some code with FFTW to detect presence of the IDLE tone. If IDLE tone is not present, the channel is assumed be active and is dumped to a file.
 +
 +Edit run.sh to suit your needs. Edit constants.h (number of channels, SNR).
 +<code>
 +$ make
 +$ ./run.sh
 +</code>
 +
 +To decode audio, you can use for example mfm.py from [[:user:jenda:kukuruku]].
 +<code>
 +cat foo.cfile | mfm.py -r 0.666
 +</code>
 +
 +===== Obtaining szdc =====
 +
 +  * git clone https://jenda.hrach.eu/p/szdc/
 +  * https://jenda.hrach.eu/gitweb/?p=szdc
 +
 +===== links =====
 +  * [[http://radiontvangst.freehostia.com/uic.htm]] few decoded samples
 +  * [[http://www.coaa.co.uk/trainplotter.htm|Trainplotter]], software that should be able to decode the data traffic.
project/sdr/szdc.txt · Last modified: 2016/08/09 02:55 by jenda