9.0 Physical Layer: Modulation and Error Correction
The Physical Layer is the culmination of the transmission chain, responsible for the means of radio transmission. This layer encompasses all signal processing steps designed to ensure the signal is robust and can be reliably received, even in challenging mobile and multipath environments. Key processes at this layer include error correction, data interleaving, and the final modulation of the signal onto radio frequency carriers.
9.1 Error Correction and Robustness Techniques
To protect the signal against transmission errors, Digital System A employs a multi-layered strategy of protection and robustness techniques.
- Energy Dispersal: To ensure appropriate energy dispersal in the final transmitted signal, the individual data sources feeding the multiplex are scrambled.
- Convolutional Encoding: This powerful error correction technique, using a constraint length of L=7, is applied to the data sources. A key feature of the system is its use of “unequal error protection” (UEP). This allows more important bits of data (such as the scale factors in an audio stream) to receive a higher level of protection (i.e., a lower, more robust code rate) than less critical data. The average code rate can be varied from 1/4 (highest protection) to 3/4 (lowest protection).
- Time Interleaving: After convolutional encoding, the data is subjected to time interleaving with an interleaving depth of 16 frames. This process reorders the data over a longer time period before transmission. In the receiver, the data is de-interleaved, effectively spreading out any burst errors caused by short-term fades or interference. This makes the errors more correctable by the convolutional decoder and is a critical technique for ensuring robust reception in a moving vehicle.
- Frequency Interleaving: To further enhance robustness in multipath conditions, data from the same source is arranged onto carriers that are spread across the entire signal bandwidth. This technique of frequency interleaving ensures that a single frequency-selective fade (a null in the received spectrum) will not destroy a successive run of source samples, as the diversity in the frequency domain provides a means for successful reception.
9.2 Modulation Scheme: 4-DPSK OFDM
The modulation scheme chosen for Digital System A is 4-DPSK OFDM (Orthogonal Frequency Division Multiplex).
OFDM is the ideal choice for this system as it is specifically designed to meet the demanding requirements of high bit-rate digital broadcasting to mobile receivers in environments with significant multipath propagation. The fundamental principle of OFDM is to divide the high-rate digital bit-stream into many lower-rate parallel streams, each of which modulates an individual, closely spaced orthogonal carrier. This makes the signal highly resilient to the frequency-selective fading that plagues single-carrier systems.
A critical component of the OFDM scheme is the guard interval. A guard interval, which is a cyclic prefix of the symbol, is inserted before each transmitted symbol. The duration of this interval is intentionally made longer than the expected delay spread of echoes in the transmission channel. This clever design ensures that any echoes arriving at the receiver fall within this interval and, rather than causing destructive inter-symbol interference, actually contribute constructively to the received signal power. This is a primary reason for the system’s rugged performance in urban and mountainous terrain.
The performance of this sophisticated physical layer design has been rigorously evaluated through field and laboratory tests, the results of which are analyzed in the final section.