SITOR-B
   HOME

TheInfoList



OR:

SITOR (
SImplex In geometry, a simplex (plural: simplexes or simplices) is a generalization of the notion of a triangle or tetrahedron to arbitrary dimensions. The simplex is so-named because it represents the simplest possible polytope in any given dimension. ...
Teletype Over Radio) is a system for transmitting text messages. It was developed in the 1960s by
Koninklijke TNT Post Koninklijke TNT Post BV () was the national postal company in the Netherlands, owned by TNT N.V. Until May 2011, it operated under the brand TNT Post and employed 75,000 people. History In 1989, the state-run enterprise PTT became Royal ...
as an improvement over
radioteletype Radioteletype (RTTY) is a telecommunications system consisting originally of two or more electromechanical teleprinters in different locations connected by radio rather than a wired link. Radioteletype evolved from earlier landline teleprinter ...
(RTTY). Although it uses the same
frequency-shift keying Frequency-shift keying (FSK) is a frequency modulation scheme in which digital information is encoded on a carrier signal by periodically shifting the frequency of the carrier between several discrete frequencies. The technology is used fo ...
(FSK) modulation used by regular RTTY, SITOR uses
error detection In information theory and coding theory with applications in computer science and telecommunications, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communi ...
, redundancy, and/or retransmission to improve reliability. There are two SITOR modes: * SITOR-A is used for point to point links. SITOR-A uses
automatic repeat request Automatic repeat request (ARQ), also known as automatic repeat query, is an error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a message) and timeout ...
(ARQ) to gain reliability. If the receiver detects an error, it requests a retransmission. * SITOR-B is used for
broadcast Broadcasting is the data distribution, distribution of sound, audio audiovisual content to dispersed audiences via a electronic medium (communication), mass communications medium, typically one using the electromagnetic spectrum (radio waves), ...
links. SITOR-B transmits each character in a message twice to gain reliability. If the receiver detects an error in the first character, it uses the copy. If both characters are garbled, the receiver won't know what was sent. * SITOR-B by definition uses
forward error correction In computing, telecommunication, information theory, and coding theory, forward error correction (FEC) or channel coding is a technique used for controlling errors in data transmission over unreliable or noisy communication channels. The centra ...
(FEC), versus ARQ for SITOR-A. SITOR sends 7-bit characters as a bit stream at 100
baud In telecommunications and electronics, baud (; symbol: Bd) is a common unit of measurement of symbol rate, which is one of the components that determine the speed of communication over a data channel. It is the unit for symbol rate or modulat ...
(which, in this case, is 100 bits per second, 10 milliseconds per bit, or 70 milliseconds per character). The bitstream is FSK modulated with a 170 Hz frequency shift. The high frequency is a mark, and the low frequency is a space.


Applications

SITOR is used commonly on shortwave bands, where it is used to transmit maritime-related information such as weather forecasts and storm warnings. SITOR-B is used for narrow-band direct printing (NBDP).
NAVTEX NAVTEX (NAVigational TEleX), sometimes styled Navtex or NavTex, is an international automated medium frequency direct-printing service for delivery of navigational and meteorological warnings and forecasts, as well as urgent maritime safety inf ...
marine weather and safety messages are broadcast using SITOR-B. The NAVTEX messages have a specific format that is interpreted by NAVTEX receivers. (NAVTEX is layered on top of SITOR-B just as HTTP is layered on top of TCP.)
Amateur radio Amateur radio, also known as ham radio, is the use of the radio frequency radio spectrum, spectrum for purposes of non-commercial exchange of messages, wireless experimentation, self-training, private recreation, radiosport, contesting, and emer ...
uses SITOR but calls it
AMTOR The Venus series (or Amtor series) is a science fantasy series consisting of four novels and one novelette written by American author Edgar Rice Burroughs. Most of the stories were first serialized in '' Argosy'', an American pulp magazine. It i ...
, AMateur Teleprinting Over Radio. AMTOR-A is SITOR-A. AMTOR-B (also called AMTOR-FEC) is SITOR-B. In 1991, an AMTOR extension was described that includes lower case and other printable ASCII characters.


Technical Details


Character set

RTTY uses the ITA2 (
Baudot code The Baudot code () is an early character encoding for telegraphy invented by Émile Baudot in the 1870s. It was the predecessor to the International Telegraph Alphabet No. 2 (ITA2), the most common teleprinter code in use before ASCII. Each ch ...
) character code. ITA2 is a five bit code with 32 possible
code points A code point, codepoint or code position is a particular position in a table, where the position has been assigned a meaning. The table may be one dimensional (a column), two dimensional (like cells in a spreadsheet), three dimensional (sheets in ...
. Four code points are used for null (), space (), carriage return (), and line feed (). Two code points are used for a letter shift () or a figure shift (). The remaining 26 code points are used for characters in the letters and figures sets. Consequently, ITA2 can represent 2×26 = 52 additional characters. SITOR recasts ITA2 into a 7 bit code called
CCIR 476 CCIR 476 is a character encoding used in radio data protocols such as SITOR, AMTOR and Navtex. It is a recasting of the ITA2 character encoding, known as Baudot code, from a five-bit code to a seven-bit code. In each character, exactly four of t ...
. Each 7 bit character in CCIR 476 has 4 marks (ones) and 3 spaces (zeros). Each valid character code has a
Hamming distance In information theory, the Hamming distance between two String (computer science), strings or vectors of equal length is the number of positions at which the corresponding symbols are different. In other words, it measures the minimum number ...
of at least 2 from every other character. A single-bit error will disrupt the balance of marks and spaces; a second bit error may (or may not) bring the count back to 4 marks and 3 spaces. Consequently, the CCIR 476 alphabet is guaranteed to detect all single bit errors within a character.


SITOR control characters

The number of valid binary code values in CCIR 476 is the number of ways to choose 4 marks for 7 bit positions, and the number can be calculated using the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
: \ \textstyle \binom = \binom = 35\ . Thus CCIR 476 has 3 additional code points over ITA2. SITOR uses the additional code points for idle, phasing, and repeat requests. In addition, some of the ordinary characters are reused as control signals. ''Service Information Signals''. :


SITOR-A

Transmission in synchronous frames of 450 ms. Three characters are transmitted by the Information Sending Station (ISS), which takes 210 ms. The ISS then waits 240 ms for a response. The Information Receiving Station (IRS) receives the three characters and checks that they each have four marks and three spaces. If they do, then the IRS transmits an acknowledgement. If they don't, then the IRS requests retransmission. At the beginning of the next frame, the ISS either retransmits the last three characters or transmits the next three characters.


SITOR-B

SITOR has an aurally easy to identify idling pattern.
Synchronization burst In computer networks, a syncword, sync character, sync sequence or preamble is used to synchronize a data transmission by indicating the end of header information and the start of data. The syncword is a known sequence of data used to identif ...
s are transmitted every second or so and last for slightly more than one second. Every few sync bursts, a Morse identifier of three letters is transmitted (for example NMO in Honolulu).


See also

*
AMTOR The Venus series (or Amtor series) is a science fantasy series consisting of four novels and one novelette written by American author Edgar Rice Burroughs. Most of the stories were first serialized in '' Argosy'', an American pulp magazine. It i ...
*
NAVTEX NAVTEX (NAVigational TEleX), sometimes styled Navtex or NavTex, is an international automated medium frequency direct-printing service for delivery of navigational and meteorological warnings and forecasts, as well as urgent maritime safety inf ...
*
Radioteletype Radioteletype (RTTY) is a telecommunications system consisting originally of two or more electromechanical teleprinters in different locations connected by radio rather than a wired link. Radioteletype evolved from earlier landline teleprinter ...


References

* {{Citation , editor-last=Schetgen , editor-first=Robert , title=The ARRL Handbook for Radio Amateurs , year=1995 , edition=Seventy-Third (1996) , publisher=The American Radio Relay League , location=Newington, CT , isbn=0-87259-173-5 , url-access=registration , url=https://archive.org/details/arrlhandbookforr00amer


External links


Spectrogram of SITOR-B idle pattern, with description



Signal Identification Guide SITOR-A

Signal Identification Guide SITOR-B
Quantized radio modulation modes