privateline.com logo: Welcome to my site!


Privateline.com: GSM (PCS in America)

Google
The Web Privateline.com


 
SITE MENU
HOME PAGE
Old Home Page
Advertise here
Cell Phone Plans
Cell Phone Basics
Clip Art/Images
Contact Me!
Daily Notes
Digital Basics
Telecom History
Links
Miscellany
Telecom News
Website Docs
Wired Telecom
Wireless Pages
Writers

Sub-Menu
1. History of GSM
2. Services provided by GSM
3. Architecture of the GSM network
3.1. Mobile Station
3.2. Base Station Subsystem
3.3. Network Subsystem
4. Radio link aspects
4.1. Multiple access and channel structure
4.1.1. Traffic channels
4.1.2. Control channels
4.1.3. Burst structure
4.2. Speech coding
4.3. Channel coding and modulation
4.4. Multipath equalization
4.5. Frequency hopping
4.6. Discontinuous transmission
4.7. Discontinuous reception
4.8. Power control
5. Network aspects
5.1. Radio resources management
5.1.1. Handover
5.2. Mobility management
5.2.1. Location updating
5.2.2. Authentication and security
5.3. Communication management
5.3.1. Call routing
6. Conclusion and comments
7. Bibliography and references
8. Original article is here

Reserved

Reserved


 
GSM or PCS

Article written by John Scourias, with comments in maroon by Tom Farley

4.2 Speech coding

Speech coding means turning voice into digital. I've written much on this subject so be sure to click on the links below if there are points you don't understand . . .

GSM is a digital system, so speech which is inherently analog, has to be digitized. The method employed by ISDN, and by current telephone systems for multiplexing voice lines over high speed trunks and optical fiber lines, is Pulse Coded Modulation (PCM). The output stream from PCM is 64 kbps, too high a rate to be feasible over a radio link. The 64 kbps signal, although simple to implement, contains much redundancy. The GSM group studied several speech coding algorithms on the basis of subjective speech quality and complexity (which is related to cost, processing delay, and power consumption once implemented) before arriving at the choice of a Regular Pulse Excited -- Linear Predictive Coder (RPE--LPC) with a Long Term Predictor loop.

Conventional cellular uses an equally intimidating algorithm named Vector Sum Excited Linear Predictive speech compression. Ugh. Click here to learn about it.

Basically, information from previous samples, which does not change very quickly, is used to predict the current sample. The coefficients of the linear combination of the previous samples, plus an encoded form of the residual, the difference between the predicted and actual sample, represent the signal. Speech is divided into 20 millisecond samples, each of which is encoded as 260 bits, giving a total bit rate of 13 kbps.

This is the subject of digital signal processing. Read about it here.

This is the so-called Full-Rate speech coding. Recently, an Enhanced Full-Rate (EFR) speech coding algorithm has been implemented by some North American GSM1900 operators. This is said to provide improved speech quality using the existing 13 kbps bit rate.

Nokia said in January, 1997 that they would start shipping Enhanced Full Rate voice codecs by March 1997: http://press.nokia.com/PR/199701/775480_5.html; I must assume their use is now wide spread.

4.3 Channel coding and modulation

Because of natural and man-made electromagnetic interference, the encoded speech or data signal transmitted over the radio interface must be protected from errors. GSM uses convolutional encoding and block interleaving to achieve this protection. The exact algorithms used differ for speech and for different data rates. The method used for speech blocks will be described below.

Radio waves are a rough medium to transmit fragile data over; we need a way to protect that information. We do so with error checking, mathematical routines that check and then double-check the integrity of our data. These methods contribute greatly to the overhead in a digital stream, adding a tremendous amount of bits, and thus dramatically cutting down on data speed. It's one reason data transfer rates are only 9.6kbs. This is a complex subject, one I haven't written much on.

Recall that the speech codec produces a 260 bit block for every 20 ms speech sample. From subjective testing, it was found that some bits of this block were more important for perceived speech quality than others. The bits are thus divided into three classes:

  • Class Ia 50 bits - most sensitive to bit errors
  • Class Ib 132 bits - moderately sensitive to bit errors
  • Class II 78 bits - least sensitive to bit errors

Class Ia bits have a 3 bit Cyclic Redundancy Code added for error detection. If an error is detected, the frame is judged too damaged to be comprehensible and it is discarded. It is replaced by a slightly attenuated version of the previous correctly received frame. These 53 bits, together with the 132 Class Ib bits and a 4 bit tail sequence (a total of 189 bits), are input into a 1/2 rate convolutional encoder of constraint length 4. Each input bit is encoded as two output bits, based on a combination of the previous 4 input bits. The convolutional encoder thus outputs 378 bits, to which are added the 78 remaining Class II bits, which are unprotected. Thus every 20 ms speech sample is encoded as 456 bits, giving a bit rate of 22.8 kbps.

To further protect against the burst errors common to the radio interface, each sample is interleaved. The 456 bits output by the convolutional encoder are divided into 8 blocks of 57 bits, and these blocks are transmitted in eight consecutive time-slot bursts. Since each time-slot burst can carry two 57 bit blocks, each burst carries traffic from two different speech samples.

Recall that each time-slot burst is transmitted at a gross bit rate of 270.833 kbps. This digital signal is modulated onto the analog carrier frequency using Gaussian-filtered Minimum Shift Keying (GMSK). GMSK was selected over other modulation schemes as a compromise between spectral efficiency, complexity of the transmitter, and limited spurious emissions. The complexity of the transmitter is related to power consumption, which should be minimized for the mobile station. The spurious radio emissions, outside of the allotted bandwidth, must be strictly controlled so as to limit adjacent channel interference, and allow for the co-existence of GSM and the older analog systems (at least for the time being).

For much, much more on GMSK, read Professor Levine's comments by clicking here. This discussion is quite advanced.

You can read my writing on modulation by clicking here.

4.4 Multipath equalization

At the 900 MHz range, radio waves bounce off everything - buildings, hills, cars, airplanes, etc. Thus many reflected signals, each with a different phase, can reach an antenna. Equalization is used to extract the desired signal from the unwanted reflections. It works by finding out how a known transmitted signal is modified by multipath fading, and constructing an inverse filter to extract the rest of the desired signal. This known signal is the 26-bit training sequence transmitted in the middle of every time-slot burst. The actual implementation of the equalizer is not specified in the GSM specifications.

Here are two old Western Union images. The top graphic shows transmission without a delay equalizer. The image below it shows the same transmission corrected by a delay equalizer.

Equalizer illustration

Above. No equalizer.

Above. Delay equalizer introduced. Pretty dramatic difference, eh?

 

4.5 Frequency hopping

The mobile station already has to be frequency agile, meaning it can move between a transmit, receive, and monitor time slot within one TDMA frame, which normally are on different frequencies. GSM makes use of this inherent frequency agility to implement slow frequency hopping, where the mobile and BTS transmit each TDMA frame on a different carrier frequency. The frequency hopping algorithm is broadcast on the Broadcast Control Channel. Since multipath fading is dependent on carrier frequency, slow frequency hopping helps alleviate the problem. In addition, co-channel interference is in effect randomized.

Here's a huge difference between conventional cellular (IS-136) and GSM: frequency hopping. When enabled, slots within frames can leapfrog from one frequency to another. In IS-136, by comparison, once assigned a channel your call stays on that pair of radio frequencies until the call is over or you have moved to another cell.

Three frogs a leapin . . .

Next Page --->

 

Pages: Table of Contents (1) (2) (3) (3A) (4) (5) (5A) (6) (7) (8) (9) (10) (11) (12) (13) (14)

privateline.com logo http://www.privateline.com: West Sacramento, California, USA. A Tom Farley production

 

 

 
Sponsor

Sponsor

Sponsor

Reserved