Neural Model for Path Loss Prediction in Suburban Environment

Size: px
Start display at page:

Download "Neural Model for Path Loss Prediction in Suburban Environment"

Transcription

1 Neural Model for Path Loss Prediction in Suburban Environment Ileana Popescu, Ioan Nafornita, Philip Constantinou 3, Athanasios Kanatas 3, Netarios Moraitis 3 University of Oradea, 5 Armatei Romane Str., Oradea, Romania Visitor Researcher at the Mobile Radiocommunications Laboratory, National Technical University of Athens, Greece Tel: , Fax: ipopes@cc.ece.ntua.gr Technical University of Timisoara, Vasile Parvan Str., Timisoara, Romania ioan-naf@hermes.ee.utt.ro 3 Mobile Radiocommunications Laboratory, National Technical University of Athens, 9 Heroon Polytechniou Str. GR-57 73, Zografou, Athens, Greece fonst@mobile.ntua.gr, anatas@mobile.ntua.gr, morai@mobile.ntua.gr Abstract This paper presents neural networ based model for the prediction of propagation path loss in suburban environment. The performance of the neural model is compared to the measured path loss values from the measurements conducted in Oia village on Santorini Island, Greece, based on the absolute mean error, standard deviation and the root mean squared error between predicted and measured values. Keywords: channel measurements and characterization, neural networs, propagation loss model.. Introduction The prediction of propagation path loss is an important step in planning a mobile radio system and accurate prediction methods are needed in order to determine the parameters of a radio system that will provide efficient and reliable coverage of a specified area. Prediction models can be divided in the following three categories: - empirical models [5] consisting of diagrams or equations for path loss calculation, which are obtained from statistical analysis of a large number of measurements,

2 - deterministic models [3] - [4], based on an abstract environment, retaining some basic features of it in order to mae a theoretical treatment possible, - semi-empirical models [6] resulting from an empirical modification of the deterministic models in order to improve the agreement with measurements. The neural networs represent an alternative approach to the propagation prediction models. The advantages of this approach are given by their flexibility to adapt to different environments, the high speed processing and their ability to process a high amount of data.. The Measurements Field strength measurements used to design and test the models were performed in the 890 MHz band in Oia village on Santorini Island (Greece). The village of Oia is built on a high peninsula on the island of Santorini. The area cannot be easily characterized as suburban because of the unique Cycladic environment, which is characteristic in Gree islands. Oia is a tourist area with narrow waling paths, except of three main streets. The buildings are mostly stony and two-floors. Many of them are embedded into the roc, being carved out of the stones with non-canonical shape. The tree density was negligible on the island. The street and the village plan are also non-uniform. The transmitter hardware consists of a signal generator supplying a CW tone at 890 MHz. The output power level was +33 dbm. The transmitting antenna was an omnidirectional antenna with a gain of.5 dbi. Typical system and cable losses were.5 db. The transmitting unit, the mast and the antenna were placed on a specially designed car-trailer that could be easily transported. The height of the base station antenna was always 4 m above the ground level. The receiver hardware consists of an omnidirectional antenna with.5 db gain, a low noise amplifier, a receiver, a sampling card and a personal computer to record the data. The

3 receiver (including the low noise amplifier) has a 0dBm noise floor while the system and cable losses were.5 db. Thus the maximum path loss that could be measured by the system was 53 db. The receiving antenna was always.8 m above the ground level. The fast fluctuations effects were eliminated by averaging the measured received power over a distance of 6 m, that corresponds to approximately 40λ sliding window. After converting the values from received power to path loss versus distance, we compare the measured path loss with the predicted values of path loss by the neural networ model, based on the absolute mean error, standard deviation and root mean square error. In addition, the measured values were compared with the results obtained by Walfisch-Bertoni model (WB) [3], COST3-Walfisch-Iegami model (CWI) [7] and simple regression model (SRM) [0]. The absolute error between the measured and predicted path loss is computed with: Ei measured predicted PLi PLi = () where i represents the number of the measured sample. The absolute mean error is computed by: N μ = E i N i= () where N is the total number of measured samples. The standard deviation is determined from the absolute error () and the mean absolute error (): σ = N E μ i N N i= (3) The RMS error is given by: RMS = μ + σ (4) The designed neural models and the examined empirical models require parameters that describe the propagation environment such as the street width, the roof top height and the building bloc spacing. Average values were used since these variables change continuously

4 along one route. For the determination of these geometric parameters a map with building database was used. In Oia village the roof top height ranges from 5m to 5m, the street width ranges from 5m to 30m and the building bloc spacing ranges from 0m to 50m. 3. Neural Networ Configuration In our study we have used multilayer feedforward networs, commonly referred to as multilayer perceptrons (MLPs). The basic component of a neural networ is the neuron. Figure shows the configuration of a multilayer perceptron with one hidden layers and an output layer. The networ shown here is fully interconnected, that is each neuron of a layer is connected to each neuron of the next layer so that only forward transmission through the networ is possible, from the input layer to the output layer through the hidden layers. w ji w oj x 0 x y x n- Input Layer Hidden Layer Output Layer Figure : The configuration of the Multilayer Perceptron The output of the neural networ is described by the following equation: M N y = F 0 woj Fh w ji xi j= 0 i= 0 (5) where: -w oj represents the synaptic weights from neuron j in the hidden layer to the single output neuron, -x i represents the i th element of the input vector,

5 -F h and F 0 are the activation function of the neurons from the hidden layer and output layer, respectively, -w ji are the connection weights between the neurons of the hidden layer and the inputs. The learning phase of the networ proceeds by adaptively adjusting the free parameters of the system based on the mean squared error E, described by equation (6), between predicted and measured path loss for a set of appropriately selected training examples: E = m i= ( y ) i di (6) where y i is the output value calculated by the networ and d i represents the expected output. When the error between networ output and the desired output is minimized, the learning process is terminated and the networ can be used in the testing phase with test vectors. The goal of the prediction is not only to produce small errors for the set of training examples but also to be able to perform well with examples not used in the training process. This generalization property is very important in practical prediction situation where the intention is to use the propagation prediction model to determine the coverage area of potential transmitter locations for which no or limited measured data are available. Bacpropagation learning algorithm was created by generalizing the Widrow-Hoff learning rule to multiple layer networs and nonlinear differentiable transfer functions. There are many variations of the bacpropagation algorithm. The simplest implementation of it updates the networ weights and biases in the direction in which the performance function decreases most rapidly the negative of the gradient. One iteration of this algorithm can be written: x + = x a g (7)

6 where x is a current vector of weights and biases, g is the current gradient and a is the learning rate. In the conjugate gradient algorithms a search is performed along conjugate directions. All of the conjugate gradient algorithms start by searching in the steepest descent direction (negative of the gradient) on the first iteration: p0 = g0 (8) A line search is then performed to determine the optimal distance to move along the search direction: x + = x + a p (9) Then the next search direction is determined so that it is conjugate to previous search directions. The general procedure for determining the new search direction is to combine the new steepest descent direction with the previous search direction: p + = g + b p (0) For all conjugate gradient algorithms, the search direction will be periodically reset to the negative of the gradient. The standard reset point occurs when the number of iterations is equal to the number of networ parameters (weights and biases) but there are another reset methods that can improve the efficiency of training. In our application the neural networs is trained with the Powell-Beale version of the conjugate gradient algorithm. This method was proposed by Powell [8], based on the earlier version proposed by Beale [9]. For this technique the restart taes place if there is very little orthogonality left between the current gradient and the previous gradient. This is tested with the following inequality: g T g 0. g () If this condition is satisfied, the search direction is reset to the negative of the gradient.

7 4. Results The neural networ model is trained with physical data that includes distance between transmitter and receiver, the width of the streets, the height of the buildings, the building separation and the street orientation. Since our purpose is to train the neural networ to perform well for all the routes, we should build the training set including points from the entire set of measurements data. We have train the networ with 333 measurement points (from the total of 665 points). The rest of available measurements have been used for testing purpose. The neural model has a single output which represents the normalized propagation path loss. Two hidden layers with neurons each were used in the configuration of the neural networs. The transfer function used for the hidden layer is the sigmoidal tangent and for the output layer is the linear function. The results obtained over the entire test set have been compared with the results obtained by using the Walfisch-Bertoni model (WB) [3], the COST3-Walfisch-Iegami model (CWI) [7] and the simple regression model (SRM) [0]. The performances achieved by the above-mentioned models for the entire test data are represented in Table. Table. Comparison between the NN approach and the other empirical models [db] NN SRM WB CWI Mean Error Std Dev RMS Error If in the neural networ input data we also include the multi-screen diffraction loss and the roof-to-screen diffraction computed by COST3-Walfisch-Iegami algorithm, the root mean square error reduced by 0.54 db. Figure represents the measured and predicted propagation path loss by the Multilayer Perceptron models and CWI model in case of one particular route.

8 Path Loss [db] Distance [m] Measurements NN Model CWI Model Figure. Comparison between the measured and the predicted propagation path loss by the neural model and the CWI model for one particular route. 5. Conclusions In this paper we have studied an application of the neural networ model for the prediction of propagation path loss and we have compared it with measurements and with the prediction made by different empirical models. The results of the neural networ application are more accurate than the other empirical models. References [] T. Balandier, A. Caminada. V. Lemoine, F. Alexandre, 70 MHz Field Strength Prediction in Urban Environments Using Neural Nets, Proc. IEEE Inter. Symp. Personal, Indoor and Mobile Radio Comm., vol., pp. 0-4, Sept. 995

9 [] S. Hayin, Neural Networs. A Comprehensive Foundation, IEEE Press, McMillan College Publishing Co., 994 [3] J. Walfisch, H. L. Bertoni, A theoretical model of UHF propagation in urban environments, IEEE Trans. On Antennas and Propagation, vol. 36, no., pp , Dec. 988 [4] Iegami F., Yoshida S., Analysis of multipath propagation in urban mobile radio environment, IEEE Trans. Antennas and Propagation, Vol. 8, No. 4, pp , 980 [5] Hata M. Empirical formula for propagation loss in land mobile radio services, IEEE Trans. on Vehicular Technology, Vol. 9, No. 3, pp , 980 [6] Chan G. K. Propagation and coverage prediction for cellular radio systems, IEEE Trans. on Vehicular Technology, Vol. 40, No. 4, pp , Nov. 99 [7] H. Har, A. M. Watson, A. G. Chadney, Comment on diffraction loss of roof-to-street in COST3-Walfish-Iegami model, IEEE Trans. On Vehicular Technology, vol. 48, no. 5, pp.45-45, Sept. 999 [8] M. J. D. Powell, Restart procedures for the conjugate gradient method, Mathematical Programming, vol., pp. 4-54, 977 [9] E. M. L. Beale, A derivation of conjugate gradients, F. A. Lootsma, ed. Numerical methods for nonlinear optimization, London: Academic Press, 97 [0] T. S, Rappaport, Wireless Communications. Principles and practice, Prentice Hall PTR, 996

Generalized Regression Neural Network Prediction Model for Indoor Environment

Generalized Regression Neural Network Prediction Model for Indoor Environment Generalized Regression Neural Networ Prediction Model for Indoor Environment Ileana Popescu, Philip Constantinou Mobile Radiocommunications Laborator, National Technical Universit of Athens, Greece ileana@mobile.ntua.gr

More information

POLITEHNICA UNIVERSITY TIMISOARA

POLITEHNICA UNIVERSITY TIMISOARA POLITEHNICA UNIVERSITY TIMISOARA ELECTRONICS AND TELECOMMUNICATIONS FACULTY NEURAL NETWORK APPLICATIONS FOR RADIOCOVERAGE STUDIES IN MOBILE COMMUNICATION SYSTEMS Ph. D. Thesis Eng. Ileana Popescu Supervisors:

More information

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands *

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands * Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 9, 1, and 2 MHz Bands * Dr. Tammam A. Benmus Eng. Rabie Abboud Eng. Mustafa Kh. Shater EEE Dept. Faculty of Eng. Radio

More information

Development and Comparison of Artificial Neural Network Techniques for Mobile Network Field Strength Prediction across the Jos- Plateau, Nigeria

Development and Comparison of Artificial Neural Network Techniques for Mobile Network Field Strength Prediction across the Jos- Plateau, Nigeria Development and Comparison of Artificial Neural Network Techniques for Mobile Network Field Strength Prediction across the Jos- Plateau, Nigeria Deme C. Abraham Department of Electrical and Computer Engineering,

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

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

Application of classical two-ray and other models for coverage predictions of rural mobile communications over various zones of India

Application of classical two-ray and other models for coverage predictions of rural mobile communications over various zones of India Indian Journal of Radio & Space Physics Vol. 36, October 2007, pp. 423-429 Application of classical two-ray and other models for coverage predictions of rural mobile communications over various zones of

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

UHF Radio Frequency Propagation Model for Akure Metropolis

UHF Radio Frequency Propagation Model for Akure Metropolis Abstract Research Journal of Engineering Sciences ISSN 2278 9472 UHF Radio Frequency Propagation Model for Akure Metropolis Famoriji J.O. and Olasoji Y.O. Federal University of Technology, Akure, Nigeria

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Performance, Accuracy and Generalization Capability of Indoor Propagation Models in Different Types of Buildings

Performance, Accuracy and Generalization Capability of Indoor Propagation Models in Different Types of Buildings Performance, Accuracy and Generalization Capability of Indoor Propagation Models in Different Types of Buildings Gerd Wölfle, Philipp Wertz, and Friedrich M. Landstorfer Institut für Hochfrequenztechnik,

More information

DOMINANT PATHS FOR THE FIELD STRENGTH PREDICTION

DOMINANT PATHS FOR THE FIELD STRENGTH PREDICTION DOMINANT PATHS FOR THE FIELD STRENGTH PREDICTION G. Wölfle and F. M. Landstorfer Institut für Hochfrequenztechnik, University of Stuttgart, Pfaffenwaldring 47, D-755 Stuttgart, Germany e-mail: woelfle@ihf.uni-stuttgart.de

More information

Research Article Influence of Training Set Selection in Artificial Neural Network-Based Propagation Path Loss Predictions

Research Article Influence of Training Set Selection in Artificial Neural Network-Based Propagation Path Loss Predictions Antennas and Propagation Volume 2012, Article ID 351487, 7 pages doi:10.1155/2012/351487 Research Article Influence of Training Set Selection in Artificial Neural Network-Based Propagation Path Loss Predictions

More information

Performance Enhancement for Microcell Planning Using Simple Genetic Algorithm

Performance Enhancement for Microcell Planning Using Simple Genetic Algorithm Performance Enhancement for Microcell Planning Using Simple Genetic Algorithm Hsin-Piao Lin, Ding-Bing Lin, Rong-Terng Juang Institute of Computer, Communication and Control, National Taipei University

More information

Characterization of Mobile Radio Propagation Channel using Empirically based Pathloss Model for Suburban Environments in Nigeria

Characterization of Mobile Radio Propagation Channel using Empirically based Pathloss Model for Suburban Environments in Nigeria Characterization of Mobile Radio Propagation Channel using Empirically based Pathloss Model for Suburban Environments in Nigeria Ifeagwu E.N. 1 Department of Electronic and Computer Engineering, Nnamdi

More information

ECE416 Progress Report A software-controlled fading channel simulator

ECE416 Progress Report A software-controlled fading channel simulator ECE416 Progress Report A software-controlled fading channel simulator Chris Snow 006731830 Faculty Advisor: Dr. S. Primak Electrical/Computer Engineering Project Report (ECE 416) submitted in partial fulfillment

More information

Radio Path Prediction Software

Radio Path Prediction Software Radio Path Prediction Software for Command and Control Scenario Developers Reference# C-168, Michael Shattuck Command and Control Research and Technology Symposium June 2006 Topics Link Planning for Wireless

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

PROPAGATION MODELING 4C4

PROPAGATION MODELING 4C4 PROPAGATION MODELING ledoyle@tcd.ie 4C4 http://ledoyle.wordpress.com/temp/ Classification Band Initials Frequency Range Characteristics Extremely low ELF < 300 Hz Infra low ILF 300 Hz - 3 khz Ground wave

More information

λ iso d 4 π watt (1) + L db (2)

λ iso d 4 π watt (1) + L db (2) 1 Path-loss Model for Broadcasting Applications and Outdoor Communication Systems in the VHF and UHF Bands Constantino Pérez-Vega, Member IEEE, and José M. Zamanillo Communications Engineering Department

More information

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model 219 Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model *Taimoor Khan and Asok De Department of Electronics and Communication Engineering Delhi Technological

More information

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands International Journal of Sciences and Techniques of Automatic control & computer engineering IJ-STA, Volume 1, N 2, Special Issue ESA, July 16, pp 2121 2126. Neural Network Approach to Model the Propagation

More information

Radio propagation modeling on 433 MHz

Radio propagation modeling on 433 MHz Ákos Milánkovich 1, Károly Lendvai 1, Sándor Imre 1, Sándor Szabó 1 1 Budapest University of Technology and Economics, Műegyetem rkp. 3-9. 1111 Budapest, Hungary {milankovich, lendvai, szabos, imre}@hit.bme.hu

More information

Capacity Evaluation of an Indoor Wireless Channel at 60 GHz Utilizing Uniform Rectangular Arrays

Capacity Evaluation of an Indoor Wireless Channel at 60 GHz Utilizing Uniform Rectangular Arrays Capacity Evaluation of an Indoor Wireless Channel at 60 GHz Utilizing Uniform Rectangular Arrays NEKTARIOS MORAITIS 1, DIMITRIOS DRES 1, ODYSSEAS PYROVOLAKIS 2 1 National Technical University of Athens,

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VTC.2001.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VTC.2001. Michaelides, C., & Nix, A. R. (2001). Accurate high-speed urban field strength predictions using a new hybrid statistical/deterministic modelling technique. In IEEE VTC Fall, Atlantic City, USA, October

More information

A Simple Field Strength Model for Broadcast Application in VHF Band in Minna City, Niger State, Nigeria

A Simple Field Strength Model for Broadcast Application in VHF Band in Minna City, Niger State, Nigeria A Simple Field Strength Model for Broadcast Application in VHF Band in Minna City, Niger State, Nigeria Abiodun Stephen Moses * Onyedi David Oyedum Moses Oludare Ajewole Julia Ofure Eichie Department of

More information

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA International Journal of Innovation Engineering and Science Research Open Access Performance Comparison of Power Control Methods That Use Neural Networ and Fuzzy Inference System in CDMA Yalcin Isi Silife-Tasucu

More information

A simple and efficient model for indoor path-loss prediction

A simple and efficient model for indoor path-loss prediction Meas. Sci. Technol. 8 (1997) 1166 1173. Printed in the UK PII: S0957-0233(97)81245-3 A simple and efficient model for indoor path-loss prediction Constantino Perez-Vega, Jose Luis García G and José Miguel

More information

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions This dissertation reported results of an investigation into the performance of antenna arrays that can be mounted on handheld radios. Handheld arrays

More information

Mobile Radio Wave propagation channel- Path loss Models

Mobile Radio Wave propagation channel- Path loss Models Mobile Radio Wave propagation channel- Path loss Models 3.1 Introduction The wireless Communication is one of the integral parts of society which has been a focal point for sharing information with different

More information

IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/mbwa>

IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/mbwa> 2003-01-10 IEEE C802.20-03/09 Project Title IEEE 802.20 Working Group on Mobile Broadband Wireless Access Channel Modeling Suitable for MBWA Date Submitted Source(s)

More information

Path-Loss Model for Broadcasting Applications and Outdoor Communication Systems in the VHF and UHF Bands

Path-Loss Model for Broadcasting Applications and Outdoor Communication Systems in the VHF and UHF Bands IEEE TRANSACTIONS ON BROADCASTING, VOL. 48, NO. 2, JUNE 2002 91 Path-Loss Model for Broadcasting Applications and Outdoor Communication Systems in the VHF and UHF Bands Constantino Pérez-Vega, Member,

More information

Path Loss Modelization in VHF and UHF Systems

Path Loss Modelization in VHF and UHF Systems 1 Path Loss Modelization in VHF and UHF Systems Tiago A. A. Rodrigues, António J. C. B. Rodrigues Abstract The main purpose of this paper is to assess the recommendation ITU-R P.46-3 proposed by the International

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

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

Mobile Radio Propagation Channel Models

Mobile Radio Propagation Channel Models Wireless Information Transmission System Lab. Mobile Radio Propagation Channel Models Institute of Communications Engineering National Sun Yat-sen University Table of Contents Introduction Propagation

More information

Mobile Communications

Mobile Communications Mobile Communications Part IV- Propagation Characteristics Professor Z Ghassemlooy School of Computing, Engineering and Information Sciences University of Northumbria U.K. http://soe.unn.ac.uk/ocr Contents

More information

Channel Modelling ETIM10. Propagation mechanisms

Channel Modelling ETIM10. Propagation mechanisms Channel Modelling ETIM10 Lecture no: 2 Propagation mechanisms Ghassan Dahman \ Fredrik Tufvesson Department of Electrical and Information Technology Lund University, Sweden 2012-01-20 Fredrik Tufvesson

More information

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Transmit Power Allocation for Performance Improvement in Systems Chang Soon Par O and wang Bo (Ed) Lee School of Electrical Engineering and Computer Science, Seoul National University parcs@mobile.snu.ac.r,

More information

A Measurement-Based Path Loss Model for Mobile-to- Mobile Link Reliability Estimation

A Measurement-Based Path Loss Model for Mobile-to- Mobile Link Reliability Estimation , pp.21-26 http://dx.doi.org/10.14257/astl.2016.123.05 A Measurement-Based Path Loss Model for Mobile-to- Mobile Link Reliability Estimation Fuquan Zhang 1*, Inwhee Joe 2,Demin Gao 1 and Yunfei Liu 1 1

More information

MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels

MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels Terng-Ren Hsu ( 許騰仁 ) and Kuan-Chieh Chao Department of Microelectronics Engineering, Chung Hua University No.77, Sec. 2,

More information

Neural Network based Digital Receiver for Radio Communications

Neural Network based Digital Receiver for Radio Communications Neural Network based Digital Receiver for Radio Communications G. LIODAKIS, D. ARVANITIS, and I.O. VARDIAMBASIS Microwave Communications & Electromagnetic Applications Laboratory, Department of Electronics,

More information

Initialisation improvement in engineering feedforward ANN models.

Initialisation improvement in engineering feedforward ANN models. Initialisation improvement in engineering feedforward ANN models. A. Krimpenis and G.-C. Vosniakos National Technical University of Athens, School of Mechanical Engineering, Manufacturing Technology Division,

More information

II. MODELING SPECIFICATIONS

II. MODELING SPECIFICATIONS The 18th Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC'07) EFFECT OF METAL DOOR ON INDOOR RADIO CHANNEL Jinwon Choi, Noh-Gyoung Kang, Jong-Min Ra, Jun-Sung

More information

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Shu Sun, Hangsong Yan, George R. MacCartney, Jr., and Theodore S. Rappaport {ss7152,hy942,gmac,tsr}@nyu.edu IEEE International

More information

Review of Selected Wireless System Path loss Prediction Models and its Adaptation to Indoor Propagation Environments

Review of Selected Wireless System Path loss Prediction Models and its Adaptation to Indoor Propagation Environments , March 15-17, 2017, Hong Kong Review of Selected Wireless System Path loss Prediction Models and its Adaptation to Indoor Propagation Environments O.O. Oni and F.E. Idachaba, Members, IAENG Abstract The

More information

Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 2006 (pp )

Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 2006 (pp ) Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 26 (pp137-141) Multi-Input Multi-Output MLP/BP-based Decision Feedbac Equalizers

More information

Building Optimal Statistical Models with the Parabolic Equation Method

Building Optimal Statistical Models with the Parabolic Equation Method PIERS ONLINE, VOL. 3, NO. 4, 2007 526 Building Optimal Statistical Models with the Parabolic Equation Method M. Le Palud CREC St-Cyr Telecommunications Department (LESTP), Guer, France Abstract In this

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

STATISTICAL DISTRIBUTION OF INCIDENT WAVES TO MOBILE ANTENNA IN MICROCELLULAR ENVIRONMENT AT 2.15 GHz

STATISTICAL DISTRIBUTION OF INCIDENT WAVES TO MOBILE ANTENNA IN MICROCELLULAR ENVIRONMENT AT 2.15 GHz EUROPEAN COOPERATION IN COST259 TD(99) 45 THE FIELD OF SCIENTIFIC AND Wien, April 22 23, 1999 TECHNICAL RESEARCH EURO-COST STATISTICAL DISTRIBUTION OF INCIDENT WAVES TO MOBILE ANTENNA IN MICROCELLULAR

More information

Empirical Path Loss Models

Empirical Path Loss Models Empirical Path Loss Models 1 Free space and direct plus reflected path loss 2 Hata model 3 Lee model 4 Other models 5 Examples Levis, Johnson, Teixeira (ESL/OSU) Radiowave Propagation August 17, 2018 1

More information

Prediction of airblast loads in complex environments using artificial neural networks

Prediction of airblast loads in complex environments using artificial neural networks Structures Under Shock and Impact IX 269 Prediction of airblast loads in complex environments using artificial neural networks A. M. Remennikov 1 & P. A. Mendis 2 1 School of Civil, Mining and Environmental

More information

Design of DFE Based MIMO Communication System for Mobile Moving with High Velocity

Design of DFE Based MIMO Communication System for Mobile Moving with High Velocity Design of DFE Based MIMO Communication System for Mobile Moving with High Velocity S.Bandopadhaya 1, L.P. Mishra, D.Swain 3, Mihir N.Mohanty 4* 1,3 Dept of Electronics & Telecomunicationt,Silicon Institute

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

Applying ITU-R P.1411 Estimation for Urban N Network Planning

Applying ITU-R P.1411 Estimation for Urban N Network Planning Progress In Electromagnetics Research Letters, Vol. 54, 55 59, 2015 Applying ITU-R P.1411 Estimation for Urban 802.11N Network Planning Thiagarajah Siva Priya, Shamini Pillay Narayanasamy Pillay *, Vasudhevan

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

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

Artificial Neural Network Approach to Mobile Location Estimation in GSM Network

Artificial Neural Network Approach to Mobile Location Estimation in GSM Network INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2017, VOL. 63, NO. 1,. 39-44 Manuscript received March 31, 2016; revised December, 2016. DOI: 10.1515/eletel-2017-0006 Artificial Neural Network Approach

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING BACKPROPAGATION MULTILAYERED PERCEPTRONS

COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING BACKPROPAGATION MULTILAYERED PERCEPTRONS ISTANBUL UNIVERSITY- JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 23 : 3 : (663-67) COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING

More information

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 8 (211), pp. 929-938 International Research Publication House http://www.irphouse.com Performance Evaluation of Nonlinear

More information

Prediction of LOS based Path-Loss in Urban Wireless Sensor Network Environments

Prediction of LOS based Path-Loss in Urban Wireless Sensor Network Environments Prediction of LOS based Path-Loss in Urban Wireless Sensor Network Environments Myungnam Bae, Inhwan Lee, Hyochan Bang ETRI, IoT Convergence Research Department, 218 Gajeongno, Yuseong-gu, Daejeon, 305-700,

More information

Investigation of VHF signals in bands I and II in southern India and model comparisons

Investigation of VHF signals in bands I and II in southern India and model comparisons Indian Journal of Radio & Space Physics Vol. 35, June 2006, pp. 198-205 Investigation of VHF signals in bands I and II in southern India and model comparisons M V S N Prasad 1, T Rama Rao 2, Iqbal Ahmad

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

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 016 Print ISSN: 1311-970;

More information

Performance Gain of Smart Antennas with Hybrid Combining at Handsets for the 3GPP WCDMA System

Performance Gain of Smart Antennas with Hybrid Combining at Handsets for the 3GPP WCDMA System Performance Gain of Smart Antennas with Hybrid Combining at Handsets for the 3GPP WCDMA System Suk Won Kim 1, Dong Sam Ha 1, Jeong Ho Kim 2, and Jung Hwan Kim 3 1 VTVT (Virginia Tech VLSI for Telecommunications)

More information

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training www.ijcsi.org 209 Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training Guru Pyari Jangid *, Gur Mauj Saran Srivastava and Ashok

More information

Ray-Tracing Urban Picocell 3D Propagation Statistics for LTE Heterogeneous Networks

Ray-Tracing Urban Picocell 3D Propagation Statistics for LTE Heterogeneous Networks 13 7th European Conference on Antennas and Propagation (EuCAP) Ray-Tracing Urban Picocell 3D Propagation Statistics for LTE Heterogeneous Networks Evangelos Mellios, Geoffrey S. Hilton and Andrew R. Nix

More information

SIMULATION AND ANALYSIS OF 60 GHz MILLIMETER- WAVE INDOOR PROPAGATION CHARACTERISTICS BASE ON THE METHOD OF SBR/IMAGE

SIMULATION AND ANALYSIS OF 60 GHz MILLIMETER- WAVE INDOOR PROPAGATION CHARACTERISTICS BASE ON THE METHOD OF SBR/IMAGE Progress In Electromagnetics Research C, Vol. 43, 15 28, 2013 SIMULATION AND ANALYSIS OF 60 GHz MILLIMETER- WAVE INDOOR PROPAGATION CHARACTERISTICS BASE ON THE METHOD OF SBR/IMAGE Yuan-Jian Liu, Qin-Jian

More information

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Theofilos Chrysikos (1), Giannis Georgopoulos (1) and Stavros Kotsopoulos (1) (1) Wireless Telecommunications Laboratory Department of

More information

RECOMMENDATION ITU-R P ATTENUATION IN VEGETATION. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P ATTENUATION IN VEGETATION. (Question ITU-R 202/3) Rec. ITU-R P.833-2 1 RECOMMENDATION ITU-R P.833-2 ATTENUATION IN VEGETATION (Question ITU-R 2/3) Rec. ITU-R P.833-2 (1992-1994-1999) The ITU Radiocommunication Assembly considering a) that attenuation

More information

Target Classification in Forward Scattering Radar in Noisy Environment

Target Classification in Forward Scattering Radar in Noisy Environment Target Classification in Forward Scattering Radar in Noisy Environment Mohamed Khala Alla H.M, Mohamed Kanona and Ashraf Gasim Elsid School of telecommunication and space technology, Future university

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

THE EFFECTS OF NEIGHBORING BUILDINGS ON THE INDOOR WIRELESS CHANNEL AT 2.4 AND 5.8 GHz

THE EFFECTS OF NEIGHBORING BUILDINGS ON THE INDOOR WIRELESS CHANNEL AT 2.4 AND 5.8 GHz THE EFFECTS OF NEIGHBORING BUILDINGS ON THE INDOOR WIRELESS CHANNEL AT.4 AND 5.8 GHz Do-Young Kwak*, Chang-hoon Lee*, Eun-Su Kim*, Seong-Cheol Kim*, and Joonsoo Choi** * Institute of New Media and Communications,

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2004 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2005 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

Evaluation of the Recommendation ITU-R P for UHF Field-Strength Prediction over Fresh-Water Mixed Paths

Evaluation of the Recommendation ITU-R P for UHF Field-Strength Prediction over Fresh-Water Mixed Paths 1 Evaluation of the Recommendation ITU-R P.146-2 for UHF Field-Strength Prediction over Fresh-Water Mixed Paths M. A. S. Mayrink, F. J. S. Moreira, C. G. Rego Department of Electronic Engineering, Federal

More information

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

R ied extensively for the evaluation of different transmission

R ied extensively for the evaluation of different transmission IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT. VOL. 39. NO. 5. OCTOBER 1990 Measurement and Analysis of the Indoor Radio Channel in the Frequency Domain 75 I STEVEN J. HOWARD AND KAVEH PAHLAVAN,

More information

Investigation of WI-Fi indoor signals under LOS and NLOS conditions

Investigation of WI-Fi indoor signals under LOS and NLOS conditions Investigation of WI-Fi indoor signals under LOS and NLOS conditions S. Japertas, E. Orzekauskas Department of Telecommunications, Kaunas University of Technology, Studentu str. 50, LT-51368 Kaunas, Lithuania

More information

Introduction. TV Coverage and Interference, February 06, 2004.

Introduction. TV Coverage and Interference, February 06, 2004. A New Prediction Model for M/H Mobile DTV Service Prepared for OMVC June 28, 2011 Charles Cooper, du Treil, Lundin & Rackley, Inc. Victor Tawil, National Association of Broadcasters Introduction The Open

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

Spectrum Sharing between High Altitude Platform and Fixed Satellite Networks in the 50/40 GHz band

Spectrum Sharing between High Altitude Platform and Fixed Satellite Networks in the 50/40 GHz band Spectrum Sharing between High Altitude Platform and Fixed Satellite Networks in the 50/40 GHz band Vasilis F. Milas, Demosthenes Vouyioukas and Prof. Philip Constantinou Mobile Radiocommunications Laboratory,

More information

Transactions on the Built Environment vol 34, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 34, 1998 WIT Press,   ISSN Experimental validation of propagation models for radiocommunications applications in industrial environments M. V. Castro, A. Seoane P., F. P. Fontan, J. Pereda Dpt. of Communications Technologies. University

More information

Keywords: cylindrical near-field acquisition, mechanical and electrical errors, uncertainty, directivity.

Keywords: cylindrical near-field acquisition, mechanical and electrical errors, uncertainty, directivity. UNCERTAINTY EVALUATION THROUGH SIMULATIONS OF VIRTUAL ACQUISITIONS MODIFIED WITH MECHANICAL AND ELECTRICAL ERRORS IN A CYLINDRICAL NEAR-FIELD ANTENNA MEASUREMENT SYSTEM S. Burgos, M. Sierra-Castañer, F.

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P82.15 Working Group for Wireless Personal Area Networks N (WPANs( WPANs) Title: [UWB Channel Model for Indoor Residential Environment] Date Submitted: [2 September, 24] Source: [Chia-Chin

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

Per Cell Propagation Model Calibration Approach for Mobile Positioning

Per Cell Propagation Model Calibration Approach for Mobile Positioning Per Cell Propagation Model Calibration Approach for Mobile Positioning Dominic O. Samoita, Francois Rocaries, Yskandar Hamam, Senior Member, IEEE Department of the French-South Africa Technical Institute

More information

Atoll. SPM Calibration Guide. RF Planning and Optimisation Software. Version AT271_MCG_E2

Atoll. SPM Calibration Guide. RF Planning and Optimisation Software. Version AT271_MCG_E2 Atoll RF Planning and Optimisation Software Version 2.7.1 SPM Calibration Guide AT271_MCG_E2 Contact Information Forsk (Head Office) 7 rue des Briquetiers 31700 Blagnac France www.forsk.com sales@forsk.com

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETEC.1997.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETEC.1997. Athanasiadou, G., Nix, AR., & McGeehan, JP. (1997). Comparison of predictions from a ray tracing microcellular model with narrowband measurements. In Proceedings of the 47th IEEE Vehicular Technology Conference

More information

PERFORMANCE OF MOBILE STATION LOCATION METHODS IN A MANHATTAN MICROCELLULAR ENVIRONMENT

PERFORMANCE OF MOBILE STATION LOCATION METHODS IN A MANHATTAN MICROCELLULAR ENVIRONMENT PERFORMANCE OF MOBILE STATION LOCATION METHODS IN A MANHATTAN MICROCELLULAR ENVIRONMENT Miguel Berg Radio Communication Systems Lab. Dept. of Signals, Sensors and Systems Royal Institute of Technology

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

RAIK: Regional Analysis with Geodata and Crowdsourcing to Infer Key Performance Indicators

RAIK: Regional Analysis with Geodata and Crowdsourcing to Infer Key Performance Indicators RAIK: Regional Analysis with Geodata and Crowdsourcing to Infer Key Performance Indicators Rita Enami, Dinesh Rajan, and Joseph Camp Department of Electrical Engineering, Southern Methodist University

More information

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks PIERS ONLINE, VOL. 3, NO. 8, 27 116 Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks K. A. Gotsis, E. G. Vaitsopoulos, K. Siakavara, and J. N. Sahalos

More information

5 GHz Radio Channel Modeling for WLANs

5 GHz Radio Channel Modeling for WLANs 5 GHz Radio Channel Modeling for WLANs S-72.333 Postgraduate Course in Radio Communications Jarkko Unkeri jarkko.unkeri@hut.fi 54029P 1 Outline Introduction IEEE 802.11a OFDM PHY Large-scale propagation

More information

RADIO COVERAGE ANALYSIS FOR MOBILE COMMUNICATION NETWORKS USING ICS TELECOM

RADIO COVERAGE ANALYSIS FOR MOBILE COMMUNICATION NETWORKS USING ICS TELECOM U.P.B. Sci. Bull., Series C, Vol. 78, Iss. 2, 2016 ISSN 2286-3540 RADIO COVERAGE ANALYSIS FOR MOBILE COMMUNICATION NETWORKS USING ICS TELECOM Florin ALMĂJANU 1, Cosmina-Valentina NĂSTASE 2, Alexandru MARŢIAN

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna K. Kumar, Senior Lecturer, Dept. of ECE, Pondicherry Engineering College, Pondicherry e-mail: kumarpec95@yahoo.co.in

More information