Personal tools

TDD and FDD Mode of Communication

The Louvre_Museum_France_082318A
(The Louvre Museum, France - Ching-Fuh Lin)

 

 

- Duplexing

Duplexing is the process of achieving two-way communications over a communications channel. It takes two forms: half duplex and full duplex. There are two modes of duplex operation: half duplex and full duplex.

  • In half duplex, the two communicating parties take turns transmitting over a shared channel. Two-way radios work this way. In networking, a single cable is shared as the two computers communicating take turns sending and receiving data.
  • Full duplex refers to simultaneous two-way communications. The two communicating stations can send and receive at the same time. Landline telephones and cell phones work this way. Some forms of networking permit simultaneous transmit and receive operations to occur. This is the more desirable form of duplexing, but it is more complex and expensive than half duplexing. There are two basic forms of full duplexing: frequency division duplex (FDD) and time division duplex (TDD). 
  • TDD appears to be the better overall choice, but FDD is far more widely implemented because of prior frequency spectrum assignments and earlier technologies. FDD will continue to dominate the cellular business for now. Yet as spectrum becomes more costly and scarce, TDD will become more widely adopted as spectrum is reallocated and repurposed.
  • Most wireless data transmissions are TDD.Wi-Fi uses TDD. So does Bluetooth when piconets are deployed. ZigBee is TDD.
FDD_and_TDD_Mode_062620A
(FDD and TDD Mode of Communication - ResearchGate)


- Frequency Division Duplex (FDD) Bands

FDD requires two separate communications channels. Wireless systems need two separate frequency bands or channels. A sufficient amount of guard band separates the two bands so the transmitter and receiver don’t interfere with one another. Good filtering or duplexers and possibly shielding are a must to ensure the transmitter does not desensitize the adjacent receiver.

FDD requires two symmetrical segments of spectrum for the uplink and downlink channels. In a cell phone with a transmitter and receiver operating simultaneously within such close proximity, the receiver must filter out as much of the transmitter signal as possible. The greater the spectrum separation, the more effective the filters. 

FDD uses lots of frequency spectrum, though, generally at least twice the spectrum needed by TDD. In addition, there must be adequate spectrum separation between the transmit and receive channels. These so-called guard bands aren’t useable, so they’re wasteful. Given the scarcity and expense of spectrum, these are real disadvantages. 

However, FDD is very widely used in cellular telephone systems, such as the widely used GSM system. In some systems the 25-MHz band from 869 to 894 MHz is used as the downlink (DL) spectrum from the cell site tower to the handset, and the 25-MHz band from 824 to 849 MHz is used as the uplink (UL) spectrum from the handset to cell site. 

Another disadvantage with FDD is the difficulty of using special antenna techniques like multiple-input multiple-output (MIMO) and beamforming. These technologies are a core part of the Long-Term Evolution (LTE) 4G cell phone strategies for increasing data rates. It is difficult to make antenna bandwidths broad enough to cover both sets of spectrum. More complex dynamic tuning circuitry is required.

 

- Time Division Duplex (TDD) Bands

TDD uses a single frequency band for both transmit and receive. Then it shares that band by assigning alternating time slots to transmit and receive operations. The information to be transmitted—whether it’s voice, video, or computer data—is in serial binary format. Each time slot may be 1 byte long or could be a frame of multiple bytes.

TDD alternates the transmission and reception of station data over time. Time slots may be variable in length. Because of the high-speed nature of the data, the communicating parties cannot tell that the transmissions are intermittent. The transmissions are concurrent rather than simultaneous. For digital voice converted back to analog, no one can tell it isn’t full duplex. 

In some TDD systems, the alternating time slots are of the same duration or have equal DL and UL times. However, the system doesn’t have to be 50/50 symmetrical. The system can be asymmetrical as required. For instance, in Internet access, download times are usually much longer than upload times so more or fewer frame time slots are assigned as needed. Some TDD formats offer dynamic bandwidth allocation where time-slot numbers or durations are changed on the fly as required. 

The real advantage of TDD is that it only needs a single channel of frequency spectrum. Furthermore, no spectrum-wasteful guard bands or channel separations are needed. The downside is that successful implementation of TDD needs a very precise timing and synchronization system at both the transmitter and receiver to make sure time slots don’t overlap or otherwise interfere with one another. 

Timing is often synched to precise GPS-derived atomic clock standards. Guard times are also needed between time slots to prevent overlap. This time is generally equal to the send-receive turnaround time (transmit-receive switching time) and any transmission delays (latency) over the communications path.

 

 

[More to come ...]


 


Document Actions