Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform

Size: px
Start display at page:

Download "Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform"

Transcription

1 Application Note Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform Introduction This note gives an example implementation of the gain tracking algorithm required in a GSM physical layer software as part of a complete solution using the Lucent Technologies GSM Sceptre Platform. Initially the fading channel is discussed to form a basis for understanding the requirements. The Lucent Technologies GSM Sceptre Platform details with regard to the gain setting are described next. An algorithm for gain tracking is presented. The algorithm uses various output parameters from the Lucent Technologies GSM Sceptre digital receiver. Finally, some implementation aspects are discussed. It is assumed that the user is familiar with the architecture of the CSP1088, the functionality of the digital receiver, as well as the GSM requirements as listed in GSM Rec Fading Channel Mobile radio communication in GSM takes place between a fixed base station (BS) and a number of roaming mobile stations (MSs). As the distance between a BS and a MS increases the received mean signal level tends to decrease. Over relatively short distances the received mean signal is essentially constant but the received signal level can vary rapidly by amounts typically up to 40 db. These rapid variations are known as fast fading. Whilst the MS is travelling the MS does not only receive one version of the transmitted carrier, but a number which have been reflected and diffracted by buildings and other urban paraphernalia. Indeed in most environments, each version of the transmitted signal received by the MS is subjected to a specific time delay, amplitude, phase and Doppler shift depending on its path from the BS to the MS. As a consequence the constant amplitude carrier signal transmitted may be substantially different from the signal the MS receives. When the signals from the various paths sum constructively at the MS antenna, the received signal level is enhanced. A serious condition occurs when the multipath signals, i.e., the transmitted signal arriving via many paths, vectorially sum to a small value. When this occurs the received signal is said to be in a fade, and the phenomenon is called multipath fading. As the MS travels it passes through an electromagnetic field that results in the received signal level experiencing fades approximately every half wavelength along its route. When a very deep fade occurs the received signal is essentially zero and the receiver output depends on the noise. If each multipath component in the received signal is independent then the probability density function of its envelope is Rayleigh. A typical received signal's fading envelope as a function of time is shown in Figure 1

2 Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform Application Note Fading Channel (continued) Figure 1. Typical Received Signal s Fading Envelope as a Function of Time Gain Setting With the Sceptre Chipset Mobile stations based on the Sceptre chipset allow gain setting at various places. Figure 2 shows a typical block diagram of the receive section. LNA W2020 PGA CSP1088 PGA duplexer filtermixer filter mixer filter ADC CSP 1088 timing control unit automatic gain control algorithm Figure 2. Typical Block Diagram of Sceptre Receive Path 2 Lucent Technologies Inc.

3 Application Note Example for a Gain Tracking Algorithm Required in a Terminal Based on the Lucent Technologies Gain Setting With the Sceptre Chipset (continued) The gain variance of the LNA is dependent on the device and RF design. A typical value for LNA_on vs. LNA_off is 20 db. The W2020 allows a gain setting in steps of 4 db over a range of 60 db. The gain in the CSP1088 receive section can be modified by 18 db in steps of 2 db. With the dynamic range of all three components, a signal can be tracked over a range of round 100 db. The MS has to cope with signals at the antenna of less then 102 dbm (GSM Rec ). In a GSM system, the receive level is expected not to be above 20 dbm. This relates to a dynamic range of the receive signal of at least 80 db. It should be noted that the Equalizer as part of the digital receiver requires a minimum SNR (SNRmin) to work properly. For the digital receiver provided by Lucent Technologies SNRmin = 9 db. The baseband analog digital converters (ADC) of the CSP1088 have a resolution of 10bit. According to the data sheet, a SNR+distortion ratio of SNDRtypical = 59 db can be achieved (SNDRmin = 55 db). The minimum requirement of the gain tracking algorithm is to make sure that the signal into the baseband AD converters of the CSP1088 is between SNRmin and SNDRmin. As described before, the received signal is subject to fading. Considering the nature of Rayleigh fading, the optimum signal level at the baseband ADC of the CSP1088 should be SNRopt = 40 db. Figure 3 summarizes these assumptions. 10dB 10dB head room usabl e range SNR opt = 55dB min margin for 26dBdeep fading gaps SNDR 9dB SNR mi n for Equaliser optimum receive signal strength at the CSP 1088 baseband ADC Figure 3. Summary of Signal Level at the CSP1088 RX ADC One function of the digital receiver provided by Lucent Technologies is to calculate the signal strength of the baseband signal captured with the CSP1088. The function performed is: Im Q RXLEV LSB 2 + m symbol = = 128 The scaling by 8 is performed to avoid overflow in the arithmetic of the DSP and to keep the calculated RXLEV within 16 bit. The highest possible RXLEV reported by the digital receiver can be which corresponds to full scale at the baseband ADC. The dynamic range of RXLEV is 48 db. In the following chapter, full scale at the ADC is used as a reference level. As shown in Figure 3 the optimum receive level is between -20 db to -10 db relative to full scale. This corresponds to sampled I and Q data of ±50LSB ±158LSB. A good value for the following calculations is ±100. This equates to a signal of -14 db below full scale and is therefore in the usable range. By applying the formula above, RLEVopt = Lucent Technologies Inc. 3 2 m

4 Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform Application Note Gain Tracking Algorithm The RX level of 128 samples from the burst processed by the digital receiver RXLEV is available at the memory location rx_rss. For the proposed algorithm, this value should be evaluated and reported in db relative to full scale at input of the baseband AD converters of the CSP1088. This average level over burst n is referred to as RXAD(n) (negative value). The absolute RX level at the antenna input in dbm during burst n is referred to as RXANT(n). The appropriate Software(SW) has an internal table for mapping desired full scale gain (GD) to gain control word (GCW, control word for CSP1088/ W2020/ LNA gain setting). RXANT(n) + GD(n) = RXAD(n) GD GCW(GD) (GD(n) positive value) GD should be considered as the sum of the variable gain (W2020, CSP1088, LNA) and the constant gain of the receiver GRF. The SW maintains a pipeline of GD(n) values such that when an RXAD value is reported, RXANT may be derived: RXANT(n) = RXAD(n) GD(n) There is an optimum RXAD = RXAD(opt) With the assumptions made in the previous chapter, this value is: RXAD(opt) = 12 db. The gain control algorithm, RXANT = f(rxant(n)), has to predict a value of RXANT. The gain will then be set as: GD = RXAD(opt) RXANT The algorithm, to be applied to all received bursts, is as follows: IF (burst n not subject to DTX) IF (RXAD(n) > RXAD(opt)) RXANT = RXANT + RXAD(n) RXAD(opt) ELSE RXANT = RXANT MIN(RXAD(opt) RXAD(n), GINC_NO_DTX) ELSE (burst subject to DTX) IF (good burst) IF (RXAD(n) > RXAD(opt)) RXANT = RXANT + RXAD(n) RXAD(opt) ELSE RXANT = RXANT MIN(RXAD(opt) RXAD(n), GINC _DTX) RX AD(n) = 10 * log RXLEV (n) 4 Lucent Technologies Inc.

5 Application Note Example for a Gain Tracking Algorithm Required in a GSM Terminal Based on the Lucent Technologies Sceptre Platform Gain Tracking Algorithm (continued) In general, increases in the detected level are always tracked immediately, decreases in the level are tracked slowly (the increase in gain per TDMA frame is limited). Bursts that are always sent by the BS always affect the AGC as described. Bursts that may be subject to DTX, and so are not necessarily sent by the BS, only affect the AGC if the burst is good, i.e. there is some evidence that the burst was sent. The criteria for good bursts should be based on the midamble_detect_flag in the rx_status_word out of the digital receiver. GINC is dependent on the type of bursts. It determines the speed with which the variations in the signal level are tracked. On channels which are not subject to DTX (always transmitted by the BS) GINC_NO_DTX should have a higher value then GINC_DTX. This makes sure, that in case the signal drops and the digital receiver can not find the midamble, the signal can be tracked. It is recommended to set: GINC_NO_DTX = 2 db, GINC_DTX = 1 db. On BCCH, PCH, CCCH, SDCCH channel configurations, all bursts are NOT subject to DTX. On TCH/FS, SACCH and TCH bursts (SID) are not subject to DTX. All other bursts are subject to DTX. Please note that the LNA should be enabled as late as possible in case the W2020 is in receive mode whilst the CSP1088 is performing the dc calibration. This reduces the distortion caused by the receive signal. On TCH/FS channels with hopping configuration where MA includes the BCCH frequency, a second RXANT has to be maintained for samples taken on the BCCH frequency. (This is because the BS may use power control on the downlink, but may not use power control on the BCCH frequency). Note that bursts on the BCCH frequency are NEVER subject to DTX. The constant gain of the receiver GRX may vary from board to board, over receive band as well as over temperature. It is recommended to measure GRX during production and to store the appropriate values in EEPROM. Implementation Aspects As mentioned before, the appropriate Software(SW) has an internal table for mapping desired full scale gain (GD) to gain control word (GCW, control word for CSP1088/ W2020/ LNA gain setting). There is no necessity in a practical realization to assign one GCW to each possible GD. A quantization Q should be introduced such that GD(n)' = GD(n) / Q. The gain will then only be updated if RXAD(opt) RXAD(n) Q. This also results in a shorter mapping table (GD' GCW(GD')) to be maintained by the Software. It is recommended to set the quantization to Q = 2. To avoid overloading in the receive path, the gain of the W2020 should be set to the minimum possible value. This means, depending on the receive signal strength, the CSP1088 gain should be set to its maximum value of 18 db. Lucent Technologies Inc. 5

6 For additional information, contact your Microelectronics Group Account Manager or the following: INTERNET: U.S.A.: Microelectronics Group, Lucent Technologies Inc., 555 Union Boulevard, Room 30L-15P-BA, Allentown, PA 18103, , FAX (In CANADA: , FAX ), ASIA PACIFIC: Microelectronics Group, Lucent Technologies Singapore Pte. Ltd., 77 Science Park Drive, #03-18 Cintech III, Singapore Tel. (65) , FAX (65) JAPAN: Microelectronics Group, Lucent Technologies Japan Ltd., 7-18, Higashi-Gotanda 2-chome, Shinagawa-ku, Tokyo 141, Japan Tel. (81) , FAX (81) For data requests in Europe: MICROELECTRONICS GROUP DATALINE: Tel. (44) , FAX (44) For technical inquiries in Europe: CENTRAL EUROPE: (49) (Munich), NORTHERN EUROPE: (44) (Bracknell UK), FRANCE: (33) (Paris), SOUTHERN EUROPE: (39) (Milan) or (34) (Madrid) Lucent Technologies Inc. reserves the right to make changes to the product(s) or information contained herein without notice. No liability is assumed as a result of their use or application. No rights under any patent accompany the sale of any such product(s) or information. Copyright 1996 Lucent Technologies Inc. All Rights Reserved Printed in U.S.A. AP97-004WDSP

Voltage Feedback Op Amp (VF-OpAmp)

Voltage Feedback Op Amp (VF-OpAmp) Data Sheet Voltage Feedback Op Amp (VF-OpAmp) Features 55 db dc gain 30 ma current drive Less than 1 V head/floor room 300 V/µs slew rate Capacitive load stable 40 kω input impedance 300 MHz unity gain

More information

LG1626DXC Modulator Driver

LG1626DXC Modulator Driver Data Sheet LG626DXC Modulator Driver Features High data-rate optical modulator driver Adjustable output voltage up to 3 Vp-p (RL = ) Adjustable modulator dc offset Operation up to 3 Gbits/s Single ended

More information

LG1627BXC Clocked Laser Driver

LG1627BXC Clocked Laser Driver Data Sheet LG1627BXC Clocked Laser Driver Features High data-rate clocked laser diode driver Clock disable mode for data feedthrough Adjustable high output current Operation up to 3 Gbits/s Applications

More information

E2560/E2580-Type 10 Gbits/s EML Modules

E2560/E2580-Type 10 Gbits/s EML Modules E2560/E2580-Type 10 Gbits/s EML Modules Features Integrated electroabsorptive modulator 1.5 µm wavelength Characterized for 10 Gbits/s operation For use up to 80 km at 10 Gbits/s Low modulation voltage

More information

D1861A 10 Gbits/s 1310 nm DML Module

D1861A 10 Gbits/s 1310 nm DML Module D1861A 10 Gbits/s 1310 nm DML Module Description The D1861A direct-modulated laser (DML) module is a cost-effective solution for 10 Gbits/s digital transmission up to 50 km using traditional intracity

More information

LG1628AXA SONET/SDH Gbits/s Transimpedance Amplifier

LG1628AXA SONET/SDH Gbits/s Transimpedance Amplifier Transimpedance Amplifier Features High data rate: 2.5 Gbits/s High gain: 5.8 kω transimpedance Complementary 50 Ω outputs Low noise Ultrawide dynamic range Single 5.2 V ECL power supply A complete receiver/regenerator

More information

LG1625AXF Laser Driver

LG1625AXF Laser Driver Data Sheet LG1625AXF Laser Driver Features High data-rate laser diode/led driver Adjustable output current Operation up to 3 Gbits/s Single 5.2 V power supply 90 ps rise and fall times Applications SONET/SDH

More information

E2560/E2580-Type 10 Gbits/s EML Modules for 2 km 80 km Transmission

E2560/E2580-Type 10 Gbits/s EML Modules for 2 km 80 km Transmission Advance Data Sheet E2560/E2580-Type 10 Gbits/s EML Modules for 2 km 80 km Transmission Features Integrated electroabsorptive modulator 1.5 µm wavelength Characterized for 10 Gbits/s operation For use up

More information

Revision of Lecture One

Revision of Lecture One Revision of Lecture One System blocks and basic concepts Multiple access, MIMO, space-time Transceiver Wireless Channel Signal/System: Bandpass (Passband) Baseband Baseband complex envelope Linear system:

More information

GSM Fundamentals. Copyright 2000, Agilent Technologies All Rights Reserved

GSM Fundamentals. Copyright 2000, Agilent Technologies All Rights Reserved GSM Fundamentals Copyright 2000, Agilent Technologies All Rights Reserved System Overview Copyright 2000, Agilent Technologies All Rights Reserved GSM History 1981 Analogue cellular introduced Franco-German

More information

Revision of Lecture One

Revision of Lecture One Revision of Lecture One System block Transceiver Wireless Channel Signal / System: Bandpass (Passband) Baseband Baseband complex envelope Linear system: complex (baseband) channel impulse response Channel:

More information

AN-1374 Use of LMV225 Linear-In-dB RF Power Detector In CDMA2000 1X and EV_DO Mobile. and Access Terminal

AN-1374 Use of LMV225 Linear-In-dB RF Power Detector In CDMA2000 1X and EV_DO Mobile. and Access Terminal Use of LMV225 Linear-In-dB RF Power Detector In CDMA2000 1X and EV_DO Mobile Station and Access Terminal Introduction Since the commercialization of CDMA IS-95 cellular network started in 1996, Code Division

More information

Linear-In-dB RF Power Detector In W-CDMA User Equipment

Linear-In-dB RF Power Detector In W-CDMA User Equipment Linear-In-dB RF Power Detector In W-CDMA User Equipment Introduction Since 1997, Wideband Code Division Multiple Access technology has been adopted as the third generation cellular phone standard by 3GPP

More information

W2020B Transmitter. Contents. Introduction. Application Note October 1996

W2020B Transmitter. Contents. Introduction. Application Note October 1996 W2020B Transmitter Contents Introduction...1 W2020B Transmitter Architecture... 2 Image Filter...2 Verifying Performance... 5 Determining GSM Transmitted Phase Accuracy.. 5 In-Band Modulation Spurs from

More information

EUROPEAN ETS TELECOMMUNICATION September 1994 STANDARD

EUROPEAN ETS TELECOMMUNICATION September 1994 STANDARD EUROPEAN ETS 300 573 TELECOMMUNICATION September 1994 STANDARD Source: ETSI TC-SMG Reference: GSM 05.01 ICS: 33.060.30 Key words: European digital cellular telecommunications system, Global System for

More information

Application Note 37. Emulating RF Channel Characteristics

Application Note 37. Emulating RF Channel Characteristics Application Note 37 Emulating RF Channel Characteristics Wireless communication is one of the most demanding applications for the telecommunications equipment designer. Typical signals at the receiver

More information

Chapter 2: Global System for Mobile Communication

Chapter 2: Global System for Mobile Communication Chapter 2: Global System for Mobile Communication (22 Marks) Introduction- GSM services and features, GSM architecture, GSM channel types, Example of GSM Call: GSM to PSTN call, PSTN to GSM call. GSM frame

More information

G 364: Mobile and Wireless Networking. CLASS 22, Wed. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob

G 364: Mobile and Wireless Networking. CLASS 22, Wed. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob G 364: Mobile and Wireless Networking CLASS 22, Wed. Mar. 31 2004 Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob Logical vs. Physical Channels Logical channels (traffic channels, signaling (=control)

More information

GSM GSM TECHNICAL August 1997 SPECIFICATION Version 5.2.0

GSM GSM TECHNICAL August 1997 SPECIFICATION Version 5.2.0 GSM GSM 04.03 TECHNICAL August 1997 SPECIFICATION Version 5.2.0 Source: ETSI SMG Reference: TS/SMG-030403QR1 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile

More information

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman Antennas & Propagation CSG 250 Fall 2007 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Level 6 Graduate Diploma in Engineering Wireless and mobile communications

Level 6 Graduate Diploma in Engineering Wireless and mobile communications 9210-119 Level 6 Graduate Diploma in Engineering Wireless and mobile communications Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil,

More information

Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band

Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band 4.1. Introduction The demands for wireless mobile communication are increasing rapidly, and they have become an indispensable part

More information

GSM and Similar Architectures Lesson 08 GSM Traffic and Control Data Channels

GSM and Similar Architectures Lesson 08 GSM Traffic and Control Data Channels GSM and Similar Architectures Lesson 08 GSM Traffic and Control Data Channels 1 Four Types of Control Data Bursts Access burst The call setup takes place when setting the initial connection using a burst

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON ELEC6014W1 SEMESTER II EXAMINATIONS 2007/08 RADIO COMMUNICATION NETWORKS AND SYSTEMS Duration: 120 mins Answer THREE questions out of FIVE. University approved calculators may

More information

Agilent Highly Accurate Amplifier ACLR and ACPR Testing with the Agilent N5182A MXG Vector Signal Generator. Application Note

Agilent Highly Accurate Amplifier ACLR and ACPR Testing with the Agilent N5182A MXG Vector Signal Generator. Application Note Agilent Highly Accurate Amplifier ACLR and ACPR Testing with the Agilent N5182A MXG Vector Signal Generator Application Note Introduction 1 0 0 1 Symbol encoder I Q Baseband filters I Q IQ modulator Other

More information

CS 218 Fall 2003 October 23, 2003

CS 218 Fall 2003 October 23, 2003 CS 218 Fall 2003 October 23, 2003 Cellular Wireless Networks AMPS (Analog) D-AMPS (TDMA) GSM CDMA Reference: Tanenbaum Chpt 2 (pg 153-169) Cellular Wireless Network Evolution First Generation: Analog AMPS:

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 GSM 2 GSM Architecture Frequency Band and Channels Frames in GSM Interfaces, Planes, and Layers of GSM Handoff Short Message Service (SMS) 3 subscribers

More information

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam. ECE 5325/6325: Wireless Communication Systems Lecture Notes, Spring 2010 Lecture 19 Today: (1) Diversity Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

More information

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Application Note Fast, accurate synthesizer switching and settling are key performance requirements in

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P.

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. The Radio Channel COS 463: Wireless Networks Lecture 14 Kyle Jamieson [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. Steenkiste] Motivation The radio channel is what limits most radio

More information

Smart Analysis of GSM Mobile Network

Smart Analysis of GSM Mobile Network Smart Analysis of GSM Mobile Network Mr. Vishal Kumar Sharma #1, Mr. Mukul Verma #2, Mr. Arjun Singh dhakar #3 #1 Research Scholar Jagannath University, Jaipur #2 Research Scholar, RCERT,Sitapura, Jaipur

More information

Variable-gain amplifier design (VGA) a.k.a Programmable-gain amplifier (PGA)

Variable-gain amplifier design (VGA) a.k.a Programmable-gain amplifier (PGA) 1 ariable-gain amplifier design (GA) a.k.a Programmable-gain amplifier (PGA) 2 GA/PGA design why a GA/PGA is needed? Important GA/PGA specs Commonly used GA/PGA topologies Linear db/ AGC control References

More information

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Peter John Green, Goh Lee Kee, Syed Naveen Altaf Ahmed Advanced Communication Department Communication and Network

More information

G 364: Mobile and Wireless Networking. CLASS 21, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob

G 364: Mobile and Wireless Networking. CLASS 21, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob G 364: Mobile and Wireless Networking CLASS 21, Mon. Mar. 29 2004 Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob Global System for Mobile Communications (GSM) Digital wireless network standard

More information

GSM GSM TECHNICAL April 1998 SPECIFICATION Version 5.4.0

GSM GSM TECHNICAL April 1998 SPECIFICATION Version 5.4.0 GSM GSM 05.01 TECHNICAL April 1998 SPECIFICATION Version 5.4.0 Source: SMG Reference: RGTS/SMG-020501QR3 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile communications

More information

RF/IF Terminology and Specs

RF/IF Terminology and Specs RF/IF Terminology and Specs Contributors: Brad Brannon John Greichen Leo McHugh Eamon Nash Eberhard Brunner 1 Terminology LNA - Low-Noise Amplifier. A specialized amplifier to boost the very small received

More information

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection Maxim > Design Support > Technical Documents > Application Notes > Communications Circuits > APP 3942 Maxim > Design Support > Technical Documents > Application Notes > High-Speed Interconnect > APP 3942

More information

Using High Speed Differential Amplifiers to Drive Analog to Digital Converters

Using High Speed Differential Amplifiers to Drive Analog to Digital Converters Using High Speed Differential Amplifiers to Drive Analog to Digital Converters Selecting The Best Differential Amplifier To Drive An Analog To Digital Converter The right high speed differential amplifier

More information

Narrow- and wideband channels

Narrow- and wideband channels RADIO SYSTEMS ETIN15 Lecture no: 3 Narrow- and wideband channels Ove Edfors, Department of Electrical and Information technology Ove.Edfors@eit.lth.se 27 March 2017 1 Contents Short review NARROW-BAND

More information

CHAPTER 2 WIRELESS CHANNEL

CHAPTER 2 WIRELESS CHANNEL CHAPTER 2 WIRELESS CHANNEL 2.1 INTRODUCTION In mobile radio channel there is certain fundamental limitation on the performance of wireless communication system. There are many obstructions between transmitter

More information

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss Introduction Small-scale fading is used to describe the rapid fluctuation of the amplitude of a radio

More information

RF CRs, GSM Phase 2

RF CRs, GSM Phase 2 ETSI TC SMG TDoc SMG 004 /97 Meeting #21 Paris, 10th - 14th February 1997 Source : SMG7 RF CRs, GSM 11.10-1 Phase 2 Introduction : This document contains non-strategic CRs to RF sections of GSM 11.10-1

More information

Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas

Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas A. Dimitriou, T. Vasiliadis, G. Sergiadis Aristotle University of Thessaloniki, School of Engineering, Dept.

More information

LTE Radio Channel Emulation for LTE User. Equipment Testing

LTE Radio Channel Emulation for LTE User. Equipment Testing LTE 7100 Radio Channel Emulation for LTE User Equipment Testing Fading and AWGN option for 7100 Digital Radio Test Set Meets or exceeds all requirements for LTE fading tests Highly flexible with no manual

More information

Personal Communication System

Personal Communication System Personal Communication System Differences Between Cellular Systems and PCS IS-136 (TDMA) PCS GSM i-mode mobile communication IS-95 CDMA PCS Comparison of Modulation Schemes Data Communication with PCS

More information

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS Abstract of Doctorate Thesis RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS PhD Coordinator: Prof. Dr. Eng. Radu MUNTEANU Author: Radu MITRAN

More information

TSEK38 Radio Frequency Transceiver Design: Project work B

TSEK38 Radio Frequency Transceiver Design: Project work B TSEK38 Project Work: Task specification A 1(15) TSEK38 Radio Frequency Transceiver Design: Project work B Course home page: Course responsible: http://www.isy.liu.se/en/edu/kurs/tsek38/ Ted Johansson (ted.johansson@liu.se)

More information

3T Unlimited. ipat on MAGNETOM Allegra The Importance of ipat at 3T. medical

3T Unlimited. ipat on MAGNETOM Allegra The Importance of ipat at 3T. medical 3T Unlimited ipat on MAGNETOM Allegra The Importance of ipat at 3T s medical ipat on MAGNETOM Allegra The Importance of ipat at 3T The rise of 3T MR imaging Ultra High Field MR (3T) has flourished during

More information

Testing c2k Mobile Stations Using a Digitally Generated Faded Signal

Testing c2k Mobile Stations Using a Digitally Generated Faded Signal Testing c2k Mobile Stations Using a Digitally Generated Faded Signal Agenda Overview of Presentation Fading Overview Mitigation Test Methods Agenda Fading Presentation Fading Overview Mitigation Test Methods

More information

RECOMMENDATION ITU-R SM * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques

RECOMMENDATION ITU-R SM * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques Rec. ITU-R SM.1681-0 1 RECOMMENDATION ITU-R SM.1681-0 * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques (2004) Scope In view to protect

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

METHOD FOR EVALUATION OF OUTAGE PROBABILITY ON RANDOM ACCESS CHANNEL IN MOBILE COMMUNICATION SYSTEMS

METHOD FOR EVALUATION OF OUTAGE PROBABILITY ON RANDOM ACCESS CHANNEL IN MOBILE COMMUNICATION SYSTEMS Journal of ELECTRICAL ENGINEERING, VOL. 63, NO. 3, 2012, 191 195 COMMUNICATIONS METHOD FOR EVALUATION OF OUTAGE PROBABILITY ON RANDOM ACCESS CHANNEL IN MOBILE COMMUNICATION SYSTEMS Martin Kollár In order

More information

22. VLSI in Communications

22. VLSI in Communications 22. VLSI in Communications State-of-the-art RF Design, Communications and DSP Algorithms Design VLSI Design Isolated goals results in: - higher implementation costs - long transition time between system

More information

Wireless Communication Systems: Implementation perspective

Wireless Communication Systems: Implementation perspective Wireless Communication Systems: Implementation perspective Course aims To provide an introduction to wireless communications models with an emphasis on real-life systems To investigate a major wireless

More information

THE BASICS OF RADIO SYSTEM DESIGN

THE BASICS OF RADIO SYSTEM DESIGN THE BASICS OF RADIO SYSTEM DESIGN Mark Hunter * Abstract This paper is intended to give an overview of the design of radio transceivers to the engineer new to the field. It is shown how the requirements

More information

ADC Bit Optimization for Spectrum- and Energy-Efficient Millimeter Wave Communications

ADC Bit Optimization for Spectrum- and Energy-Efficient Millimeter Wave Communications ADC Bit Optimization for Spectrum- and Energy-Efficient Millimeter Wave Communications Jinseok Choi, Junmo Sung, Brian Evans, and Alan Gatherer* Electrical and Computer Engineering, The University of Texas

More information

Antennas and Propagation

Antennas and Propagation CMPE 477 Wireless and Mobile Networks Lecture 3: Antennas and Propagation Antennas Propagation Modes Line of Sight Transmission Fading in the Mobile Environment Introduction An antenna is an electrical

More information

Agilent Optimizing Your GSM Network Today and Tomorrow

Agilent Optimizing Your GSM Network Today and Tomorrow Agilent Optimizing Your SM Network Today and Tomorrow Using Drive Testing to Estimate Downlink Quality Application Note 25 Introduction This application note is a guide to understanding the air interface

More information

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu Chapter 7 GSM: Pan-European Digital Cellular System Prof. Jang-Ping Sheu Background and Goals GSM (Global System for Mobile Communications) Beginning from 1982 European standard Full roaming in Europe

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,9 116, 1M Open access books available International authors and editors Downloads Our authors

More information

TITLE: Reducing ADC Resolution by Using Analog Band-pass Filters in FDD based VDSL

TITLE: Reducing ADC Resolution by Using Analog Band-pass Filters in FDD based VDSL COMMITTEE T1-TELECOMUNICATIONS Working Group T1E1.4 (DSL Access) Ottawa, Canada, June 7-11, 1999 T1E1.4/99-334 TITLE: Reducing ADC Resolution by Using Analog Band-pass Filters in FDD based VDSL SOURCE:

More information

RECOMMENDATION ITU-R P The prediction of the time and the spatial profile for broadband land mobile services using UHF and SHF bands

RECOMMENDATION ITU-R P The prediction of the time and the spatial profile for broadband land mobile services using UHF and SHF bands Rec. ITU-R P.1816 1 RECOMMENDATION ITU-R P.1816 The prediction of the time and the spatial profile for broadband land mobile services using UHF and SHF bands (Question ITU-R 211/3) (2007) Scope The purpose

More information

Access Methods in GSM

Access Methods in GSM TDMA Methods, page 1 Access Methods in GSM 1. Fundamentals of Multiple Access Frequency division multiple access FDMA Time division multiple access TDMA Code division multiple access CDMA 2. TDMA in GSM

More information

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1 Announcement 18-759: Wireless Networks Lecture 3: Physical Layer Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2010 http://www.cs.cmu.edu/~prs/wirelesss10/

More information

Modulation and transmitted data sequence independent carrier RSSI estimation

Modulation and transmitted data sequence independent carrier RSSI estimation Modulation and transmitted data sequence independent carrier RSSI estimation Sajal Kumar Das AlgoSim, Ericsson Modem R&D, Bangalore, India sajal_das@yahoo.com Ramesh C AlgoSim, Ericsson Modem R&D, Bangalore,

More information

Evaluation of Power Budget and Cell Coverage Range in Cellular GSM System

Evaluation of Power Budget and Cell Coverage Range in Cellular GSM System Evaluation of Power Budget and Cell Coverage Range in Cellular GSM System Dr. S. A. Mawjoud samialmawjoud_2005@yahoo.com Abstract The paper deals with study of affecting parameters on the communication

More information

EUROPEAN ETS TELECOMMUNICATION August 1996 STANDARD

EUROPEAN ETS TELECOMMUNICATION August 1996 STANDARD EUROPEAN ETS 300 578 TELECOMMUNICATION August 1996 STANDARD Sixth Edition Source: ETSI TC-SMG Reference: RE/SMG-020508PR5 ICS: 33.060.50 Key words: Digital telecommunications system, Global System for

More information

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation Ted Johansson, EKS, ISY RX Nonlinearity Issues: 2.2, 2.4 Demodulation: not in the book 2 RX nonlinearities System Nonlinearity

More information

A Simple Method to Reduce DC Power Consumption in CDMA RF Power Amplifiers Through the. LMV225 and an Efficient Switcher AN-1438

A Simple Method to Reduce DC Power Consumption in CDMA RF Power Amplifiers Through the. LMV225 and an Efficient Switcher AN-1438 A Simple Method to Reduce DC Power Consumption in CDMA RF Power Amplifiers Through the LMV225 and an Efficient Switcher Introduction The need for higher wireless data rates is driving the migration of

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

Chapter 4 Radio Communication Basics

Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics RF Signal Propagation and Reception Basics and Keywords Transmitter Power and Receiver Sensitivity Power - antenna gain: G TX,

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

Some Radio Implementation Challenges in 3G-LTE Context

Some Radio Implementation Challenges in 3G-LTE Context 1 (12) Dirty-RF Theme Some Radio Implementation Challenges in 3G-LTE Context Dr. Mikko Valkama Tampere University of Technology Institute of Communications Engineering mikko.e.valkama@tut.fi 2 (21) General

More information

R&D White Paper WHP 062. DVB-T for mobile microwave links. Research & Development BRITISH BROADCASTING CORPORATION. June 2003

R&D White Paper WHP 062. DVB-T for mobile microwave links. Research & Development BRITISH BROADCASTING CORPORATION. June 2003 R&D White Paper WHP 062 June 2003 DVB-T for mobile microwave links D. van Kemenade, A. van Roermund* and J. Zubrzycki *Chairman of the Mixed-signal Microelectronics Group at Eindhoven University of Technology

More information

RRC Vehicular Communications Part II Radio Channel Characterisation

RRC Vehicular Communications Part II Radio Channel Characterisation RRC Vehicular Communications Part II Radio Channel Characterisation Roberto Verdone Slides are provided as supporting tool, they are not a textbook! Outline 1. Fundamentals of Radio Propagation 2. Large

More information

GLOBAL SYSTEM FOR MOBILE COMMUNICATION. ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017

GLOBAL SYSTEM FOR MOBILE COMMUNICATION. ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017 GLOBAL SYSTEM FOR MOBILE COMMUNICATION ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017 1 GLOBAL GSM FREQUENCY USAGE 2 EXAMPLE: GSM FREQUENCY ALLOCATION Generally, countries with large land mass would

More information

Application Note. StarMIMO. RX Diversity and MIMO OTA Test Range

Application Note. StarMIMO. RX Diversity and MIMO OTA Test Range Application Note StarMIMO RX Diversity and MIMO OTA Test Range Contents Introduction P. 03 StarMIMO setup P. 04 1/ Multi-probe technology P. 05 Cluster vs Multiple Cluster setups Volume vs Number of probes

More information

Today s communication

Today s communication From October 2009 High Frequency Electronics Copyright 2009 Summit Technical Media, LLC Selecting High-Linearity Mixers for Wireless Base Stations By Stephanie Overhoff Maxim Integrated Products, Inc.

More information

Implementation of a MIMO Transceiver Using GNU Radio

Implementation of a MIMO Transceiver Using GNU Radio ECE 4901 Fall 2015 Implementation of a MIMO Transceiver Using GNU Radio Ethan Aebli (EE) Michael Williams (EE) Erica Wisniewski (CMPE/EE) The MITRE Corporation 202 Burlington Rd Bedford, MA 01730 Department

More information

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth.

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth. UNIT- 7 Radio wave propagation and propagation models EM waves below 2Mhz tend to travel as ground waves, These wave tend to follow the curvature of the earth and lose strength rapidly as they travel away

More information

RADIO LINK ASPECT OF GSM

RADIO LINK ASPECT OF GSM RADIO LINK ASPECT OF GSM The GSM spectral allocation is 25 MHz for base transmission (935 960 MHz) and 25 MHz for mobile transmission With each 200 KHz bandwidth, total number of channel provided is 125

More information

APPLICATION NOTE. Atmel AVR127: Understanding ADC Parameters. Atmel 8-bit Microcontroller. Features. Introduction

APPLICATION NOTE. Atmel AVR127: Understanding ADC Parameters. Atmel 8-bit Microcontroller. Features. Introduction APPLICATION NOTE Atmel AVR127: Understanding ADC Parameters Atmel 8-bit Microcontroller Features Getting introduced to ADC concepts Understanding various ADC parameters Understanding the effect of ADC

More information

EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY. Why do we need UWB channel models?

EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY. Why do we need UWB channel models? Wireless Communication Channels Lecture 9:UWB Channel Modeling EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY Overview What is Ultra-Wideband (UWB)? Why do we need UWB channel

More information

8 Hints for Better Spectrum Analysis. Application Note

8 Hints for Better Spectrum Analysis. Application Note 8 Hints for Better Spectrum Analysis Application Note 1286-1 The Spectrum Analyzer The spectrum analyzer, like an oscilloscope, is a basic tool used for observing signals. Where the oscilloscope provides

More information

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS FUNCTIONS OF A RADIO RECEIVER The main functions of a radio receiver are: 1. To intercept the RF signal by using the receiver antenna 2. Select the

More information

Application Note AN-001: Range Extension using NuWaves NuPower Xtender TM Bidirectional Power Amplifiers

Application Note AN-001: Range Extension using NuWaves NuPower Xtender TM Bidirectional Power Amplifiers Application Note AN-001: Extension using NuWaves NuPower Xtender TM Bidirectional Power Amplifiers Introduction This application note covers the basics of RF propagation, the effects of fading, multipath,

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Written Exam Channel Modeling for Wireless Communications - ETIN10

Written Exam Channel Modeling for Wireless Communications - ETIN10 Written Exam Channel Modeling for Wireless Communications - ETIN10 Department of Electrical and Information Technology Lund University 2017-03-13 2.00 PM - 7.00 PM A minimum of 30 out of 60 points are

More information

Case Study: and Test Wireless Receivers

Case Study: and Test Wireless Receivers Case Study: Using New Technologies to Design and Test Wireless Receivers Agenda Architecture of a receiver Basic GPS Receiver Measurements Case Study 1: GPS Simulation How Testing Works Simulation vs.

More information

HY448 Sample Problems

HY448 Sample Problems HY448 Sample Problems 10 November 2014 These sample problems include the material in the lectures and the guided lab exercises. 1 Part 1 1.1 Combining logarithmic quantities A carrier signal with power

More information

3GPP TS V ( )

3GPP TS V ( ) 1 3GPP TS 05.08 V5.10.0 (2000-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GERAN; Digital cellular telecommunications system (Phase 2+); Radio subsystem

More information

GSM GSM TECHNICAL May 1996 SPECIFICATION Version 5.1.0

GSM GSM TECHNICAL May 1996 SPECIFICATION Version 5.1.0 GSM GSM 05.05 TECHNICAL May 1996 SPECIFICATION Version 5.1.0 Source: ETSI TC-SMG Reference: TS/SMG-020505QR ICS: 33.060.50 Key words: Digital cellular telecommunications system, Global System for Mobile

More information

Lecture - 06 Large Scale Propagation Models Path Loss

Lecture - 06 Large Scale Propagation Models Path Loss Fundamentals of MIMO Wireless Communication Prof. Suvra Sekhar Das Department of Electronics and Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 06 Large Scale Propagation

More information

Simulation of Outdoor Radio Channel

Simulation of Outdoor Radio Channel Simulation of Outdoor Radio Channel Peter Brída, Ján Dúha Department of Telecommunication, University of Žilina Univerzitná 815/1, 010 6 Žilina Email: brida@fel.utc.sk, duha@fel.utc.sk Abstract Wireless

More information

Supporting Network Planning Tools III

Supporting Network Planning Tools III Welcome! Session 5.8 Supporting Network Planning Tools III by Roland Götz 1 Modern Radio Network Planning Tools Radio Network Planning Tool Interference Analysis Data / Result Output Interference Analysis

More information

Page 1. Problems with 1G Systems. Wireless Wide Area Networks (WWANs) EEC173B/ECS152C, Spring Cellular Wireless Network

Page 1. Problems with 1G Systems. Wireless Wide Area Networks (WWANs) EEC173B/ECS152C, Spring Cellular Wireless Network EEC173B/ECS152C, Spring 2009 Wireless Wide Area Networks (WWANs) Cellular Wireless Network Architecture and Protocols Applying concepts learned in first two weeks: Frequency planning, channel allocation

More information

A New Power Control Algorithm for Cellular CDMA Systems

A New Power Control Algorithm for Cellular CDMA Systems ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 4, No. 3, 2009, pp. 205-210 A New Power Control Algorithm for Cellular CDMA Systems Hamidreza Bakhshi 1, +, Sepehr Khodadadi

More information

Wireless Channel Propagation Model Small-scale Fading

Wireless Channel Propagation Model Small-scale Fading Wireless Channel Propagation Model Small-scale Fading Basic Questions T x What will happen if the transmitter - changes transmit power? - changes frequency? - operates at higher speed? Transmit power,

More information

Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios

Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios Dani Korpi 1, Sathya Venkatasubramanian 2, Taneli Riihonen 2, Lauri Anttila 1, Sergei Tretyakov 2, Mikko Valkama

More information