SITOR

Last updated

SITOR (SImplex Teletype Over Radio) is a system for transmitting text messages. It was developed in the 1960s by Koninklijke TNT Post as an improvement over radioteletype (RTTY). Although it uses the same frequency-shift keying (FSK) modulation used by regular RTTY, SITOR uses error detection, redundancy, and/or retransmission to improve reliability.

Contents

There are two SITOR modes:

SITOR sends 7-bit characters as a bit stream at 100 baud (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. [1]

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).[ citation needed ]

NAVTEX 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 HTML is layered on top of TCP.)

Amateur radio uses SITOR but calls it AMTOR, AMateur Teleprinting Over Radio. [2] AMTOR-A is SITOR-A. AMTOR-B (also called AMTOR-FEC) is SITOR-B. [3] In 1991, an AMTOR extension was described that includes lower case and other printable ASCII characters. [4]

Technical Details

Character set

RTTY uses the ITA2 (Baudot code) character code. ITA2 is a five bit code with 32 possible code points. Four code points are used for null (BLANK), space (SPACE), carriage return (CR), and line feed (LF). Two code points are used for a letter shift (LTRS) or a figure shift (FIGS). The remaining 26 code points are used for characters in the letters and figures sets. Consequently, ITA2 can represent 2×26 = 52 additional characters. [5]

SITOR recasts ITA2 into a 7 bit code called CCIR 476. Each 7 bit character in CCIR 476 has 4 marks (ones) and 3 spaces (zeros). [6] Each valid character code has a Hamming distance 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: Thus CCIR 476 has 3 additional code points over ITA2. SITOR uses the additional code points for idle, phasing, and repeat requests. [7] In addition, some of the ordinary characters are reused as control signals. [8]

Code
(bits 6543210)
mode A
(ARQ)
mode B
(FEC)
1100101 ["L"]Control signal 1 (CS1)
1101010 [NUL]Control signal 2 (CS2)
1011001 ["N"]Control signal 3 (CS3)
0110101 ["G"]Control signal 4 (CS4)
1101001 ["H"]Control signal 5 (CS5)
0110011Idle signal βIdle signal β
0001111Idle signal αPhasing signal 1

Idle signal α

1100110Signal repetition (RQ)Phasing signal 2

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 bursts 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

Related Research Articles

<span class="mw-page-title-main">Baudot code</span> Pioneering five-bit character encodings

The Baudot code[boˈdo] 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 until the advent of ASCII. Each character in the alphabet is represented by a series of five bits, sent over a communication channel such as a telegraph wire or a radio signal by asynchronous serial communication. The symbol rate measurement is known as baud, and is derived from the same name.

<span class="mw-page-title-main">Code-division multiple access</span> Channel access method used by various radio communication technologies

Code-division multiple access (CDMA) is a channel access method used by various radio communication technologies. CDMA is an example of multiple access, where several transmitters can send information simultaneously over a single communication channel. This allows several users to share a band of frequencies. To permit this without undue interference between the users, CDMA employs spread spectrum technology and a special coding scheme.

<span class="mw-page-title-main">Radioteletype</span> Radio linked electromechanical communications system

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 operations that began in the mid-1800s. The US Navy Department successfully tested printing telegraphy between an airplane and ground radio station in 1922. Later that year, the Radio Corporation of America successfully tested printing telegraphy via their Chatham, Massachusetts, radio station to the R.M.S. Majestic. Commercial RTTY systems were in active service between San Francisco and Honolulu as early as April 1932 and between San Francisco and New York City by 1934. The US military used radioteletype in the 1930s and expanded this usage during World War II. From the 1980s, teleprinters were replaced by personal computers (PCs) running software to emulate teleprinters.

<span class="mw-page-title-main">Teleprinter</span> Device for transmitting messages in written form by electrical signals

A teleprinter is an electromechanical device that can be used to send and receive typed messages through various communications channels, in both point-to-point and point-to-multipoint configurations. Initially they were used in telegraphy, which developed in the late 1830s and 1840s as the first use of electrical engineering, though teleprinters were not used for telegraphy until 1887 at the earliest. The machines were adapted to provide a user interface to early mainframe computers and minicomputers, sending typed data to the computer and printing the response. Some models could also be used to create punched tape for data storage and to read back such tape for local printing or transmission.

<span class="mw-page-title-main">Line code</span> Pattern used within a communications system to represent digital data

In telecommunication, a line code is a pattern of voltage, current, or photons used to represent digital data transmitted down a communication channel or written to a storage medium. This repertoire of signals is usually called a constrained code in data storage systems. Some signals are more prone to error than others as the physics of the communication channel or storage medium constrains the repertoire of signals that can be used reliably.

<span class="mw-page-title-main">Universal asynchronous receiver-transmitter</span> Computer hardware device

A universal asynchronous receiver-transmitter is a computer hardware device for asynchronous serial communication in which the data format and transmission speeds are configurable. It sends data bits one by one, from the least significant to the most significant, framed by start and stop bits so that precise timing is handled by the communication channel. The electric signaling levels are handled by a driver circuit external to the UART. Two common signal levels are RS-232, a 12-volt system, and RS-485, a 5-volt system. Early teletypewriters used current loops.

<span class="mw-page-title-main">Fading</span>

In wireless communications, fading is variation of the attenuation of a signal with various variables. These variables include time, geographical position, and radio frequency. Fading is often modeled as a random process. A fading channel is a communication channel that experiences fading. In wireless systems, fading may either be due to multipath propagation, referred to as multipath-induced fading, weather, or shadowing from obstacles affecting the wave propagation, sometimes referred to as shadow fading.

Asynchronous serial communication is a form of serial communication in which the communicating endpoints' interfaces are not continuously synchronized by a common clock signal. Instead of a common synchronization signal, the data stream contains synchronization information in form of start and stop signals, before and after each unit of transmission, respectively. The start signal prepares the receiver for arrival of data and the stop signal resets its state to enable triggering of a new sequence.

Radio Data System (RDS) is a communications protocol standard for embedding small amounts of digital information in conventional FM radio broadcasts. RDS standardizes several types of information transmitted, including time, station identification and program information.

<span class="mw-page-title-main">PSK31</span>

PSK31 or "Phase Shift Keying, 31 Baud", also BPSK31 and QPSK31, is a popular computer-sound card-generated radioteletype mode, used primarily by amateur radio operators to conduct real-time keyboard-to-keyboard chat, most often using frequencies in the high frequency amateur radio bands (near-shortwave). PSK31 is distinguished from other digital modes in that it is specifically tuned to have a data rate close to typing speed, and has an extremely narrow bandwidth, allowing many conversations in the same bandwidth as a single voice channel. This narrow bandwidth makes better use of the RF energy in a very narrow space thus allowing relatively low-power equipment to communicate globally using the same skywave propagation used by shortwave radio stations.

A telegraph code is one of the character encodings used to transmit information by telegraphy. Morse code is the best-known such code. Telegraphy usually refers to the electrical telegraph, but telegraph systems using the optical telegraph were in use before that. A code consists of a number of code points, each corresponding to a letter of the alphabet, a numeral, or some other character. In codes intended for machines rather than humans, code points for control characters, such as carriage return, are required to control the operation of the mechanism. Each code point is made up of a number of elements arranged in a unique way for that character. There are usually two types of element, but more element types were employed in some codes not intended for machines. For instance, American Morse code had about five elements, rather than the two of International Morse Code.

<span class="mw-page-title-main">NAVTEX</span> System for remotely transmitting printed notices to ships

NAVTEX, 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 information (MSI) to ships.

<span class="mw-page-title-main">Radio-paging code No. 1</span>

Radio-paging code No. 1 is an asynchronous protocol used to transmit data to pagers. Its usual designation is an acronym of the Post Office Code Standardisation Advisory Group, the name of the group that developed the code under the chairmanship of the British Post Office that used to operate most telecommunications in Britain before privatization.

Olivia MFSK is an amateur radioteletype protocol, using multiple frequency-shift keying (MFSK) and designed to work in difficult conditions on shortwave bands. The signal can be accurately received even if the surrounding noise is 10 dB stronger. It is commonly used by amateur radio operators to reliably transmit ASCII characters over noisy channels using the high frequency (3–30 MHz) spectrum. The effective data rate of the Olivia MFSK protocol is 150 characters/minute.

AMTOR is a type of telecommunications system that consists of two or more electromechanical teleprinters in different locations that send and receive messages to one another. AMTOR is a specialized form of RTTY protocol. The term is an acronym for Amateur Teleprinting Over Radio and is derived from ITU-R recommendation 476-1 and is known commercially as SITOR developed primarily for maritime use in the 1970s. AMTOR was developed in 1978 by Peter Martinez, G3PLX, with the first contact taking place in September 1978 with G3YYD on the 2m Amateur band. It was developed on homemade Motorola 6800-based microcomputers in assembler code. It was used extensively by amateur radio operators in the 1980s and 1990s but has now fallen out of use as improved PC-based data modes are now used and teleprinters became out of fashion.

<span class="mw-page-title-main">GPS signals</span> Signals broadcast by GPS satellites

GPS signals are broadcast by Global Positioning System satellites to enable satellite navigation. Receivers on or near the Earth's surface can determine location, time, and velocity using this information. The GPS satellite constellation is operated by the 2nd Space Operations Squadron (2SOPS) of Space Delta 8, United States Space Force.

<span class="mw-page-title-main">RY (test signal)</span>

RYRYRYRY... is a character string that was widely used to test a five-level teleprinter or RTTY channel. The characters R and Y are "01010" and "10101" in 5-bit ITA2 code, also known as Baudot. Thus they are Boolean complements of each other.

ARQ-M, short for Automatic Repeat reQuest, Multiplex, is a radio telegraphy protocol used to reliably forward telex messages over partially reliable radio links. It is a low-speed system designed to match the performance of landline telex systems and allow those messages to be forwarded over long distances using shortwave radios. The first ARQ-M link was built in the Netherlands, and began exchanging messages with a counterpart in New York in 1947.

ARQ-E is a radio transmission method used to send data over short wave radio. ARQ-E is a full duplex synchronous data communications system that requests repeats if data is not received correctly. It uses an alphabet that can detect errors. Another name for this is ARQ-1000 duplex or ARQ-1000D.

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 the seven bits are mark bits, and the other three are space bits. This allows for the detection of single-bit errors.

References

  1. Schetgen 1995 , p. ???
  2. Schetgen 1995 , p. 12.20
  3. Schetgen (1995 , p. 12.21) claims groups of 5 characters are sent, but it is probably in error.
  4. Schetgen 1995 , pp. 12.18–12.19
  5. ITA2 does not assign all 52 characters: The figure shift for D is a checked box or pattée cross ( ✠). The figure shifts for F, G, and H are not assigned but should not cause errors. See ITU-R M 625-3 page 5. U.S. teletypes assign all 52. Figure shift for D is "$", for F is "!", for G is "&", and for H is "#". In AMTOR, BLANK is sometimes used to toggle between the CCIR 476 character set and Blank Code extension sets so lower case and other characters can be represented. See ASCII-over-AMTOR at Schetgen (1995 , pp. 12.18–12.19.)
  6. Schetgen 1995 , pp. 12.20–12.21, Table 30.41 at 30.38
  7. Schetgen 1995 , p. 12.21
  8. CCIR Rec. 625Service Information Signals.