<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N5fxh</id>
	<title>SatNOGS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N5fxh"/>
	<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/Special:Contributions/N5fxh"/>
	<updated>2026-04-07T15:01:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2779</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2779"/>
		<updated>2019-11-12T11:03:22Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: Add reference about SatNOGS processing in the section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
==Built-in demodulators==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
*[[APT]] (Automatic Picture Transmission)&lt;br /&gt;
*[[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
*AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
*[[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
*[[DUV]] (Data Under Voice)&lt;br /&gt;
*[[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
*[[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
*[[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
==External demodulator/decoders==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
==SoX - Sound eXchange==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
&lt;br /&gt;
*[[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
==Fldigi in audio playback mode==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
*[[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
==FoxTelem for FOX1 series satellites==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
&lt;br /&gt;
*AO-85 (Fox-1A)&lt;br /&gt;
*AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
*AO-92 (Fox1-D)&lt;br /&gt;
*Fox-1Cliff, and&lt;br /&gt;
*Fox-1E.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
==multimon-ng==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
===How to CW===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
===How to AFSK===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoders if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Direwolf==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
===How to===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf &amp;lt;br&amp;gt;&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
Both commands can be combined with a pipe: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;sox -t ogg satnogs_386252_2018-12-29T02-54-45.ogg -esigned-integer -b 16 -r 48000 -t raw - | direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 -&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([https://community.libre.space/t/observation-386252-x-cubesat-42707/3093/2 source])&lt;br /&gt;
&lt;br /&gt;
==QSSTV==&lt;br /&gt;
[http://users.telenet.be/on4qz/qsstv/index.html QSSTV] is a modem software to send and receive SSTV&lt;br /&gt;
([https://en.wikipedia.org/wiki/Slow-scan_television Slow Scan Television]).&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
*Download the ogg file and convert it to wav with: &amp;lt;br /&amp;gt; &amp;lt;nowiki&amp;gt;sox satnogs_154162_2018-06-06T12-46-40.ogg output154162.wav rate 48000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open QSSTV and specify &amp;quot;Sound&amp;gt;Sound Input: from file&amp;quot;&lt;br /&gt;
*Press the play button and you will be asked to select the previously generated wav file. The decoding should start now.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==WXtoImg==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WXtoImg is a program used to produce neat weather pictures from APT format receptions of NOAA satellites.&lt;br /&gt;
&lt;br /&gt;
SatNOGS client produces automatically such weather map. However, if you want to add overlays or test some part of the processing, you can do it manually.&lt;br /&gt;
&lt;br /&gt;
It uses a .wav file and produces weather picture with possible nice overlays (frontiers, colors...).&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
*Download for example the ogg file from observation #1193773 and convert it to wav with:&lt;br /&gt;
&lt;br /&gt;
sox satnogs/satnogs_1193773_2019-11-12T07-13-50.ogg -r 11025 satnogs/satnogs_1193773_2019-11-12T07-13-50.wav &lt;br /&gt;
&lt;br /&gt;
*Then invoke command line interface of WXtoIMG with:&lt;br /&gt;
&lt;br /&gt;
wxtoimg -t n -e HVC -N satnogs/satnogs_1193773_2019-11-12T07-13-50.wav &amp;gt; satnogs/satnogs_1193773_2019-11-12T07-13-50.png&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
WXtoImg restored: https://wxtoimgrestored.xyz/&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
==Scholarly Articles==&lt;br /&gt;
[[Category:Telemetry]]&lt;br /&gt;
__NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2778</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2778"/>
		<updated>2019-11-12T10:59:25Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: add WXtoImg processing example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
==Built-in demodulators==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
*[[APT]] (Automatic Picture Transmission)&lt;br /&gt;
*[[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
*AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
*[[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
*[[DUV]] (Data Under Voice)&lt;br /&gt;
*[[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
*[[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
*[[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
==External demodulator/decoders==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
==SoX - Sound eXchange==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
&lt;br /&gt;
*[[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
==Fldigi in audio playback mode==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
*[[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
==FoxTelem for FOX1 series satellites==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
&lt;br /&gt;
*AO-85 (Fox-1A)&lt;br /&gt;
*AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
*AO-92 (Fox1-D)&lt;br /&gt;
*Fox-1Cliff, and&lt;br /&gt;
*Fox-1E.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
==multimon-ng==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
===How to CW===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
===How to AFSK===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoders if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
*Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Direwolf==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
===How to===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf &amp;lt;br&amp;gt;&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
Both commands can be combined with a pipe: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;sox -t ogg satnogs_386252_2018-12-29T02-54-45.ogg -esigned-integer -b 16 -r 48000 -t raw - | direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 -&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([https://community.libre.space/t/observation-386252-x-cubesat-42707/3093/2 source])&lt;br /&gt;
&lt;br /&gt;
==QSSTV==&lt;br /&gt;
[http://users.telenet.be/on4qz/qsstv/index.html QSSTV] is a modem software to send and receive SSTV&lt;br /&gt;
([https://en.wikipedia.org/wiki/Slow-scan_television Slow Scan Television]).&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
*Download the ogg file and convert it to wav with: &amp;lt;br /&amp;gt; &amp;lt;nowiki&amp;gt;sox satnogs_154162_2018-06-06T12-46-40.ogg output154162.wav rate 48000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open QSSTV and specify &amp;quot;Sound&amp;gt;Sound Input: from file&amp;quot;&lt;br /&gt;
*Press the play button and you will be asked to select the previously generated wav file. The decoding should start now.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== WXtoImg ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WXtoImg is a program used to produce neat weather pictures from APT format receptions of NOAA satellites.&lt;br /&gt;
&lt;br /&gt;
It uses a wav file and produces weather picture with possible nice overlays (frontiers, colors...).&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
* Download for example the ogg file from observation #1193773 and convert it to wav with: &lt;br /&gt;
&lt;br /&gt;
sox satnogs/satnogs_1193773_2019-11-12T07-13-50.ogg -r 11025 satnogs/satnogs_1193773_2019-11-12T07-13-50.wav &lt;br /&gt;
&lt;br /&gt;
* Then invoke command line interface of WXtoIMG with:&lt;br /&gt;
&lt;br /&gt;
wxtoimg -t n -e HVC -N satnogs/satnogs_1193773_2019-11-12T07-13-50.wav &amp;gt; satnogs/satnogs_1193773_2019-11-12T07-13-50.png&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
WXtoImg restored: https://wxtoimgrestored.xyz/&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
==Scholarly Articles==&lt;br /&gt;
[[Category:Telemetry]]&lt;br /&gt;
__NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Satellite_Operator_Guide&amp;diff=2714</id>
		<title>Satellite Operator Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Satellite_Operator_Guide&amp;diff=2714"/>
		<updated>2019-06-05T19:53:42Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* Integration in the Satnogs network */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Early stage of the project===&lt;br /&gt;
It's strongly advised to get in touch with the AMSAT of you country at the beginning of your project. It enables that the radio amateur requirements are taken in account at the early stage on your project. It avoids false expectations.&lt;br /&gt;
===Frequency===&lt;br /&gt;
First you need to know if you want to use a radio amateur frequency. This kind of frequency obey to special rules : no commercial use, and the satellite must be used by the radio amateur community more than 20% of it time. The service from the satellite can be a repeater, or any other experiment.&lt;br /&gt;
&lt;br /&gt;
You need to ask the AMSAT of your country to help you to get a radio amateur frequency coordination from IARU your allocation.&lt;br /&gt;
It will take time : usually between one year and six months.&lt;br /&gt;
&lt;br /&gt;
If you don't ask for an IARU coordination, the launcher of your satellite will not allow you to launch the satellite. In the past this was allowed, but today it's no more possible.&lt;br /&gt;
&lt;br /&gt;
===Open your transmissions===&lt;br /&gt;
To comply with regulations, you will need to make publicly available all the TM packet format, we advise you to use a Kaitai Struct for it.&lt;br /&gt;
You also need to give any gnuradio flow chart that are useful to receive your data, and any picture decoder software if available. The preferred programming language for them is python. It's also a good practice to give raw recording of transmission to be able to test all the software chain.&lt;br /&gt;
&lt;br /&gt;
===Integration in the SatNOGS network===&lt;br /&gt;
You need to create a post on the community forum with all this details :&lt;br /&gt;
- satellite name&lt;br /&gt;
- frequencies&lt;br /&gt;
- modulations&lt;br /&gt;
- link to TM format&lt;br /&gt;
- link to picture decoder&lt;br /&gt;
&lt;br /&gt;
You are welcome to discuss with us on IRC (#satnogs on freenode)&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Satellite_Operator_Guide&amp;diff=2713</id>
		<title>Satellite Operator Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Satellite_Operator_Guide&amp;diff=2713"/>
		<updated>2019-06-05T19:53:28Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Early stage of the project===&lt;br /&gt;
It's strongly advised to get in touch with the AMSAT of you country at the beginning of your project. It enables that the radio amateur requirements are taken in account at the early stage on your project. It avoids false expectations.&lt;br /&gt;
===Frequency===&lt;br /&gt;
First you need to know if you want to use a radio amateur frequency. This kind of frequency obey to special rules : no commercial use, and the satellite must be used by the radio amateur community more than 20% of it time. The service from the satellite can be a repeater, or any other experiment.&lt;br /&gt;
&lt;br /&gt;
You need to ask the AMSAT of your country to help you to get a radio amateur frequency coordination from IARU your allocation.&lt;br /&gt;
It will take time : usually between one year and six months.&lt;br /&gt;
&lt;br /&gt;
If you don't ask for an IARU coordination, the launcher of your satellite will not allow you to launch the satellite. In the past this was allowed, but today it's no more possible.&lt;br /&gt;
&lt;br /&gt;
===Open your transmissions===&lt;br /&gt;
To comply with regulations, you will need to make publicly available all the TM packet format, we advise you to use a Kaitai Struct for it.&lt;br /&gt;
You also need to give any gnuradio flow chart that are useful to receive your data, and any picture decoder software if available. The preferred programming language for them is python. It's also a good practice to give raw recording of transmission to be able to test all the software chain.&lt;br /&gt;
&lt;br /&gt;
===Integration in the Satnogs network===&lt;br /&gt;
You need to create a post on the community forum with all this details :&lt;br /&gt;
- satellite name&lt;br /&gt;
- frequencies&lt;br /&gt;
- modulations&lt;br /&gt;
- link to TM format&lt;br /&gt;
- link to picture decoder&lt;br /&gt;
&lt;br /&gt;
You are welcome to discuss with us on IRC (#satnogs on freenode)&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2222</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2222"/>
		<updated>2018-06-14T17:03:26Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* How to AFSK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoders if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf &amp;lt;br&amp;gt;&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2221</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2221"/>
		<updated>2018-06-14T17:02:55Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* How to */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoder if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf &amp;lt;br&amp;gt;&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2220</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2220"/>
		<updated>2018-06-14T17:02:40Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* How to */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoder if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf &amp;lt;br&amp;gt;&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2219</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2219"/>
		<updated>2018-06-14T17:02:23Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* How to AFSK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox &amp;lt;br&amp;gt;&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoder if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2218</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2218"/>
		<updated>2018-06-14T17:01:53Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* How to AFSK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
First convert to raw sound file (sampling frequency 22050Hz) using sox&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw file.raw $soxopts &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then use multimon-ng with AFSK1200 decoder&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 $file.raw&lt;br /&gt;
&lt;br /&gt;
You can add more decoder if needed with additionnal &amp;quot;-a&amp;quot; options&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2217</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2217"/>
		<updated>2018-06-14T16:59:39Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to CW ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== How to AFSK ===&lt;br /&gt;
&lt;br /&gt;
sox -t ogg $file -r 22050 -t raw ${file%.ogg}.raw $soxopts&lt;br /&gt;
multimon-ng -t raw -a AFSK1200 ${file%.ogg}.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2215</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2215"/>
		<updated>2018-06-13T18:25:43Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* AX.25 (Amateur Radio adaptation of X.25 packet protocol)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== External demodulator/decoders ==&lt;br /&gt;
If for some reason, the above built-in decoders are not doing enough, there are many [[Satellite specific telemetry decoders]].  Also, there are more generic decoders listed below.&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Direwolf ==&lt;br /&gt;
&lt;br /&gt;
Direwolf is a software encoder/decoder for APRS (AX.25). It can take raw files and decode APRS.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -esigned-integer -b 16 -r 48000 file.raw &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then launch direwolf&lt;br /&gt;
direwolf -B 1200 -b 16 -n 1 -r 48000 -q hd -t 0 -q h -q d -d p -d t -a 0 - &amp;lt; file.raw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Direwolf WB2OSZ  https://github.com/wb2osz/direwolf&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2203</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2203"/>
		<updated>2018-06-10T10:38:46Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Elia Oenal  Multimon-ng  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2202</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2202"/>
		<updated>2018-06-10T10:38:12Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Multimon-ng - Elia Oenal  https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2201</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2201"/>
		<updated>2018-06-10T10:37:49Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Multimon-ng Elia Oenal, https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2200</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2200"/>
		<updated>2018-06-10T10:35:31Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* multimon-ng */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6 &amp;lt;br&amp;gt;&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2199</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2199"/>
		<updated>2018-06-10T10:35:07Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* multimon-ng */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2198</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2198"/>
		<updated>2018-06-10T10:34:44Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* multimon-ng */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to adjust gain to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2197</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2197"/>
		<updated>2018-06-10T10:17:38Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* multimon-ng */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to use sox to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to go through successive error and&lt;br /&gt;
try to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder: &amp;lt;br&amp;gt;&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2196</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2196"/>
		<updated>2018-06-10T10:16:52Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: /* multimon-ng */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to convert ogg files from SatNOGS download to 22050Hz raw file: &amp;lt;br&amp;gt;&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to go through successive error and&lt;br /&gt;
try to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder:&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2195</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2195"/>
		<updated>2018-06-10T10:03:10Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to convert ogg files from SatNOGS download to 22050Hz raw file:&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to go through successive error and&lt;br /&gt;
try to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder:&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2194</id>
		<title>Decode Telemetry and Packets</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Decode_Telemetry_and_Packets&amp;diff=2194"/>
		<updated>2018-06-10T10:01:49Z</updated>

		<summary type="html">&lt;p&gt;N5fxh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several tools available to decode telemetry and packets. SatNOGS provides some built-in demodulators for various data formats.  There are also additional tools that allow you the decoding of telemetry.&lt;br /&gt;
&lt;br /&gt;
== Built-in demodulators ==&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:SatNOGS-Observation-Data.png]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the SatNOGS servers support many satellites with many modes, only the following modes are supported with built-in demodulators:&lt;br /&gt;
&lt;br /&gt;
* [[APT]] (Automatic Picture Transmission)&lt;br /&gt;
* [[AFSK]] 1k2 (Audio Frequency Shift Keying)&lt;br /&gt;
* [[CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
* [[DUV]] (Data Under Voice)&lt;br /&gt;
* [[GFSK]] 9k6 (Gaussian Frequency Shift Keying)&lt;br /&gt;
* [[FSK]] 9k6 (Frequency Shift Keying)&lt;br /&gt;
* [[LRPT]] (Low Resolution Picture Transmission)&lt;br /&gt;
&lt;br /&gt;
== SoX - Sound eXchange ==&lt;br /&gt;
SoX is the Swiss Army knife of sound processing programs. SoX is cross-platform and is available for many operating systems (Windows, Linux, MacOS X, etc.).&lt;br /&gt;
&lt;br /&gt;
SoX supports demodulating the following modes:&lt;br /&gt;
* [[SoX_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* Chris Bagwell SoX − Sound eXchange http://sox.sourceforge.net/sox.html&lt;br /&gt;
&lt;br /&gt;
== Fldigi in audio playback mode ==&lt;br /&gt;
Fldigi can be used to decode a variety of data modes.&lt;br /&gt;
&lt;br /&gt;
* [[Fldigi_CW|CW]] (Continuous Wave, Morse Code)&lt;br /&gt;
&lt;br /&gt;
== FoxTelem for FOX1 series satellites ==&lt;br /&gt;
[[FoxTelem]] currently supports decoding DUV telemetry the following satellites: &lt;br /&gt;
* AO-85 (Fox-1A)&lt;br /&gt;
* AO-91 (Radfxsat / Fox1-B)&lt;br /&gt;
* AO-92 (Fox1-D)&lt;br /&gt;
* Fox-1Cliff, and&lt;br /&gt;
* Fox-1E.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* AC2CZ FoxTelem - AMSAT Ground Station Software http://www.g0kla.com/foxtelem/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== multimon-ng ==&lt;br /&gt;
&lt;br /&gt;
Multimon-ng is a general purpose decoder. It can take wav or raw files and decode&lt;br /&gt;
a variety of modes among which: CW, AFSK, FSK...&lt;br /&gt;
&lt;br /&gt;
First you have to convert ogg files from SatNOGS download to 22050Hz raw file:&lt;br /&gt;
sox file.ogg -r 22050 file.raw gain 6&lt;br /&gt;
&lt;br /&gt;
The gain is in dB and has a considerable impact on the decoding&lt;br /&gt;
in the special case of CW. You have to go through successive error and&lt;br /&gt;
try to get proper decoding.&lt;br /&gt;
&lt;br /&gt;
Then you must apply on the raw file the proper decoder:&lt;br /&gt;
multimon-ng -a MORSE_CW -t raw file.raw&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
https://github.com/EliasOenal/multimon-ng&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Scholarly Articles ==&lt;/div&gt;</summary>
		<author><name>N5fxh</name></author>
		
	</entry>
</feed>