Neural Networks in Wireless Communications
|
|
|
- Zoe Lloyd
- 9 years ago
- Views:
Transcription
1 1 Neural Networks in Wireless Communications Keerthi Ram, MS 2006, IIIT Hyderabad Abstract Neural processing presents a different way to store and manipulate knowledge. It uses a connectionist approach, where connections emphasize the learning capability and discovery of representations. This work presents a study of the application areas for neural networks in wireless communication. Despite its capability to act as a black box and model systems using learning, domain knowledge is required to apply neural networks successfully in wireless communications. Considered in this work are neural network based adaptive equalization, field strength prediction in indoor networks and microstrip antenna design using neural networks. This provides non-linearity at a granular level to the neuron. The neural network is formed by such neurons arranged in layers as shown in fig. 2. Neurons of one layer fan out their output to the input of every other neuron in the next layer. All connections between neurons are weighted. The neural network thus can be viewed as having one input layer, where the input vector X is applied, one ore more hidden layers, and an output layer formed by m neurons. The output vector is thus of size m. Index Terms neural network applications, wireless communications, antennas, channel equalization A I.INTRODUCTION N artificial neural network (ANN) is a network of artificial neurons. Artificial neurons model the simple characteristics of neurons in the brain. Each neuron receives signals from other neurons through special connections called synapses. Some inputs excite the neuron, others inhibit it. When the cumulative effect of the inputs to a neuron exceeds a threshold, the neuron fires a signal to other neurons. Similarly an artificial neuron receives a set of inputs X=[x1,x2,...,xn], each coming through an in-bound connection. Connections have weights, and each input is multiplied by the weight of the connection it comes along. At the neuron, the weighted inputs are summed. If the weights are arranged in a vector W=[w1,w2,...,wn], then the computation of the neuron is precisely the dot-product p=x.w The neuron applies an activation function f on the dot-product to get its output y, given by y=f(p). The activation function is ideally shaped like the sgn function, but in reality the sigmoid function or tanh is used. Fig. 1. Structure of a neuron Manuscript received October 20, This work is part of the course requirements of EC 4321 Wireless Communications, Monsoon Fig layer neural network The learning aspect of the ANN is by virtue of the weighted connections. The neural network is trained using several training samples, and the error at the output, equal to the L2 norm of the expected and the observed output, is minimized by modifying the weights of each layer from the output layer proceeding backwards to the first hidden layer. A simple gradient descent approach is used, having the squared error (MSE) as minimization criterion. This weight correction is done by the neural network itself, and is hence self-organizing. An epoch in training consists of one cycle of all training samples sequentially applied to the ANN. Several epochs are applied until the squared error is minimized to a value below the desired MSE (typically 10-4 ) Once trained, ANNs have learned the mapping between the input and output, and can generalize to model the system whose behavior characterized the inputs and outputs. The capability of the ANN was proven by Kolmogorov [6] in his mapping-neural-network-existence theorem stating that any continuous function from the n-dimensional cube [0,1] n to the real numbers R can be implemented exactly by a three-layer neural network with n inputs, 2n+1 hidden neurons and m output neurons. Neural networks can in consequence be considered as universal function approximators.
2 2 A.Overview II.CHANNEL EQUALIZATION Wireless data transmission channels distort data signals in both the amplitude and phase, causing Inter-symbol Interference (ISI). This distortion causes the transmitted symbols to spread and overlap over successive time intervals, causing the information content also to spread among these symbols. Other factors like co-channel interference (CCI), multipath fading, cause further distortions to the received symbols. Signal processing techniques used at the receiver to overcome these interferences, so as to restore the transmitted symbols and recover their information are referred to as equalization methods. directed mode the tap gains are corrected based on a LMS gradient descent. The input to the decision device is a weighted sum of the delayed samples. Decision error is used in updating the tap coefficients. B.Methods Channel equalization algorithms are generally divided into two. The Most common one is performed by sending training sequences into the channel. The training sequences are known also at the receiver end. So by observing the changes at the receiver end, it is possible to extract the impulse response of the channel. Therefore at the receiver side, the inverse of the channel is applied, and the sources are recovered. The above described equalizer is called the zero-forcing (ZF) equalizer. ZF equalizers ignore additive noise, and may significantly amplify noise for channels with spectral nulls. The other method which does not use a training sequence is called blind channel equalization. Equalizers can be implemented as linear filters, or using non-linear methods - decision feedback. In training-based equalization, the viterbi algorithm is used after estimating the channel. Fig. 3. Block diagram showing noise and CCI, and the receiver structure for equalization The optimum linear equalizer was shown to be given by a filter matched to the channel and transmitter in cascade with a periodic filter that can be realized with a tapped delay line[1]. The viterbi detector is a non-linear recursive processor. It requires that ISI at the sampler output be limited to a finite number L of symbols (can be thought of as estimating the state sequence of a finite state markov process observed in memoryless noise) The adaptive LMS equalizer shown in fig. 4 is used in nonlinear operation. The processor consists of a tapped delay line in which the tap coefficients are modifiable. The equalizer operates in training mode to adjust using the preamble symbols and adapt to changing channel, and in decision Fig. 4. Adaptive LMS equalization The input to the decision device is the dot-product of the tap coefficients and the delayed samples. The weight correction is strikingly similar to the weight updation in a single neuron of a neural network. The maximal likelihood (ML) sequence receiver performs
3 ML detection on the entire data sequence. It is simpler than non-linear processors, but its complexity grows at O(L M ) where L is the number of interfering symbols. (For rather small values of L and M the implementation becomes impractical) A suboptimal modification to the ML sequence detector can be drawn from a reduced state viterbi algorithm instead of considering at each recursive step all possible sequences, eliminate all but the few likely ones. The Decision feedback equalizer (DFE) is such a pre-filter to reduce the complexity of the viterbi detector. The action of the DFE is to feedback a weighted sum of past decision to cancel the ISI they cause to the present signaling interval. The Least mean-square DFE is structured as shown in fig. 5. It consists of a T/2-spaced feedforward FIR filter, and a T- spaced feedback filter. The feedforward and feedback tapped delay lines contain Nf and Nb tap coefficients respectively. This equalizer is denoted as LMSDFE (Nf, Nb). If there is no feedback Nb, then the structure reduces to a linear equalizer is made negligible, SIR=100 db. And if system is studied in CCI, then AWGN is made negligible, SNR=100 db. Training length in symbol periods is 200 for LMSDFE and 1000 for MLPDFE. Data frame length, including the training period is 2000 symbol periods. Simulation experiments were run over ensembles of upto 5000 independent trials. Convergence performance of LMSDFE and MLPDFE for the case of SNR=15 db is shown in fig Fig. 5. LMS decision feedback equalizer A neural network based equalizer can be built on the same principle. It would consist of a three-layer MLP(multilayer perceptron) whose input signal samples are identical to that of the conventional equalizer. The input signal to the MLP equalizer consists of the Nf and Nb data samples in the feedforward and feedback tapped delay lines of the equalizer, respectively. This equalizer is denoted as MLPDFE((Nf,Nb), N1, N2) where N1 and N2 are the number of neurons in hidden layers 1 and 2 respectively. Fig. 7. Bit Error Rate (BER) vs. output Signal-to-interference ratio (SIR) Fig. 7 shows that when the parameters of the neural network are suitably configured, then performance converges with that of the LMS DFE. The modifiable parameters for the MLP are learning rate (also referred to as step size), number of neurons in the hidden layers. In high noise or interference situations the MLPDFE performance matches or surpasses the LMSDFE. W.K.Lo et al conclude that size of neural network impacts greatly the performance of the equalizer. D.Linear time series prediction Another way to look at the DFE is as a one step linear predictor. Consider the system shown in fig. 8. Fig. 6. Neural Network DFE The input layer has Nf + Nb nodes. The MLP equalizer generates at the symbol rate a single output which is the input to the decision device. C.Performance The effects of CCI and AWGN were considered separately by W.K.Lo et al[3]. If system is studied in AWGN, then CCI Fig. 8. Feedback Filter of DFE In Fig. 8, the following quantities are at play dk = sk xk dk^ = sk xk^ = dk + xk xk^ bk = gk * dk^ zk = sk - bk
4 4 Define ek = zk xk ek = sk bk xk = sk xk bk = dk bk = dk (gk*dk^) Assume that the previous n estimations are correct, then x k-n = x^k-n for 1<=n <= N and d k-n = d^ k-n thus, ek = dk (gk * dk^) = dk * (δk gk) Then the feedback filter is precisely the one step linear predictor of of dk based on exact knowledge of dk-n for n = 1 to N. Neural networks are well suited to the problem of linear prediction, and the role of neural networks in the DFE can be viewed from this perspective also. b) Local shielding effects 4) Influence of the location of the receiver site a) Loal reflectors b) Local shielding effects c) Shape of the room of the receiver d) size of the room of the receiver Measurement and quantization of all these parameters is discussed in [5]. Training samples consisted of about 5000 patterns including measurements in different transmitter and receiver environments. The statistical distribution of each input parameter should be homogeneous, so measurements in a lot of environments is necessary. III.FIELD STRENGTH PREDICTION A.Introduction Indoor wave propagation depends on several parameters such as structure of the building, material of the walls, location of the transmitter, carrier frequency, and several more. A number of empirical and deterministic (ray-optical) models have been developed for field value prediction in indoor environments. G.Wolfle and F.M.Landstorfer present an artificial neural network based model for the prediction of electric field strength. Their work reports a higher accuracy, owing to the possibility to consider parameters which are difficult to include in analytic equations. The neural network model is independent of time variation effects, and the generalization capability is well served in this problem. In the model constructed by G.Wolfle et al[5], each point in an area is predicted as a single point, and independent of neighbouring opints. This leads to smaller computation time. The input to the neural network include several parameters about the point at which the field is to be predicted. The output of the neural network represents the field strength at that point. The neural network is trained with measured field strength values inside buildings. B. Parameters of the model The parameters of the prediction model can be subdivided into four groups: 1) General parameters a) free space attenuation (distance, frequency) b) Visibility (LOS, OLOS, NLOS) 2) Influence of the walls between transmitter and receiver a) Transmission loss of the direct ray b) waveguiding effect of the walls 3) Local arrangement of the walls at the transmitter site a) Local reflectors Fig. 9. Structure of neural network for field strength prediction Using a network structured as in Fig. 9, G.Wolfle et al were able to obtain a mean error of 0.2 db and standard deviation of 3.5 db IV.ANTENNA DESIGN Most wireless phenomena like the design or analysis of antennas, estimation of direction of arrival, adaptive beamforming techniques, have quite a nonlinear relationship with their corresponding input variables. Neural networks can be used in these areas - microstrip antenna analysis and design, wideband mobile antenna design. A.Low Profile Antennas When antenna occupies appreciable volume a compact wireless device, and as transceivers are integrated into other devices, accurate characterization of antenna becomes necessary for the device's high performance. Analysis of parameters such as input resistance, bandwidth, resonant frequency of different regular shaped microstrip antennas have been modeled using neural networks [7]. Accuracy and simplicity were the key features of these networks, making ANN candidate for use in CAD algorithms.
5 5 a(mn) h(mn) є m n Fmn [6] K. Homik, M. Stichcombe, and H. While, "Multilayer Feedforward Networks are Universal Approximators," Neural Networks,2, 1989, pp [7] A.Patnaik, D.E.Anagnostou,R.K.Mishra, Applications of Neural Networks in wireless communications, IEEE Antennas and Propagation Magazine, Vol. 46, No. 3, June 2004 [8] H.Jaeger, H.Haas., Harnessing nonlinearity: predicting chaotic systems and saving energy in wireless communication, Science magazine,vol. 304, No. 5667,pp 7880, April 2004 [9] LiMin Fu, Neural Networks in Computer Intelligence, ISBN , 2003 Fig. 10. Microstrip Antenna design using Neural Networks - parameters are the side length, substrate height, dielectric constant, and mode numbers B.Arrays and Smart Antennas Arrays use multiple antenna elements to achieve enhanced performance, including high gain. They can also support electrical beam steering to improve transmission and reception. Neural networks have been successfully applied to direction-of-arrival estimation and beamforming for antenna arrays [7]. Radial basis function (RBF) neural networks are used in this case. RBF's differ from MLP in that the activation function at a neuron can be considered as the vector gaussian having the in-bound weights as mean, and the input vector as the random variable. The activation function is the vector gaussian distribution function. The weights are self-adjusted by using the k-means clustering technique. V.CONCLUSION Neural networks are mathematical models for a selforganizing and learning black box, which is a universal function approximator and time series predictor. Neural networks are built based on domain knowledge and can be used for causal modeling of systems in uncertainty and noise. Wireless communication systems present ample scope for neural networks to be applied, but performance of the neural network depends on fine tuning the parameters to the network, and proper quantization of inputs. REFERENCES [1] C.A.Belfiore, J.H.Park.Jr, Decision Feedback Equalization in Proc. August [2] D.Jianping, N.Sundararajan, Communication channel equalization using complex-valued minimal radial basis function neural networks, IEEE trans. on Neural networks, Vol 13, No. 2, May 2002 [3] W.K. Lo, H.M.Hafez, Neural network channel equalization, Intl. Joint Conference on Neural Networks, 1992 [4] S.U.H. Qureshi, "Adaptive Equalization", Proc of IEEE, vol. 73, no. 9, Sept 1985 [5] G.Wolfle, F.M.Landstorfer, "Field strength prediction in indoor environments with neural networks", in IEEE 47th Vehicular Technology Conference (VTC) 1997, Phoenix, AZ, pp , May 1997
Time and Frequency Domain Equalization
Time and Frequency Domain Equalization Presented By: Khaled Shawky Hassan Under Supervision of: Prof. Werner Henkel Introduction to Equalization Non-ideal analog-media such as telephone cables and radio
5 Signal Design for Bandlimited Channels
225 5 Signal Design for Bandlimited Channels So far, we have not imposed any bandwidth constraints on the transmitted passband signal, or equivalently, on the transmitted baseband signal s b (t) I[k]g
Implementation of Digital Signal Processing: Some Background on GFSK Modulation
Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering [email protected] Version 4 (February 7, 2013)
Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network
Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering
QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications
0 QAM Demodulation o o o o o Application area What is QAM? What are QAM Demodulation Functions? General block diagram of QAM demodulator Explanation of the main function (Nyquist shaping, Clock & Carrier
Coding and decoding with convolutional codes. The Viterbi Algor
Coding and decoding with convolutional codes. The Viterbi Algorithm. 8 Block codes: main ideas Principles st point of view: infinite length block code nd point of view: convolutions Some examples Repetition
ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING
Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
Adaptive Equalization of binary encoded signals Using LMS Algorithm
SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR
Lezione 6 Communications Blockset
Corso di Tecniche CAD per le Telecomunicazioni A.A. 2007-2008 Lezione 6 Communications Blockset Ing. Marco GALEAZZI 1 What Is Communications Blockset? Communications Blockset extends Simulink with a comprehensive
INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2
ISSN 2277-2685 IJESR/June 2014/ Vol-4/Issue-6/333-337 Y. Naveena et al./ International Journal of Engineering & Science Research INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena
Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman
Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception
An Algorithm for Automatic Base Station Placement in Cellular Network Deployment
An Algorithm for Automatic Base Station Placement in Cellular Network Deployment István Törős and Péter Fazekas High Speed Networks Laboratory Dept. of Telecommunications, Budapest University of Technology
Antenna Properties and their impact on Wireless System Performance. Dr. Steven R. Best. Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013
Antenna Properties and their impact on Wireless System Performance Dr. Steven R. Best Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013 Phone (603) 627-7877 FAX: (603) 627-1764 Email: [email protected]
A New Approach For Estimating Software Effort Using RBFN Network
IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 008 37 A New Approach For Estimating Software Using RBFN Network Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju,
Advanced Signal Processing and Digital Noise Reduction
Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New
CDMA Performance under Fading Channel
CDMA Performance under Fading Channel Ashwini Dyahadray 05307901 Under the guidance of: Prof Girish P Saraph Department of Electrical Engineering Overview Wireless channel fading characteristics Large
RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T. C.R. Nokes BBC R&D, UK ABSTRACT
RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T C.R. Nokes BBC R&D, UK ABSTRACT Digital terrestrial television services using the DVB-T standard will be launched later this year in the UK, followed
Capacity Limits of MIMO Channels
Tutorial and 4G Systems Capacity Limits of MIMO Channels Markku Juntti Contents 1. Introduction. Review of information theory 3. Fixed MIMO channels 4. Fading MIMO channels 5. Summary and Conclusions References
RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS
RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. 4y Springer Contents Preface xiii Chapter 1. Introduction 1 1.1. Wireless Systems 1 1.1.1. Mobile Communications
MIMO Antenna Systems in WinProp
MIMO Antenna Systems in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen [email protected] Issue Date Changes V1.0 Nov. 2010 First version of document V2.0 Feb. 2011
EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak
Path Loss Radio Wave Propagation The wireless radio channel puts fundamental limitations to the performance of wireless communications systems Radio channels are extremely random, and are not easily analyzed
Omni Antenna vs. Directional Antenna
Omni Antenna vs. Directional Antenna Document ID: 82068 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Definitions and Antenna Concepts Indoor Effects Omni Antenna Pros
TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS
TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS 1. Bandwidth: The bandwidth of a communication link, or in general any system, was loosely defined as the width of
Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.
Sampling Theorem We will show that a band limited signal can be reconstructed exactly from its discrete time samples. Recall: That a time sampled signal is like taking a snap shot or picture of signal
Analecta Vol. 8, No. 2 ISSN 2064-7964
EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,
Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network
Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)
Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski [email protected]
Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski [email protected] Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems
IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 1, JANUARY 2007 341
IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 1, JANUARY 2007 341 Multinode Cooperative Communications in Wireless Networks Ahmed K. Sadek, Student Member, IEEE, Weifeng Su, Member, IEEE, and K.
Module 13 : Measurements on Fiber Optic Systems
Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)
Recurrent Neural Networks
Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time
Optimum Frequency-Domain Partial Response Encoding in OFDM System
1064 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 51, NO 7, JULY 2003 Optimum Frequency-Domain Partial Response Encoding in OFDM System Hua Zhang and Ye (Geoffrey) Li, Senior Member, IEEE Abstract Time variance
Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation
Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Sunil Karthick.M PG Scholar Department of ECE Kongu Engineering College Perundurau-638052 Venkatachalam.S Assistant Professor
Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications
Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications The Master Degree in Electrical Engineering/Wireless Communications, is awarded by the Faculty of Graduate Studies
Keywords: Image complexity, PSNR, Levenberg-Marquardt, Multi-layer neural network.
Global Journal of Computer Science and Technology Volume 11 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 0975-4172
Whitepaper. 802.11n The Next Generation in Wireless Technology
Whitepaper 802.11n The Next Generation in Wireless Technology Introduction Wireless technology continues to evolve and add value with its inherent characteristics. First came 802.11, then a & b, followed
Suppression of Four Wave Mixing in 8 Channel DWDM System Using Hybrid Modulation Technique
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 97-108 International Research Publication House http://www.irphouse.com Suppression of Four
A Performance Study of Wireless Broadband Access (WiMAX)
A Performance Study of Wireless Broadband Access (WiMAX) Maan A. S. Al-Adwany Department of Computer & Information Engineering, College of Electronics Engineering University of Mosul Mosul, Iraq [email protected]
Revision of Lecture Eighteen
Revision of Lecture Eighteen Previous lecture has discussed equalisation using Viterbi algorithm: Note similarity with channel decoding using maximum likelihood sequence estimation principle It also discusses
Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels
Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels Qi Lu, Qingchong Liu Electrical and Systems Engineering Department Oakland University Rochester, MI 48309 USA E-mail:
Neural Network Design in Cloud Computing
International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer
Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks
Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks K SRI RAMA KRISHNA Department of Electronics and Communication Engineering Jawaharlal Nehru
Environmental Effects On Phase Coherent Underwater Acoustic Communications: A Perspective From Several Experimental Measurements
Environmental Effects On Phase Coherent Underwater Acoustic Communications: A Perspective From Several Experimental Measurements T. C. Yang, Naval Research Lab., Washington DC 20375 Abstract. This paper
DVB-T. The echo performance of. receivers. Theory of echo tolerance. Ranulph Poole BBC Research and Development
The echo performance of DVB-T Ranulph Poole BBC Research and Development receivers This article introduces a model to describe the way in which a single echo gives rise to an equivalent noise floor (ENF)
Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus
Please do not remove this manual from from the lab. It is available at www.cm.ph.bham.ac.uk/y2lab Optics Introduction Optical fibres are widely used for transmitting data at high speeds. In this experiment,
SMART ANTENNA BEAMFORMING NETWORK Sharul Kamal Abdul Rahim Peter Gardner
Smart Antena Beamforming Network 23 3 SMART ANTENNA BEAMFORMING NETWORK Sharul Kamal Abdul Rahim Peter Gardner 3.1 INTRODUCTION Smart Antenna with RF beamforming capability can greatly improve the performance
Comparison of Network Coding and Non-Network Coding Schemes for Multi-hop Wireless Networks
Comparison of Network Coding and Non-Network Coding Schemes for Multi-hop Wireless Networks Jia-Qi Jin, Tracey Ho California Institute of Technology Pasadena, CA Email: {jin,tho}@caltech.edu Harish Viswanathan
Appendix D Digital Modulation and GMSK
D1 Appendix D Digital Modulation and GMSK A brief introduction to digital modulation schemes is given, showing the logical development of GMSK from simpler schemes. GMSK is of interest since it is used
Application Note Noise Frequently Asked Questions
: What is? is a random signal inherent in all physical components. It directly limits the detection and processing of all information. The common form of noise is white Gaussian due to the many random
MIMO detector algorithms and their implementations for LTE/LTE-A
GIGA seminar 11.01.2010 MIMO detector algorithms and their implementations for LTE/LTE-A Markus Myllylä and Johanna Ketonen 11.01.2010 2 Outline Introduction System model Detection in a MIMO-OFDM system
RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL
RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL Padmabala Venugopal, Michael J. Carter*, Scott A. Valcourt, InterOperability Laboratory, Technology Drive Suite, University of New Hampshire,
Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence
Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support
6.2.8 Neural networks for data mining
6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural
Non-Data Aided Carrier Offset Compensation for SDR Implementation
Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center
Propagation Channel Emulator ECP_V3
Navigation simulators Propagation Channel Emulator ECP_V3 1 Product Description The ECP (Propagation Channel Emulator V3) synthesizes the principal phenomena of propagation occurring on RF signal links
Digital Communications
Digital Communications Fourth Edition JOHN G. PROAKIS Department of Electrical and Computer Engineering Northeastern University Boston Burr Ridge, IL Dubuque, IA Madison, Wl New York San Francisco St.
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College
Using artificial intelligence for data reduction in mechanical engineering
Using artificial intelligence for data reduction in mechanical engineering L. Mdlazi 1, C.J. Stander 1, P.S. Heyns 1, T. Marwala 2 1 Dynamic Systems Group Department of Mechanical and Aeronautical Engineering,
Algorithms for Interference Sensing in Optical CDMA Networks
Algorithms for Interference Sensing in Optical CDMA Networks Purushotham Kamath, Joseph D. Touch and Joseph A. Bannister {pkamath, touch, joseph}@isi.edu Information Sciences Institute, University of Southern
COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS
COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT
IN current film media, the increase in areal density has
IEEE TRANSACTIONS ON MAGNETICS, VOL. 44, NO. 1, JANUARY 2008 193 A New Read Channel Model for Patterned Media Storage Seyhan Karakulak, Paul H. Siegel, Fellow, IEEE, Jack K. Wolf, Life Fellow, IEEE, and
Robot Perception Continued
Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart
Lecture 6. Artificial Neural Networks
Lecture 6 Artificial Neural Networks 1 1 Artificial Neural Networks In this note we provide an overview of the key concepts that have led to the emergence of Artificial Neural Networks as a major paradigm
Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction
Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit
MODULATION Systems (part 1)
Technologies and Services on Digital Broadcasting (8) MODULATION Systems (part ) "Technologies and Services of Digital Broadcasting" (in Japanese, ISBN4-339-62-2) is published by CORONA publishing co.,
ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors
International Journal of Engineering and Management Research, Volume-3, Issue-3, June 2013 ISSN No.: 2250-0758 Pages: 24-29 www.ijemr.net ISI Mitigation in Image Data for Wireless Wideband Communications
Performance Evaluation of Artificial Neural. Networks for Spatial Data Analysis
Contemporary Engineering Sciences, Vol. 4, 2011, no. 4, 149-163 Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis Akram A. Moustafa Department of Computer Science Al al-bayt
Measurement, Modeling and Simulation of Power Line Channel for Indoor High-speed Data Communications
Measurement, Modeling and Simulation of Power Line Channel for Indoor High-speed Data Communications Jong-ho Lee, Ji-hoon Park', Hyun-Suk Lee, Gi-Won Leett and Seong-cheol Kim School of Electrical and
Antenna Systems for Broadband Wireless Access
WIDEBAND WIRELESS ACCESS TECHNOLOGIES TO BROADBAND INTERNET Antenna Systems for Broadband Wireless Access Ross D. Murch and Khaled Ben Letaief, Hong Kong University of Science and Technology ABSTRACT Broadband
Multipath fading in wireless sensor mote
Multipath fading in wireless sensor mote Vaishali M.Tech (VLSI), IMSEC, Ghaziabad/MTU, Noida Abstract: In this paper we study about the new technology as to transfer the data with the help of smart device,
PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS
PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUM OF REFERENCE SYMBOLS Benjamin R. Wiederholt The MITRE Corporation Bedford, MA and Mario A. Blanco The MITRE
Neural Networks and Support Vector Machines
INF5390 - Kunstig intelligens Neural Networks and Support Vector Machines Roar Fjellheim INF5390-13 Neural Networks and SVM 1 Outline Neural networks Perceptrons Neural networks Support vector machines
CDMA TECHNOLOGY. Brief Working of CDMA
CDMA TECHNOLOGY History of CDMA The Cellular Challenge The world's first cellular networks were introduced in the early 1980s, using analog radio transmission technologies such as AMPS (Advanced Mobile
Power Prediction Analysis using Artificial Neural Network in MS Excel
Power Prediction Analysis using Artificial Neural Network in MS Excel NURHASHINMAH MAHAMAD, MUHAMAD KAMAL B. MOHAMMED AMIN Electronic System Engineering Department Malaysia Japan International Institute
A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System
A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System Young Sil Choi Email: [email protected] Illsoo Sohn Email: [email protected] Kwang Bok Lee Email: [email protected] Abstract
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16 Freshman Year ENG 1003 Composition I 3 ENG 1013 Composition II 3 ENGR 1402 Concepts of Engineering 2 PHYS 2034 University Physics
ARTIFICIAL NEURAL NETWORKS FOR ADAPTIVE MANAGEMENT TRAFFIC LIGHT OBJECTS AT THE INTERSECTION
The 10 th International Conference RELIABILITY and STATISTICS in TRANSPORTATION and COMMUNICATION - 2010 Proceedings of the 10th International Conference Reliability and Statistics in Transportation and
AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz
AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2
NEURAL NETWORKS A Comprehensive Foundation
NEURAL NETWORKS A Comprehensive Foundation Second Edition Simon Haykin McMaster University Hamilton, Ontario, Canada Prentice Hall Prentice Hall Upper Saddle River; New Jersey 07458 Preface xii Acknowledgments
The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.
Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally
Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks
Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks Tim Farnham, Brian Foxon* Home Communications Department HP Laboratories Bristol HPL-98-123 June, 1998 broadband,
Novelty Detection in image recognition using IRF Neural Networks properties
Novelty Detection in image recognition using IRF Neural Networks properties Philippe Smagghe, Jean-Luc Buessler, Jean-Philippe Urban Université de Haute-Alsace MIPS 4, rue des Frères Lumière, 68093 Mulhouse,
AM Receiver. Prelab. baseband
AM Receiver Prelab In this experiment you will use what you learned in your previous lab sessions to make an AM receiver circuit. You will construct an envelope detector AM receiver. P1) Introduction One
Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept
Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept ONR NEURO-SILICON WORKSHOP, AUG 1-2, 2006 Take Home Messages Introduce integrate-and-fire
Introduction to Digital Subscriber s Line (DSL)
Introduction to Digital Subscriber s Line (DSL) Professor Fu Li, Ph.D., P.E. Chapter 3 DSL Fundementals BASIC CONCEPTS maximizes the transmission distance by use of modulation techniques but generally
An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY. Harrison H. Barrett University of Arizona Tucson, AZ
An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY Harrison H. Barrett University of Arizona Tucson, AZ Outline! Approaches to image quality! Why not fidelity?! Basic premises of the task-based approach!
communication over wireless link handling mobile user who changes point of attachment to network
Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet
Jitter Measurements in Serial Data Signals
Jitter Measurements in Serial Data Signals Michael Schnecker, Product Manager LeCroy Corporation Introduction The increasing speed of serial data transmission systems places greater importance on measuring
Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin *
Send Orders for Reprints to [email protected] 766 The Open Electrical & Electronic Engineering Journal, 2014, 8, 766-771 Open Access Research on Application of Neural Network in Computer Network
Analysis and Improvement of Mach Zehnder Modulator Linearity Performance for Chirped and Tunable Optical Carriers
886 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 20, NO. 5, MAY 2002 Analysis and Improvement of Mach Zehnder Modulator Linearity Performance for Chirped and Tunable Optical Carriers S. Dubovitsky, Member, IEEE,
Stock Prediction using Artificial Neural Networks
Stock Prediction using Artificial Neural Networks Abhishek Kar (Y8021), Dept. of Computer Science and Engineering, IIT Kanpur Abstract In this work we present an Artificial Neural Network approach to predict
8. Cellular Systems. 1. Bell System Technical Journal, Vol. 58, no. 1, Jan 1979. 2. R. Steele, Mobile Communications, Pentech House, 1992.
8. Cellular Systems References 1. Bell System Technical Journal, Vol. 58, no. 1, Jan 1979. 2. R. Steele, Mobile Communications, Pentech House, 1992. 3. G. Calhoun, Digital Cellular Radio, Artech House,
Keywords: Slot antenna, ultra wideband (UWB), Microstrip line feeding, HFSS Simulation software.
IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Design of Compact UWB Printed Slot Antenna for GPS, GSM &Bluetooth Applications S.P.Shinde *1, M. M. Jadhav 2 *1, 2 Electronics
SC-FDMA and LTE Uplink Physical Layer Design
Seminar Ausgewählte Kapitel der Nachrichtentechnik, WS 29/21 LTE: Der Mobilfunk der Zukunft SC-FDMA and LTE Uplink Physical Layer Design Burcu Hanta 2. December 29 Abstract The Long Term Evolution (LTE)
SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK
SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK N M Allinson and D Merritt 1 Introduction This contribution has two main sections. The first discusses some aspects of multilayer perceptrons,
