+ All Categories
Home > Documents > Gsm and edge

Gsm and edge

Date post: 25-Dec-2014
Category:
Upload: piyush-chakrawarty
View: 123 times
Download: 2 times
Share this document with a friend
Description:
 
20
GSM and EDGE Transmission
Transcript
Page 1: Gsm and edge

GSM and EDGE Transmission

Page 2: Gsm and edge

What is ?

• Global System for Mobile (GSM) is a second generation cellular standard developed to cater voice services and data delivery using digital modulation.

• It is a digital, circuit-switched network optimized for full duplex voice telephony.

• Most 2G GSM networks operate in the 900 MHz or 1800 MHz bands.

Page 3: Gsm and edge

Block diagram

Page 4: Gsm and edge

Channel encoder

• Single GSM data block uses 260 random bits

• The purpose of the channel encoder is to provide the GSM receiver with the ability to detect transmission errors and eventually correct some of these.

Page 5: Gsm and edge

Input : 260 bits Output : 456 bits

Channel encoding in GSM. A total of 196 redundant bits are added

Most significant information bits

Page 6: Gsm and edge

Convolution encoder

• The convolution encoder takes a block of ‘k’ bits as input and returns a block of ‘n’ bits as output.

• The rate of the encoder, defined as the ratio k/n, is in the GSM system specified to be 1/2

Page 7: Gsm and edge

Interleaving

• The interleaver shuffles the bits contained in the data blocks output from the channel encoder, and distributes them over a number of bursts.

• The purpose of this procedure is to ensure that the errors that appear in a received data block are uncorrelated.

Page 8: Gsm and edge

Idea behind interleaving

Page 9: Gsm and edge

Multiplexing

• Multiplexer takes data from the interleaver, and place it appropriately in a frame structure.

• The implemented burst, referred to as a GSM normal burst, has the structure displayed as

(Interleaved output bits)/(burst’s) =456/4 = 114 data bits/burst

Page 10: Gsm and edge

GMSK-Modulation

• Differential encoding– The sequence of {0,1} is first mapped from the RTZ

(Return To Zero) signal representation to a NRZ representation {-1,1}.

• GMSK modulation– Gaussian minimum-shift keying– We get {I,Q} components as output

Page 11: Gsm and edge

Advantages of GSM over Analog system

• Reduced RF transmission power and longer battery life.

• International roaming capability. Encryption capability for information security and privacy.

Applications of GSM• Mobile telephony• SMS (Short messaging service)• Value added services

Page 12: Gsm and edge

Evolution of GSM• 2nd Generation

GSM -9.6 Kbps (data rate)

• 2.5 Generation GPRS (General Packet Radio service)

Data rate: 14.4 - 115.2 Kbps EDGE (Enhanced data rate for GSM Evolution)

Data rate: 547.2 Kbps (max) • 3rd Generation

WCDMA(Wide band CDMA) Data rate : 0.348 – 2.0 Mbps

Page 13: Gsm and edge

EDGE

• Enhanced Data rates for GSM Evolution (EDGE) is a digital mobile phone technology that allows improved data transmission rates as a backward-compatible extension of GSM.

• Threefold increase in capacity and performance compared with an ordinary GSM/GPRS connection

• EDGE increased the bandwidth of GSM from 144 Kbps to 384 Kbps.

Page 14: Gsm and edge

Implementation of EDGE

• No hardware or software changes to be made in GSM core networks, only base stations must be modified.

• EDGE compatible transceiver units must be installed in Base Station Subsystem hardware.

• Software upgrades to the Base Station Controller (BSCs) and Base Stations (BS). EDGE is just an “add-on” to the BSS.

• A new modulation scheme “8-PSK” is introduced to provide high data rate and high spectral efficiency.

Page 15: Gsm and edge

EDGE Modulation

• EDGE produces a 3-bit word for every change in carrier phase. This effectively triples the gross data rate offered by GSM.

Page 16: Gsm and edge

EDGE Channel Coding and Frame Structure

464 bits1 data block

Convolution CodingRate = 1/3Length = 7

Puncture Interleave

Burst N

Burst N+1

Burst N+2

Burst N+3 Burst Format

8PSK Modulate

1392 bits 1392 bits

348 bits/burst

348 bits468.75 bits

156.25 symbols/slot

0 1 2 3 4 5 6 7

8 Time Slots

1 Time Slot = 576.92 µs

Tail symbols

3

Data symbols

58

Tail symbols

3

Data symbols

58

Training symbols

26

Guard symbols

8.25

Modulation: 8PSK, 3 bits/symbolSymbol rate: 270.833 kspsPayload/burst: 348 bitsGross bit rate/time slot: 69.6 kbps - overhead = 59.2 kbps user data

20 msec frame with 4 time-slots for each of 8 bearers

Page 17: Gsm and edge

Advantages of EDGE

User Benefits1. Speed2. An “always-on” connection3. Coverage

Operator Benefits1. Spectrally efficient and flexible2. Ease of upgrade3. Backward compatibility4. Cost-efficiency

Page 18: Gsm and edge

Applications of EDGE

• EDGE enables operators to introduce 3G data applications into existing GSM networks and thereby increase the speed of packet oriented transmission three-fold.– Mobile Internet access– Wireless access to databases– e-Commerce– Video telephony– MMS

Page 19: Gsm and edge

Matlab implementation

1. Generate random data of length 2602. Separate input in classes 1a,1b,23. Parity encoding of most important 50 bits (1a)4. Convolution encoding5. Interleaving6. Multiplexing7. Differential encoding8. GMSK modulation9. Transmit {I,Q} components

Page 20: Gsm and edge

Recommended