A Gis Approach for Mobile Telephone Signal Path-Loss Prediction

Total Page:16

File Type:pdf, Size:1020Kb

A Gis Approach for Mobile Telephone Signal Path-Loss Prediction Master of Spatial Information Science Thesis A GIS Approach For Mobile Telephone Signal Path-Loss Prediction Helen Y. Yang 1997 A GIS APPROACH FOR MOBILE TELEPHONE SIGNAL PATH-LOSS PREDICTION by Helen Yingchieh Yang (B. Sc) Submitted in fulfilment of the requirements for the degree of Master of Spatial Information Science .~ .. <;~~~· ~fro{ -r; .. ~'~ UNIVERSITY OF TASMANIA HOBART June 1997 This thesis may be made available for loan and limited copying in accordance with the Copyright ACT 1968. signed:-~~(>-----......=-£-\ ~_i_- Except as stated herein, this thesis does not contain any material which has been accepted for the award of any other degree or diploma in any university nor, to the best of my knowledge and belief, does it contain any copy or paraphrase of material previously published or written by another person, except where due reference is made in the text of the thesis. Signed: Abstract ABSTRACT Signal propagation path-loss prediction is a fundamental problem for the planning and design of a cellular mobile telephone system. Many models, empirical, experimental, or analytical, have been designed and used. The analytical models apply the path-loss prediction formulae to path profiles derived from a digital elevation model to obtain the signal path-loss. The digital elevation model stores detailed terrain height data. The heights can be sampled regularly, or selectively stored to capture important terrain features. The regular sampled elevation database (grid model) has been used for most of the existing analytical path loss prediction models. Carefully examination of the grid model reveals that it is not the only terrain representation. TIN (Triangular Irregular Network) terrain model can be used as an alternative elevation database. With the TIN model, sudden changes and other surface features that are difficult to store in the grid model can be included in the database. More accurate path profiles could be derived and more accurate path loss prediction would be achieved. Geographical Information Systems (GIS) are a new technology that are often used in applications requiring analysis and manipulation of the spatial conditions and situations. It provides spatial and non-spatial databases, as well as various analytical tools for general application purposes. The characteristics of a GIS are such that it can be used for radio signal path-loss prediction. This thesis examines the existing analytical path-loss prediction methods. The possibility and feasibility of using GIS analytical tools to predict signal propagation path-loss is discussed. GIS functions, using TIN as a terrain representation are used to carry out qualitative and quantitative analysis of signal propagation based on the analytical prediction models are examined and prototyped. The method is implemented using AML programs in ARC/INFO software, and C functions on a SUN Spare workstation. Helen Yang Pagei Abstract ,· The test is performed on the Hobart area in Tasmania, Australia. Program performance speed and accuracy are analyzed and discussed against the method based on grid terrain model. Helen Yang Page ii Acknowledgements ACKNOWLEDGEMENTS This thesis represents two years full and part time research that was challenging although rewarding; and would have been much more difficult and frustrating without the support and assistance of certain individuals and establishments. I feel it is necessary to acknowledge the people that have helped me with their professional assistance, as well as those that have given me support on a more personal level. Firstly, I wish to thank Prof. Peter Zwart for allowing me to study this topic. His supervision and direction at critical stages, his patience and encouragement of both my research and personal sides were invaluable. Secondly, I wish to thank Mr. Steve Quan for his help in helping me learn the C language, and especially for providing C source code from the SPOT function in the reflection analysis programs. Although he was under a heavy workload himself, he was available at anytime. All staff in the Department of Surveying and Spatial Information Science and CenSIS, Mrs. Margaret Stafford, Mr. John Cattell, Mr. Graeme Greenwood, Mr. Robert Driessen and Mr Simon Greener are acknowledged for providing such a pleasant and helpful working atmosphere. All postgraduate students in the office are acknowledged for providing friendship and encouragement. Finally, I specially wish to acknowledge Jason for his love and great help. Without his encouragement, this thesis would not have been completed. I wish to dedicate this thesis, my gratitude, and my love to him. My parents' concern and encouragement are appreciated as well. Helen Yang Page iii Table Of Contents TABLE OF CONTENTS 1. Introduction 1.1 Geographical Information Systems (GIS) and Mobile Telephone Signal Propagation Page 1-1 1.2 The Mobile Telephone Signal Path-Loss Prediction Problem Page 1-2 1.3 Objectives of Research Page 1-4 1.4 Overview of the Thesis Page 1-5 2. Mobile Telephone Signal Propagation Principle and Path Loss Analysis 2.1 Land Mobile Radio System Page 2-1 2.1.l The Signal Range Page2-2 2.1.2 The Service Coverage Page2-2 2.1.3 The Usage of a Cellular Mobile Telephone System Page2-4 2.1.4 Propagation Considerations Page2-4 2.2 VHF/UHF Signal Propagation Page2-4 2.2.1 Propagation Loss Page2-5 2.2.2 The Effect of the Earth Surface on Radio Signal Propagation Page2-6 2.3 Propagation Path Loss Prediction and Prediction Models Page2-ll 2.3.1 Factors Considered in the Propagation Models Page2-12 2.4 Conclusion Page2-20 3. Review of Existing Mobile Radio Signal Path Loss Prediction Models 3.1 Empirical Models Page 3-1 3.1.l The CCIR Method Page 3-2 3.1.2 The Egli Model Page3-4 3.1.3 The Okumura Model Page 3-6 3.2 Analytical Models Page3-7 3.2.1 The JRC Model Page 3-8 3.2.2 The Longley-Rice Model Page3-9 3.2.3 The TlREM Model Page 3-14 3.2.4 Chen's Propagation Model for Cellular Radio System Page 3-18 3.3 Other Models Page3-23 3.4 Conclusion Page.3-24 4. Spatial Data Representation and GIS Approach 4.1 4.1.3 Raster Format Page4-8 4.1.4 Triangulated Irregular Networks (TIN) Page4-10 4.2 Spatial Information Systems and Spatial Data Operations Page 4-14 4.2.1 GIS and ARC/INFO Page 4-15 Helen Yang Table Of Contents 4.2.2 Operations on TIN Page 4-16 4.2.3 Analysis and Manipulation over Plain Coverages Page4-23 4.3 Conclusion Page4-26 5. The Method for Mobile Telephone Propagation Analysis using GIS Approach 5.1 Introduction Page 5-1 5.2 Selection of TIN as the Terrain Model Page 5-2 5.3 Test Area Selection and Terrain Model Construction Page 5-4 5.3. l Test Area Selection Page 5-4 5.3.2 TIN Construction Page 5-5 5.4 Selection of an Existing Path Loss Prediction Page5-7 5 .5 Assumptions of the Model Page 5-8 5.5.1 Antenna Assumptions Page 5-8 5.5.2 Refraction from the Atmosphere Page 5-9 5.5.3 Assumption for Land Mobile Telephone Signal at 800-900 Mhz Page5-10 5.5.4 Assumption of the Radio Horizon Page5-10 5.5.5 The Earth's Surface Features Assumption Page 5-11 5.5.6 Other Assumptions Page 5-12 5.6 Path Loss Calculation Page 5-12 5.6.l Point-to-Point Path Loss Prediction Page 5-13 5.6.2 Point-to-Area Path Loss Distribution Calculation Page 5-24 5.6.3 Selection of Sample Points Page5-26 5.7 Qualitative Analysis of Radio Signal Propagation Page5-32 5. 7.1 Line of Sight Analysis Page 5-32 5.7.2 Reflection Analysis Function Page5-40 5.8 Conclusion Page 5-55 6. Discussion of Using a GIS Method to Predict Path Loss for 800-900 Mhz Radio Signal 6.1 TIN VS GRID Page 6-2 6.1.1 Factors that Effect Path Loss Accuracy using the TIN Method Page 6-2 6.1.2 Sample Point Selection Method and its Alternatives Page 6-3 6.2 Path Loss Prediction Page 6-6 6.2. l Assumptions Related to the Path Loss Prediction Result Page6-7 6.3 Path Loss Prediction Result Comparison Between Various Prediction Models and Evaluation with Field Testing Page6-8 7. Conclusion Appendix A References Helen Yang Chapter 1 Introduction CHAPTER 1 INTRODUCTION 1.1 GEOGRAPHICAL INFORMATION SYSTEMS (GIS) AND MOBILE TELEPHONE SIGNAL PROPAGATION PREDICTION Geographical Information Systems (GIS) are an integrated collection of hardware, software, data and liveware which operate in institutional contexts [Maguire, Goodchild & Rhind]. GIS technology provides a set of powerful tools for collecting, storing, retrieving, transforming, and displaying spatial data from the real world for various purposes [Burrough]. Characteristics of a GIS application include the use of computer graphics, image processing, database management and other computer technologies to process geographical data. Objects and phenomena from the real world are referenced in terms of position with respect to a known coordinate system, with attributes that are unrelated to position. Spatial relationships between the spatial objects are stored. Through the use of GIS functionality, spatial and spatially related data can be accessed to produce analysis results. Mobile telephone signal propagation prediction plays a key role in the planning and design of cellular mobile telephone system. The prediction is conducted through the study of radio signal propagation characteristics. These characteristics, which include free space attenuation, refraction, reflections from Earth and man-made objects, absorption and scattering by atmospheric particles, and diffraction, are highly irregular and depend on the local Earth environment.
Recommended publications
  • Comparative Analysis of Path Loss Prediction Models for Urban Macrocellular Environments
    COMPARATIVE ANALYSIS OF PATH LOSS PREDICTION MODELS FOR URBAN MACROCELLULAR ENVIRONMENTS A. Obota, O. Simeonb, J. Afolayanc Department of Electrical/Electronics & Computer Engineering, University of Uyo, Akwa Ibom State, Nigeria. aEmail: [email protected] bEmail: [email protected] cEmail: [email protected] Abstract A comparative analysis of path loss prediction models for urban macrocellular environments is presented in this paper. Specifically, three path loss prediction models namely free space, Hata and Egli were used to predict path losses. The calculated path loss values were compared with practical measured data obtained from a Visafone base station located in Uyo, Nigeria. The comparative analysis reveals that the mean square error (MSE) for free space, Hata and Egli were 16.24dB, 2.37dB and 8.40dB respectively. The results showed that Hata's model is the most accurate and reliable path loss prediction model for macrocellular urban propagation environments, since its MSE value of 2.37dB is smaller than the acceptable minimum MSE value of 6dB for good signal propagation. Keywords: macrocellular areas, path loss prediction models, Hata model, mean square error 1. Introduction nals generally propagate by means of any or a combination of these three basic propaga- Nowadays, wireless communication technol- tion mechanisms; reflection, diffraction, and ogy is influencing every area of modern life, scattering [2, 3]. One of the most impor- and has encouraged useful researches in nearly tant features of the propagation environment all fields of human endeavour. Cellular ser- is path (propagation) loss. Path loss is de- vices are today being used by millions of peo- fined as the difference (in dB) between the ple worldwide.
    [Show full text]
  • On Adaptive Neuro-Fuzzy Model for Path Loss Prediction in the Vhf Band
    ITU Journal: ICT Discoveries, Special Issue No. 1, 2 Feb. 2018 ON ADAPTIVE NEURO-FUZZY MODEL FOR PATH LOSS PREDICTION IN THE VHF BAND Nazmat T. Surajudeen-Bakinde1, Nasir Faruk2, Muhammed Salman1, Segun Popoola3, Abdulkarim Oloyede2, Lukman A. Olawoyin2 1Department of Electrical and Electronics Engineering, University of Ilorin, Nigeria 2Department of Telecommunication Science, University of Ilorin, Ilorin, Nigeria 3Department of Electrical and Information Engineering, Covenant University, Ota, Nigeria Email: [email protected]; [email protected]; faruk.n, deenmat, oloyede.aa, olawoyin.la{@unilorin.edu.ng} Abstract – Path loss prediction models are essential in the planning of wireless systems, particularly in built-up environments. However, the efficacies of the empirical models depend on the local ambient characteristics of the propagation environments. This paper introduces artificial intelligence in path loss prediction in the VHF band by proposing an adaptive neuro-fuzzy (NF) model. The model uses five-layer optimized NF network based on back propagation gradient descent algorithm and least square errors estimate. Electromagnetic field strengths from the transmitter of the NTA Ilorin, which operates at a frequency of 203.25 MHz, were measured along four routes. The prediction results of the proposed model were compared to those obtained via the widely used empirical models. The performances of the models were evaluated using the Root Mean Square Error (RMSE), Spread Corrected RMSE (SC-RMSE), Mean Error (ME), and Standard Deviation Error (SDE), relative to the measured data. Across all the routes covered in this study, the proposed NF model produced the lowest RMSE and ME, while the SDE and the SC-RMSE were dependent on the terrain and clutter covers of the routes.
    [Show full text]
  • Development of a Radiowave Propagation Model for Hilly Areas
    International Journal of Electronics Communication and Computer Engineering Volume 4, Issue 2, ISSN (Online): 2249–071X, ISSN (Print): 2278–4209 Development of a Radiowave Propagation Model for Hilly Areas Famoriji J. Oluwole, Olasoji Y. Olajide Abstract – Achieving optimal performance is a paramount III. THE COST-231 HATA MODEL FOR URBAN concern in wireless networks. One of the strategies is to use wireless empirical models to predict wireless link quality ENVIRONMENT factors such as path loss and the received power in any given transmission domain with irregular terrain. Measurement The COST-231 Hata wireless propagation model was results of signal strength in UHF band obtained in Idanre devised as an extension to the Hata-Okumura model and Town of Ondo State Nigeria were validated against the Hata model as reported by Abhayawardhana et al.,[3]. theoretical estimations. Okumura-Hata model, COST231- The COST-231Hata model is designed to be used in the Hata model and Egli model applicable for path loss frequency band from 500 MHz to 2000 MHz. It also prediction in area with high hill were examined. These models predictions were compared with predictions from contains corrections for urban, suburban and rural (flat) measurements taken in Idanre to determine the path loss environments. [3] also noted that ”although this models’ prediction error for each model. Consequently, modified frequency range is outside that of the measurements, its COST231-Hata model was developed for path loss prediction simplicity and the availability of correction factors has in the hilly areas. The model developed has 6.02% error seen it widely used for path loss prediction at this which made it applicable for hilly areas (Idanre).
    [Show full text]
  • Comparative Analysis of Basic Models and Artificial Neural Network
    Progress In Electromagnetics Research M, Vol. 61, 133–146, 2017 Comparative Analysis of Basic Models and Artificial Neural Network Based Model for Path Loss Prediction Julia O. Eichie1, *,OnyediD.Oyedum1, Moses O. Ajewole2, and Abiodun M. Aibinu3 Abstract—Propagation path loss models are useful for the prediction of received signal strength at a given distance from the transmitter; estimation of radio coverage areas of Base Transceiver Stations (BTS); frequency assignments; interference analysis; handover optimisation; and power level adjustments. Due to the differences in: environmental structures; local terrain profiles; and weather conditions, path loss prediction model for a given environment using any of the existing basic empirical models such as the Okumura-Hata’s model has been shown to differ from the optimal empirical model appropriate for such an environment. In this paper, propagation parameters, such as distance between transmitting and receiving antennas, transmitting power and terrain elevation, using sea level as reference point, were used as inputs to Artificial Neural Network (ANN) for the development of an ANN based path loss model. Data were acquired in a drive test through selected rural and suburban routes in Minna and environs as dataset required for training ANN model. Multilayer perceptron (MLP) network parameters were varied during the performance evaluation process, and the weight and bias values of the best performed MLP network were extracted for the development of the ANN based path loss models for two different routes, namely rural and suburban routes. The performance of the developed ANN based path loss model was compared with some of the existing techniques and modified techniques.
    [Show full text]
  • Broadcasting Transmitters in Kampala Metropolitan; Uganda
    Asian Journal of Research and Reviews in Physics 3(4): 65-78, 2020; Article no.AJR2P.63843 ISSN: 2582-5992 Modeling the Distribution of Radiofrequency Intensities from the Digital Terrestrial Television (DTTV) Broadcasting Transmitters in Kampala Metropolitan; Uganda Peter Opio1*, Akisophel Kisolo1, Tumps W. Ireeta1 and Willy Okullo1 1Department of Physics, College of Natural Science, Makerere University, P.O.Box 7062, Kampala, Uganda. Authors’ contributions This work was carried out in collaboration among all authors. Author PO designed the study, performed the statistical analysis, wrote the protocol, managed the literature searches and wrote the first draft of the manuscript. Authors AK, TWI and WO managed the analyses of the study. All authors read and approved the final manuscript Article Information DOI: 10.9734/AJR2P/2020/v3i430130 Editor(s): (1) Prof. Shi-Hai Dong, Instituto Politécnico Nacional, Mexico. Reviewers: (1) Sigit Haryadi, Institut Teknologi Bandung, Indonesia. (2) Wahyu Pamungkas, Institut Teknologi Telkom Purwokerto, Indonesia. Complete Peer review History: http://www.sdiarticle4.com/review-history/63843 Received 06 October 2020 Original Research Article Accepted 11 December 2020 Published 26 December 2020 ABSTRACT This study presents the modeling of the distribution of RF intensities from the Digital Terrestrial Television (DTTV) broadcasting transmitter in Kampala metropolitan. To achieve this, the performance evaluation of the different path loss propagation models and envisaging the one most suitable for Kampala metropolitan was done by comparing the path loss model values with the measured field Reference Signal Received Power (RSRP) values. The RSRP of the DTTV broadcasting transmitter were measured at operating frequencies of 526 MHz, 638 MHz, 730 MHz and 766 MHz using the Aaronia Spectran HF-6065 V4 spectrum analyzer, Aaronia AG HyperLOG 4025 Antenna at 1.5 m and 2.5 m heights, Aaronia GPS Logger, real time Aaronia MCS spectrum-analysis-software and a T430s Lenovo Laptop.
    [Show full text]
  • Introduction to Rf Propagation
    INTRODUCTION TO RF PROPAGATION John S. Seybold, Ph.D. ,WILEY- 'iNTERSCIENCE JOHN WILEY & SONS, INC. CONTENTS Preface XIII 1. Introduction 1.1 Frequency Designations 1 1.2 Modes of Propagation 3 1.2.1 Line-of-Sight Propagation and the Radio Horizon 3 1.2.2 Non-LOS Propagation 5 1.2.2.1 Indirect or Obstructed Propagation 6 1.2.2.2 Tropospheric Propagation 6 1.2.2.3 Ionospheric Propagation 6 1.2.3 Propagation Effects as a Function of Frequency 9 1.3 Why Model Propagation? 10 1.4 Model Selection and Application 11 1.4.1 Model Sources H 1.5 Summary 12 References 12 Exercises 13 2. Electromagnetics and RF Propagation 14 2.1 Introduction 14 2.2 The Electric Field 14 2.2.1 Permittivity 15 2.2.2 Conductivity 17 2.3 The Magnetic Field 18 2.4 Electromagnetic Waves 20 2.4.1 Electromagnetic Waves in a Perfect Dielectric 22 2.4.2 Electromagnetic Waves in a Lossy Dielectric or Conductor 22 2.4.3 Electromagnetic Waves in a Conductor 22 2.5 Wave Polarization 24 2.6 Propagation of Electromagnetic Waves at Material Boundaries 25 2.6.1 Dielectric to Dielectric Boundary 26 vii VÜi CONTENTS 2.6.2 Dielectric-to-Perfect Conductor Boundaries 31 2.6.3 Dielectric-to-Lossy Dielectric Boundary 31 2.7 Propagation Impairment 32 2.8 Ground Effects on Circular Polarization 33 2.9 Summary 35 References 36 Exercises 36 3. Antenna Fundamentals 38 3.1 Introduction 38 3.2 Antenna Parameters 38 3.2.1 Gain 39 3.2.2 Effective Area 39 3.2.3 Radiation Pattern 42 3.2.4 Polarization 44 3.2.5 Impedance and VSWR 44 3.3 Antenna Radiation Regions 45 3.4 Some Common Antennas 48 3.4.1 The Dipole 48 3.4.2 Beam Antennas 50 3.4.3 Hörn Antennas 52 3.4.4 Reflector Antennas 52 3.4.5 Phased Arrays 54 3.4.6 Other Antennas 54 3.5 Antenna Polarization 55 3.5.1 Cross-Polarization Discrimination 57 3.5.2 Polarization Loss Factor 58 3.6 Antenna Pointing loss 62 3.7 Summary "3 References "4 Exercises "5 4.
    [Show full text]
  • An Assessment of Path Loss Tools and Practical Testing of Television White Space Frequencies for Rural Broadband Deployments
    University of New Hampshire University of New Hampshire Scholars' Repository Master's Theses and Capstones Student Scholarship Fall 2015 An Assessment of Path Loss Tools and Practical Testing of Television White Space Frequencies for Rural Broadband Deployments Braden Scott Blanchette University of New Hampshire, Durham Follow this and additional works at: https://scholars.unh.edu/thesis Recommended Citation Blanchette, Braden Scott, "An Assessment of Path Loss Tools and Practical Testing of Television White Space Frequencies for Rural Broadband Deployments" (2015). Master's Theses and Capstones. 1048. https://scholars.unh.edu/thesis/1048 This Thesis is brought to you for free and open access by the Student Scholarship at University of New Hampshire Scholars' Repository. It has been accepted for inclusion in Master's Theses and Capstones by an authorized administrator of University of New Hampshire Scholars' Repository. For more information, please contact [email protected]. AN ASSESSMENT OF PATH LOSS TOOLS AND PRACTICAL TESTING OF TELEVISION WHITE SPACE FREQUENCIES FOR RURAL BROADBAND DEPLOYMENTS BY BRADEN SCOTT BLANCHETTE Bachelor of Science in Electrical Engineering, The University of New Hampshire, 2013 THESIS Submitted to the University of New Hampshire in Partial Fulfillment of the Requirements for the Degree of Master of Science in Electrical Engineering September, 2015 ii This thesis has been examined and approved in partial fulfillment of the requirements for the degree of Master of Science in Electrical Engineering by: Thesis Director, Dr. Nicholas Kirsch, Assistant Professor of Electrical and Computer Engineering Dr. Michael Carter, Associate Professor of Electrical and Computer Engineering Dr. Richard Messner, Associate Professor of Electrical and Computer Engineering On August 10, 2015 Original approval signatures are on file with the University of New Hampshire Graduate School.
    [Show full text]
  • Optimised COST-231 Hata Models for Wimax Path Loss Prediction in Suburban and Open Urban Environments
    www.ccsenet.org/mas Modern Applied Science Vol. 4, No. 9; September 2010 Optimised COST-231 Hata Models for WiMAX Path Loss Prediction in Suburban and Open Urban Environments Mardeni.R Faculty of Engineering, Multimedia University Jalan Multimedia, 63100 Cyberjaya, Malaysia Tel: 60-3-8312-5481 E-mail: [email protected] T. Siva Priya (Corresponding author) Faculty of Engineering, Multimedia University Jalan Multimedia, 63100 Cyberjaya, Malaysia Tel: 60-12-287-6023 E-mail: [email protected] Abstract In Malaysia, the incumbent WiMAX operator utilises the bands of 2360-2390MHz to provide broadband services. Like all Radio Frequency (RF), WiMAX is susceptible to path loss. In this paper, field strength data collected in Cyberjaya, Malaysia is used to calculate the path loss suffered by the WiMAX signals. The measured path loss is compared with the theoretical path loss values estimated by the COST-231 Hata model, the Stanford University Interim (SUI) model and the Egli model. The best model to estimate the path loss based on the path loss exponents was determined to be the COST-231 Hata model. From this observation, an optimised model based on COST-231 Hata parameters is developed to predict path loss for suburban and open urban environments in the 2360-2390MHz band. The optimised model is validated using standard deviation error analysis, and the results indicate that the new optimised model predicts path loss in both suburban and open urban environments with very low standard deviation errors of less than 4.3dB and 1.9dB respectively. These values show that the model optimisation was done successfully and that the new optimised models will be able to determine the path loss suffered by the WiMAX signals more accurately.
    [Show full text]
  • Adjustment of Lee Path Loss Model for Suburban Area in Kuala Lumpur-Malaysia
    2011 International Conference on Telecommunication Technology and Applications Proc .of CSIT vol.5 (2011) © (2011) IACSIT Press, Singapore Adjustment of Lee Path Loss Model for Suburban Area in Kuala Lumpur-Malaysia Jalel Chebil+, Ali K. Lwas, Md. Rafiqul Islam and Al-Hareth Zyoud Department of Electrical and Computer Engineering Faculty of Engineering, International Islamic University Malaysia P.O. Box: 10, 50728 Kuala Lumpur, Malaysia E-mail: [email protected] Abstract. Path loss models are essential for appropriate wireless network planning as they assist in interference estimations, frequency assignments, and the evaluation of cell parameters. One of the commonly used propagation models is the Lee model which is characterized by its simplicity and good prediction accuracy. This study will estimate the best values for the two parameters of Lee model (γ and L0) which are suitable for suburban environment in Malaysia. The performance of the adjusted Lee model is then compared to the three widely used empirical path loss models which are: Sanford University Interim, COST231 Hata and Egli models. The Root Mean Square Error (RMSE) and the Chi square test (χ2) are used to compare the performance of the four empirical path loss models. The study found that the adjusted Lee model outperforms the other empirical models. Keywords: path loss, wave propagation, empirical models. 1. Introduction Propagation models have traditionally focused on predicting the received signal strength at a given distance from the transmitter, as well as the variability of the signal strength in a close spatial proximity to a particular location [1]. They are very helpful to mobile radio service providers for planning their networks because they allow optimization of the cell coverage while minimizing the intercell interference.
    [Show full text]
  • A Survey on Various Propagation Model for Wireless Communication
    A Survey on Various Propagation Model for Wireless Communication 1Pooja Prajesh and 2R.K. Singh 1Asst. Professor, GRDIMT, Dehradun, India 2Professor, KEC, Dhawarahat, India Abstract The expression of the model Signal Propagation is used for wired or wireless PL(dB)=LF+Amn(f, d)−G(hte)−G(hre)−GAERA (1) communication. It is depend upon terrain, frequency of operation, height of mobile, base station and other dynamic Where factor. Propagation models predict the mean signal strength PL is path loss [dB], LF is Free space path loss [dB] Amn for an arbitrary transmitter-receiver (T-R) separation (f, d) is Median attenuation relative to free space [dB], G(hte) distance[5]. In this paper, Empirical propagation models such is Base station antenna height gain factor [dB], G(hre) is as Okumura, Hata, and Lee model has been surveyed Mobile station antenna height gain factor [dB], GAREA is Gain exhaustively. due to the type of environment [dB], hte: transmitter antenna height [m] hre: Receiver antenna height [m], d is Distance Keywords: Path Loss, Okumura model, Hata model and Lee between transmitter and receiver antenna [km] model G(hre) = 10 log10 (hre/200) hre < 3m G(hre) = 20 log10 (hre/200) 10m> hre >3m G(hte) =20 log10 (hte /3) Introduction In Wireless communication signal is transmitted by Okumura Model is considered to be among the simplest transmitting antenna and received by receiving antenna, any and best in terms of accuracy in predicting the path loss for distortion in signal strength at receiver is known as path loss. early cellular system. The major disadvantages of this model Propagation model are useful for predicting the signal are its slow response to rapid changes in terrain profile.
    [Show full text]
  • Terrestial VHF / UHF Signal Strength Levels in Eastern Obolo and Ikot Abasi Communities of Akwa Ibom State, Nigeria
    IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 14, Issue 5, Ser. I (Sep.-Oct. 2019), PP 12-25 www.iosrjournals.org Terrestial VHF / UHF Signal Strength Levels in Eastern Obolo and Ikot Abasi Communities of Akwa Ibom State, Nigeria Aniefiok Otu Akpan Physics Department, Akwa Ibom State University, Nigeria Corresponding Author: Aniefiok Otu Akpan Abstract: Signal strength levels from Akwa Ibom Broadcasting Corporation (AKBC) television (Channel 45) and Nigerian Television Authority (NTA) channel 12 have been measured with a view to establishing the primary, secondary and fringe service areas of these signals at some locations in Eastern Obolo and Ikot Abasi Local Government Areas of Akwa Ibom State. Eastern Obolo and Ikot Abasi are densely forest zones that empty into the creeks that lead to the Atlantic Ocean in Akwa Ibom State. Propagation of electromagnetic waves in these areas has been quite challenging. CATV was used to measure signals of the TV station in dB, dBµv and dBmv. Signals received from this TV station at different locations of the study area using Radio Frequency Analyser with 24 channels spectrum ranging from 46-870MHz and an outdoor television antenna, 59(L) x 8.5(W) x 11(H) on a 10m pole showed that the signal strength received from VHF channel 45 ranged from 22dBµv to 51dBµv in Ikot Abasi and Eastern Obolo. 31.5dBµv signal was received by more than 55% of the area covered but others, especially the rural communities had signal below this value. In terms of path loss prediction, this closely agreed with Egli model when comparing the standard and calculated path loss.
    [Show full text]
  • Empirical Study of Near Ground Propagation in Forest Terrain for Internet-Of-Things Type Device-To-Device Communication
    Aalborg Universitet Empirical Study of Near Ground Propagation in Forest Terrain for Internet-of-Things type Device-to-Device Communication Hejselbæk, Johannes; Nielsen, Jesper Ødum; Fan, Wei; Pedersen, Gert F. Published in: IEEE Access DOI (link to publication from Publisher): 10.1109/ACCESS.2018.2871368 Publication date: 2018 Document Version Publisher's PDF, also known as Version of record Link to publication from Aalborg University Citation for published version (APA): Hejselbæk, J., Nielsen, J. Ø., Fan, W., & Pedersen, G. F. (2018). Empirical Study of Near Ground Propagation in Forest Terrain for Internet-of-Things type Device-to-Device Communication. IEEE Access, 6, 54052-54063. [8468151]. https://doi.org/10.1109/ACCESS.2018.2871368 General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. ? Users may download and print one copy of any publication from the public portal for the purpose of private study or research. ? You may not further distribute the material or use it for any profit-making activity or commercial gain ? You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please contact us at [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Received July 23, 2018, accepted September 7, 2018, date of publication September 19, 2018, date of current version October 17, 2018.
    [Show full text]