8.4.1 Frame Structure And Burst Operation
In practical TDMA systems, transmission is organized into periodically repeating frames. Each frame consists of control or reference intervals, user data bursts, guard intervals separating adjacent bursts, and an overall frame organization that defines how these elements are arranged within the time structure.
A typical TDMA frame contains a sequence of time slots, each allocated to a specific user or logical channel. The frame structure is defined by the frame period , the number of slots per frame, the slot duration , and the guard time inserted between bursts to prevent overlap due to timing uncertainty.
Some systems include a dedicated reference or control slot at the beginning of each frame. This reference interval establishes timing alignment, distributes scheduling information, or provides system control signaling. Other systems distribute synchronization information within each burst rather than using a dedicated reference slot. Both approaches follow the same underlying principle: time alignment must be established and maintained across all users.
8.4.1.1 Burst Structure
Each user transmission occupies a burst within its assigned slot. A typical burst consists of:
- Preamble: A known sequence used for carrier recovery, timing synchronization, and frame alignment.
- Control field: Optional signaling information such as user identification, scheduling updates, or resource allocation messages.
- Payload field: The user’s data.
- Optional error-control redundancy: Forward-error-correction or parity information.
The preamble serves multiple purposes, including establishing frequency and phase coherence, recovering symbol timing, identifying the start of the burst, and enabling phase ambiguity resolution in coherent demodulators.
Because bursts are short in duration, receivers must acquire synchronization rapidly at the start of each slot. This contrasts with continuous transmission systems, where tracking loops operate continuously.
8.4.1.2 Buffering And Burst Rate
In TDMA, user data typically arrives at an average rate Rb (bits per second), but transmission occurs only during the assigned burst interval TB. Therefore, during the burst the instantaneous transmission rate R must be increased to accommodate the accumulated data:
This relationship reflects the fact that data arriving continuously must be transmitted within a fraction of the frame period.
Buffers temporarily store incoming data between bursts. The burst-mode operation therefore requires sufficient buffering capacity, higher instantaneous modulation rates, and increased instantaneous transmit power. As the duty cycle TB/TF decreases, the required burst rate and peak power increase correspondingly.
8.4.1.3 Generic Timing Illustration
The precise values of frame duration, slot length, and guard time vary widely among implementations, depending on channel bandwidth, propagation delay, user mobility, required latency, and processing constraints. The essential principle remains unchanged: deterministic time separation is achieved by ensuring that bursts do not overlap at the receiver.
Back to reading