Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62106 specifies the complete Radio Data System (RDS) protocol for VHF/FM sound broadcasting in the frequency range 87.5 MHz to 108.0 MHz. The standard defines how digital data is embedded alongside conventional analog FM audio through a subcarrier located at 57 kHz, which is precisely the third harmonic of the 19 kHz FM stereo pilot tone (3 × 19 = 57 kHz). This elegant frequency choice ensures that the RDS subcarrier is phase-locked to the stereo pilot tone and falls in a spectral null between the stereo pilot and the upper stereo sideband, minimizing mutual interference with the analog audio.
The RDS system transmits data at 1187.5 bits per second using Differential Quadrature Phase-Shift Keying (DQPSK) modulation on the 57 kHz subcarrier. The data is organized into 104-bit groups, each containing four 26-bit blocks. Each block consists of 16 information bits followed by a 10-bit check word calculated using a modified cyclic redundancy check (CRC) for error detection and synchronization. The standard defines the check polynomial and offset words (A, B, C, C’, D) that allow the receiver to synchronize the data stream and identify which block position it has received.
RDS data is transmitted in groups, with each group containing a type identifier (bits 1 and 5 of block B) that defines the data format and the specific services carried. The standard defines 32 group types (0–31), each available in two versions (A and B). Version A carries four blocks of information, while Version B carries only three (the fourth block is used for PI code repetition, improving identification reliability under poor signal conditions).
The most fundamental RDS services, implemented in virtually all receivers, are defined in group types 0 and 1:
| Group Type | Service | Transmission Interval | Description |
|---|---|---|---|
| 0A/0B | PS + AF | ≤ 200 ms per pair | Programme name and alternative frequencies |
| 1A | DI + M/S | As needed | Decoder identification, slow labelling |
| 2A | RadioText (RT) | ≤ 2 s per character | 64-character freeform text message |
| 3A | AF + RT+ via ODA | As needed | Application identification for ODA |
| 4A | CT (Clock-Time) | Every minute | UTC time and local time offset |
| 8A | TMC | Variable | Traffic Message Channel — encoded traffic events |
| 14A/14B | EON | As needed | Enhanced Other Networks information |
| 15A | Fast PS | ≤ 100 ms | Faster programme name display |
Group type 2A carries RadioText (RT), a 64-character freeform text message typically used to display the current song title, artist name, or programme description. The text is transmitted 4 characters per group, requiring 16 groups (approximately 2.8 seconds) for the complete message. RadioText+ (RT+), defined as an Open Data Application (ODA), adds content type labels to portions of the RadioText, allowing receivers to intelligently categorize and use the information (e.g., identifying the “artist” field vs. “title” field vs. “station” field).
The Traffic Message Channel (TMC), defined in group type 8A and detailed in Part 5 of IEC 62106, encodes traffic events as compact numeric codes rather than freeform text. This enables highly efficient transmission of structured traffic information that navigation systems can interpret, display on maps, and use for route optimization. Each TMC message consists of a 16-bit event code, a 16-bit location code (referencing a database of known road segments), and 3-bit duration/disruption type.
The event code database contains over 2000 standardized events covering accidents, road works, closures, weather conditions, speed limits, and detours. Location codes reference the TMC location table, which is a nationally defined database of road segments, junctions, and points of interest. Navigation system manufacturers license these databases from national road authorities or data providers like HERE or TomTom.
Group type 3A serves as the identification mechanism for Open Data Applications, which allow third-party data services to operate within the RDS framework. Each ODA is identified by an Application Identification (AID) code, enabling receivers that support the specific ODA to decode the data. Currently registered ODAs include RT+ (RadioText plus), TMC (operating through ODA group types 8A–8F), RDS-TMC over IP, TPEG (Transport Protocol Experts Group), and EWS (Emergency Warning System).
| Event Category | Example Event Code | Typical Receiver Display |
|---|---|---|
| Accidents | 0x0100 | “Accident on road ahead, expect delays” |
| Road Works | 0x0200 | “Road works, lane closure, moderate delays” |
| Weather | 0x0400 | “Ice/snow on road, reduce speed” |
| Incidents | 0x0600 | “Vehicle on fire, road blocked” |
| Road Condition | 0x0C00 | “Wet road surface, drive with care” |
| Speed Limits | 0x2000 | “Speed limit: 80 km/h” |
Implementing an RDS receiver requires careful attention to synchronization, error handling, and data management. The receiver must first detect the 57 kHz subcarrier using a narrowband PLL (typically ±300 Hz bandwidth), then demodulate the DQPSK signal and recover the baseband data. The modified CRC polynomial (x¹⁰ + x⁸ + x⁷ + x⁵ + x⁴ + x³ + 1 = 0x5B9) is used to check each 26-bit block, with the 10-bit check word also serving as the block offset identifier. When two consecutive blocks with identical data are received, the offset identification is confirmed, enabling the receiver to begin decoding groups.
A: The 57 kHz frequency was chosen as 3 × 19 kHz (the stereo pilot tone), which provides two key advantages: (1) the subcarrier can be phase-locked to the pilot tone using analog multipliers, simplifying receiver design; and (2) 57 kHz falls in a spectral null between the stereo pilot (19 kHz) and the L−R stereo subcarrier (38 kHz), minimizing crosstalk into the audio channels.
A: RBDS (Radio Broadcast Data System) is the North American variant of RDS, defined in Part 7 of IEC 62106. While the physical layer (57 kHz subcarrier, DQPSK modulation) is identical, RBDS has different programme type codes (e.g., “Jazz” vs. RDS “Varied”), uses a different PI code structure (based on call signs rather than country codes), and includes additional group types not present in European RDS. An RBDS decoder will receive RDS data but may display incorrect programme type descriptions.
A: EON (Group types 14A and 14B) allows a radio station to broadcast information about traffic programmes on other stations. For example, while listening to a music station, your receiver can receive EON data indicating that a traffic announcement is being broadcast on a companion station. The receiver can then temporarily retune to the traffic station, receive the announcement, and automatically switch back to the original programme when the traffic announcement ends.
A: At 1187.5 bps with 104-bit groups, the maximum raw data throughput is approximately 1187.5 × (64/104) ≈ 731 bits per second of actual user data (after removing error correction bits and synchronisation overhead). This is approximately 91 bytes per second, or about 18 PS character updates per second. This modest throughput makes efficient encoding essential — hence the importance of TMC’s compact numeric encoding versus freeform text.