Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Size: px
Start display at page:

Download "Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning"

Transcription

1 Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou Insttute of Communcatons Engneerng, Unversty of annover Appelstr 9A D-367, annover Germany {taenga, raoanne, yandogh, chedou}@antun-hannoverde Abstract The success of neural networ archtectures depends heavly on the avalablty of effectve learnng algorthms Radal bass functon (RB) neural networs provde attractve possbltes for solvng sgnal processng and pattern classfcaton problems Gradent descent tranng (GD) of RB networs has proven to be much more effectve than more conventonal methods owever, gradent descent tranng can be computatonally expensve and ts learnng speed s very slow Ths paper compares (GD) to the method based on ether Kalman flterng (K) or decoupled Kalman flter (DEK) These new methods prove to be qucer than gradent descent tranng whle stll provdng good performance at the same level of effectveness as they are used n fngerprnt-based postonng Keywords Neural Networ tranng, Kalman lter, Gradent Descent, Decoupled Kalman lter, Postonng I INTRODUCTION The problem of provdng a relable and accurate poston of a moble staton (MS) n wreless communcaton systems has attracted a lot of attenton n recent years Postonng systems can be roughly classfed nto three maor categores: systems usng sgnal strength measurements, systems usng ether tme of arrval and angle of arrval of a rado sgnal, and systems usng dead reconng technques The frst two categores can be called rado-locaton methods as they rely on the propagaton propertes of rado sgnals Ths paper addresses a novel approach whle applyng sgnal strength measurements for the postonng of a GSMbased moble staton It uses rado sgnal strengths from the servng and neghborng base statons, whch are contnuously measured n the moble staton These are appled to a prevously traned artfcal neural networ for postonng ngerprnt based Postonng usng neural networs can be made usng ether classfcaton or functon approxmaton When usng classfcaton, the area of nterest s dvded nto small sectons and the dentfcaton of the secton n whch the moble staton can be found s the tas performed by the classfcaton or the second case, a functon approxmates the relatonshp between the receved sgnal strengths and the dstance between the moble staton and the antenna Trlateraton can subsequently be made when at least three dstances to nown base staton locatons are nown Ths s an ndrect postonng urthermore, the receved sgnal strength nput can also be used to drectly model the two-dmensonal coordnates of the moble staton Ths method s referred to as drect postonng [] Par and Sanberg [] have proven that Radal Bass uncton (RB) neural networs wth one layer of RB functons are capable of unversal approxmaton or ths reason ths paper uses a RB archtecture wth one hdden layer of neurons n order to compare three ey tranng approaches: Gradent Descent (GD), Extented Kalman lter (EK), and Decoupled Extended Kalman lter or fngerprnt based postonng, a method that s used n ths paper, the poston of the moble system s automatcally found nowng the set of sgnal strength for that pont GPS postons are used as references durng the tranng phase [3] or ths purpose, one need an element or a system capable to relate the receved GSM power levels of the surroundng cells n a pont and the poston of ths pont gven by GPS Ths element has to acqure enough ntellgence and abstracton of such a not obvous relaton, and use t to mae future poston predctons related to gven sgnal strenghs measurements A neural networ (NN) s used for that purpose ΙΙ DESCRIPTION O TE TREE TRAINING METODS USED: DG, EK, DK There are several algorthms avalable for tranng the weghts of a neural networ [4] [5] [6] Most of them are based on computaton of the gradent of an output error measured wth respect to networ weghts Recently, several authors [7][8][9][] have noted that the Kalman lters (eg EK) can also be used for tranng networs to perform the desred nput-output mappngs In ths paper we use the RB neural networ archtecture as t provdes attractve possbltes for solvng sgnal processng and pattern classfcaton problems [] An archtecture of one hdden-layer of RBs s used to compare the three methods (GD,EK and DEK) 446

2 The RB NN can be descrbed as follows The nput data s (are) represented by x n g, beng passed drectly to hdden layer Suppose there are c neurons n the hdden layer Each of the c neurons n the hdden layer apples an actvaton functon, whch s a functon of the Eucldean dstance (e the square of the Eucldean norm of the two vectors) between the nput and the prototype vectors v, as shown n g There are many choces for g(), functon n the hdden layer of RB NN The most common choce s a Gaussan functon of the form ( v / β ) g( ν ) e () where g (ν ) s the Gaussan functon, β s a real constant, [] Another choce s the nverse multquadratc functon / g ( v) ( v + β ) () where β s a real constant [] A further choce of the g() functon s /( p) g( v) [ g ( v) ] (3) where g ( v) av + b (4) g s called generator functon, p s a real number greater than, a> and b, [6] If a and p3, the hdden layer functon s reduced to the nverse multquadratc functon One output of the RB n g can be wrtten as follows: w w w c w w wc x v ) y (5) wn wn wnc x vc ) or all the outputs x v ) xm v ) y ym W (6) x vc ) xm vc ) Thus, let s wrte : Y W [] (7) In the followng the three dfferent tranng polces are descrbed n detal A Gradent Descent Tranng Method To use the gradent descent to mnmze the tranng error, one does defne an error functon, Y Y (8) E where Y s the matrx of desred values for the RB output, and s the square of the roebnus norm of a matrx, whch s equal to the sum of the squares of the elements of the matrx It has been shown; see Ref [], whch s gven n ths case by: w v where M ( y y ) h ( n), M n ' g ( v )( v) y (9) ( y y ) w ( c) () s the element n the th row and th column of the Y matrx of Eq7 and y s the correspondng element n the Y matrx The RB can be optmzed by performng the followng updates of weghts ( w ) and prototypes ( v ): w w η ( n), () w v η ( c) () v v where η s the step sze of the gradent descent method Ths optmzaton stops when w and v reach local mnma [] B Extended Kalman lter (EK) Tranng Method The Kalman lter s also used to tran a general multnput, mut-output RB networs or lnear dynamc systems wth whte nose process and whte measurement nose, the Kalman flter s nown to be an optmal estmator [] or nonlnear systems wth colored nose, the Kalman flter can be extended by lnearzng the system around the current parameter estmates [6, ] There are several algorthms avalable for tranng the weghts of the NN Most of them are based on computaton of the gradent of an output error measured wth respect to the networ weghts Recently, several authors [4, 9] have noted that the extended Kalman flter can also be used for the purpose of tranng networs to perform desred nput-output mappngs Assume the state space model below, []: x + + f (, ) w (3) y h(, x ) + v (4) 447

3 where x s the state of the system, y s the measurement model, w and v are ndependent, zeromean, Gaussan nose processes of the covarance matrces Q and R respectvely The frst step of EK s computng the lnearzed state matrces : f (, x) + x x (5) h (, x ) (6) x x Once matrces +, and are evaluated, they are then used n frst order Taylor approxmaton of nonlnear functons (, ) ( x, ) + +, ( x, x ), (7) (, ) ( x, ) + +, ( x, ), (8) The tranng problem usng Kalman flter theory can now be descrbed as fndng the mnmum mean-squared error estmate of the state x usng all observed data When assumng that w+ w + ω s the state of the neural networ, and y h ( w, u, v ) + v the observaton or measurement equaton whch represents the networ s desred response vector y as a nonlnear functon of nput vector u, the weght parameter vector w, and for the RB the prototype vector parameter v The soluton to the tranng problem s gven by the followng recurson [] : T A [ R + P K ], (9) K P A, () w w + + K ξ, () T P + P + K K P + Q () Ths Kalman recurson process can be explaned wth followng words An nput tranng pattern u s propagated through the networ to produce an output vector y The dervatve matrx s obtaned, then te Kalman gan matrx s computed accordng to Eq, Ths step nclude the computaton of the global scalng matrx A The networ weghts vector s updated usng the Kalman gan matrx, the error vectorξ, and the current value of the weght vector as n Eq At the end, the approxmate error covarance matrx s updated as n Eq w In order to apply the optmzaton problem n a form sutable for Kalman lterng n the case of a RB NN, we let the elements of the weght matrx (w) and the elements of the prototypes (v) consttute the state of the nonlnear system And the output of the RB networ consttutes the output of the nonlnear system The state of the nonlnear system model s represented by X [ w wnv v c ], [] The computatonal effort of Kalman s n the order of O [( AB) ], where A s the dmenson of the output dynamc system and B s the number of parameters In the case of concern n ths paper, there are nm outputs and [ n ( c+ ) + mc], e, [ n ( c+) ] weghts and mcprototypes, where n s the dmenson of the RB output, M s the number of tranng samples, c s the number of prototypes (v) --see g, and m s the dmenson of the RB nput Therefore, the computatonal expense of Kalman flter s n the order of O ( nm[ n( c + ) + mc] ) [] C Decoupled Extended Kalman flter (DEK)Tranng Method The classcal dsadvantage of Extended Kalman lter s ts computatonal expense, whch s the obstacle for ts use for larger networs Thus, smplfed varants must be found, that preserve the most useful property of the EK whle requrng less computaton per tme step [3] The parameter-based DEK algorthm s derved from EK by assumng that the teratons between certan weght estmates can be gnored Ths smplfcaton ntroduces many zeros nto the matrx P If the weghts are decoupled n a way such that the weght groups become mutually exclusve of one another, then P can be arranged nto a bloc-dagonal form Let s g refers to the number of such weght groups Then, for group, the vector w refers to the estmated weght parameters, s the sub-matrx of dervatves of networ outputs wth respect to the th group s weghts, p s the weght group s approxmate error covarance matrx, and K s ts Kalman gan matrx The DEK for the th weght group s gven, see [] The computatonal tranng expense of Kalman flter s reduced n the order of O ( nm[ ( c + ) + ( mc) ]), [] The rato between the computatonal tranng expense of the EK and that of the DEK s n the order of: [ n( c+ ) + mc] o( ) ( c+ ) + ( mc) 448

4 parameters for DEK ( P o, Q, R ) were ntalzed n a smlar way [] IV SIMULATION RESULTS gure Radal Bass uncton ( RB) ΙΙΙ SYSTEM DESCRIPTION AND EXPERIMENTAL SETTING Sgnal strength measurements n a GSM moble termnal are the nput data used to tran a RB neural networ usng one of three algorthms (GD, EK, DEK), whereby a target poston (or sector) s gven for every pont Durng the tranng phase, the neural networ does realze a mappng between the sgnal strengths and target postons (sector) for all sample data provded In the testng phase, provdng a set receved sgnal strengths at the nput of the NN, the poston (Sector) of the current moble staton s predcted at the output or the experments conducted n ths paper for llustraton, we do use measurement data collected on one street of the town anover (Schnederberg Str) n Germany The street has a total length of 45 meters Whle movng wth a constant speed, RSSI values were beng collected every 5 seconds Thus, 5 data ponts could be recorded Each data pont contans the RSSI values from the 4 strongest neghborng cells The classfcaton method s used for the NN tranng The street s dvded nto 5 equal parts (segments) Thus, every segment has a length of 3 meters and does contan successve of the collected data ponts The NN used n the experments, conssted of four nput vectors (correspondng to the RSSI measurement for the 4 strongest cells) and 5 outputs, each output correspondng to one of the 5 sectors The number of RB functons has been vared from to 5 The learnng rate n GD s taen equal to, n the frst experment where by a number of teraton s counted for every fxed number of neurons n the hdden layer, as ths has guaranted a monotonc reducton of the error durng the tranng process The RB networ were traned usng the hdden layer functon of Eq3 wth the lnear generator functon of Eq4 The Kalman flter parameters of Eqs9- have been ntalzed wth P o 4I, Q 4I, and R 4I, where I s the dentty matrx of approprate dmensons the g does present a comparson of the postonng performance of NN traned usng the three dfferent schemes The three tranng algorthms (GD, EK and DEK) were termnated when the error functon of Eq8 decreased by less than the gven tranng error The number of neurons n the hdden layer was vared It appeared that the methods based on Kalman lterng (EK, DK) are provdng less errors or example, wth the postonng quadratc average error wth Kalman method s less than 4 meters wth a probablty of 67% or GD, however, the postonng quadratc average error s up to 65 meters wth a probablty of 67% The dfference n accuracy between EK and GD becomes less, as the number of neurons n the hdden layer s ncreased The EK and DEK are provdng the same accuracy as they are both based on Kalman lterng, see gs-3 Snce the DEK algorthm s n prncple derved from EK n that t s assumed that the connectons between certan weght estmates can be gnored, t consequently requres fewer operatons n one teraton (f compared to EK) If one does record the tme needed for the tranng process, the dfference n terms of tranng effort between EK and DEK wll become clearer, especally f the NN s large (a large number of parameters: nputs, output, weghts, prototypes The DK method s generally preferred because of ts savng of tranng tme or g3, for example, the tranng tme could be recorded and s used here for comparson ollowng parameter settng has been used: a RB NN of 3 neurons, wth 4 nputs vectors, each havng 5 samples; and 5 ouputs (classfcaton ones) The computer platform used s a Pentum IV ( GZ and 5 MB RAM) The EK tranng requred mnutes, whereas the DEK ones needed only 8 mnutes, both for teratons g4 compares the number of teratons to converge the tranng error up to a fxed threshold It s seen that methods based on Kalman flterng do converge n fewer teratons compared to the GD, provded a gven tranng error and for a fxed number of neurons n the hdden layer V CONCLUSION Ths paper has compared a well-nown Gradent descent method tranng of a NN to the ones based on Kalman flterng (EK and DEK) The applcaton scenaro n ths wor s a fngerprnt postonng usng GSM RSSI 449

5 data The experments conducted n ths wor have shown that the Kalman flterng based tranng of the NNs does lead to a better postonng performance whle requrng the lowest tranng effort The computatonal savngs acheved by the DEK method compared to EK wll be more sgnfcant for cases where large NN are needed REERENCES [] Z Salcc and E Chan, "Moble staton postonng usng GSM cellular phone and artfcal neural networs," Wreless Personal Communcatons, vol 4, pp 35-54, [] J Par and I W Sanberg, "Unversal approxmaton usng radal-bass functon networs," Neural Computaton, vol 3, pp 46-57, 99 [3] K Kyamaya, DOM-Der orenterte Mensch: SAKER VERLAG, 3 [4] S Sn and R D gueredo, "Effcent learnng procedures for optmal nterpolatve nets," Neural Networs, vol 6, pp 99-3, 993 [5] R Duro and J Reyes, "Dscrete-tme bacpropagaton for tranng synaptc delay-based artfcal neural networs," IEEE Trans on Neural Networs, vol, pp , 999 [6] M Vdyasagar, Learnng and generalzaton wth applcatons to Neural networs, second edton ed: Sprnger, 997 [7] G V Pusorus and L A eldamp, "Neurocontrol of nonlnear dynamcal systems wth Kalman flter traned recurrent networs," IEEE Trans Neural Networs, vol 5, pp 79-97, 994 [8] M Brgmeer, "A fully Kalman-traned radal bass functon networ for nonlnear speech modelng," presented at IEEE Internatonal Conference on Neural Networs, 995 [9] R J Wllams, "Tranng recurrent Networs usng the extended Kalman lter," presented at Internatonal Jont Conference on Neural Networs, 99 [] J Sum, C Leung, G Young, and W Kan, "On the Kalman flterng method n neural networ tranng and prunng," IEEE Transactons on Neural Networs, vol, pp 6-66, 999 [] D Smon, "Tranng Radal Bass Neural Networs wth the Extended Kalman lter," Neurocomputng, vol 48, pp , [] S ayn, Kalman flterng and neural networs: John Wley & Sons, nc, [3] S ayn, Neural networs, a comprehensve foundaton, nd edton ed: Prentce all, 999 CP(%)- Test Cumulatve Probablty uncton (Tran Error, and Number of neurons n hdden layer5) GD-CP 6 EK-CP 5 DK-CP Error(m) gure Cumulatve Probablty unctons (CP) of the postonng error for NNs traned wth the three schemes CP(%) -Test Error (m) GD-CP EK-CP DK-CP gure 3 CP comparson for more neurons n the hdden layer (Tranng error ; 3 neurons) Log Number of Iteratons 3 Trang error, GD EK DK Number of Neurons n RB gure 4 Comparson of the number of teratons n tranng (GD,EK,DK) the neural networs whle varyng the number of neurons n the hdden layer 45

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study Moble Informaton Systems Volume 26, Artcle ID 279576, 7 pages http://dx.do.org/.55/26/279576 Research Artcle Indoor Localsaton Based on GSM Sgnals: Multstorey Buldng Study RafaB Górak, Marcn Luckner, MchaB

More information

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network Nonlnear Complex Channel Equalzaton Usng A Radal Bass Functon Neural Network Mclau Ncolae, Corna Botoca, Georgeta Budura Unversty Poltehnca of Tmşoara cornab@etc.utt.ro Abstract: The problem of equalzaton

More information

RBF NN Based Marine Diesel Engine Generator Modeling

RBF NN Based Marine Diesel Engine Generator Modeling 005 Amercan Control Conference June 8-0, 005. Portland, OR, USA ThB4.6 RBF Based Marne Desel Engne Generator Modelng Wefeng Sh, Janmn Yang, Tanhao Tang, Member, IEEE Abstract For buldng a real tme marne

More information

Performance Analysis of Cellular Radio System Using Artificial Neural Networks

Performance Analysis of Cellular Radio System Using Artificial Neural Networks Amercan Journal of Neural Networks and Applcatons 27; 3(): 5-3 http://www.scencepublshnggroup.com/j/ajnna do:.648/j.ajnna.273.2 ISSN: 2469-74 (rnt); ISSN: 2469-749 (Onlne) erformance Analyss of Cellular

More information

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method Chung Hua Journal of Scence and Engneerng, Vol. 5, No. 4, pp. 7-4 (007 W-F Indoor Locaton Based on RSS Hyper-Planes Method Ch-Kuang Hwang and Kun-Feng Cheng Department of Electrcal Engneerng, Chung Hua

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

More information

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network Relevance of Energy Effcency Gan n Massve MIMO Wreless Network Ahmed Alzahran, Vjey Thayananthan, Muhammad Shuab Quresh Computer Scence Department, Faculty of Computng and Informaton Technology Kng Abdulazz

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

1.0 INTRODUCTION 2.0 CELLULAR POSITIONING WITH DATABASE CORRELATION

1.0 INTRODUCTION 2.0 CELLULAR POSITIONING WITH DATABASE CORRELATION An Improved Cellular postonng technque based on Database Correlaton B D S Lakmal 1, S A D Das 2 Department of Electronc & Telecommuncaton Engneerng, Unversty of Moratuwa. { 1 shashka, 2 dleeka}@ent.mrt.ac.lk

More information

GPS Interference Mitigation Using Derivative-free Kalman Filter-based RNN

GPS Interference Mitigation Using Derivative-free Kalman Filter-based RNN 518 WEI-LUNG MAO, GPS INERFERENCE MIIGAION USING DERIVAIVE-FREE KALMAN FILER-BASED RNN GPS Interference Mtgaton Usng Dervatve-free Kalman Flter-based RNN We-Lung MAO Graduate School of Engneerng Scence

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

New Applied Methods For Optimum GPS Satellite Selection

New Applied Methods For Optimum GPS Satellite Selection New Appled Methods For Optmum GPS Satellte Selecton Hamed Azam, Student Member, IEEE Department of Electrcal Engneerng Iran Unversty of Scence &echnology ehran, Iran hamed_azam@eee.org Mlad Azarbad Department

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

AOA Cooperative Position Localization

AOA Cooperative Position Localization AOA Cooperatve Poston Localzaton Jun Xu, Maode Ma and Cho Loo Law Postonng and Wreless echnology Centre Nanyang echnologcal Unversty, Sngapore xujun@pmal.ntu.edu.sg Abstract- In wreless sensor networs,

More information

Enhanced Artificial Neural Networks Using Complex Numbers

Enhanced Artificial Neural Networks Using Complex Numbers Enhanced Artfcal Neural Networks Usng Complex Numers Howard E. Mchel and A. A. S. Awwal Computer Scence Department Unversty of Dayton Dayton, OH 45469-60 mchel@cps.udayton.edu Computer Scence & Engneerng

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

More information

Optimal State Prediction for Feedback-Based QoS Adaptations

Optimal State Prediction for Feedback-Based QoS Adaptations Optmal State Predcton for Feedback-Based QoS Adaptatons Baochun L, Dongyan Xu, Klara Nahrstedt Department of Computer Scence Unversty of Illnos at Urbana-Champagn b-l, d-xu, klara @cs.uuc.edu Abstract

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Particle Filters. Ioannis Rekleitis

Particle Filters. Ioannis Rekleitis Partcle Flters Ioanns Reklets Bayesan Flter Estmate state x from data Z What s the probablty of the robot beng at x? x could be robot locaton, map nformaton, locatons of targets, etc Z could be sensor

More information

Desensitized Kalman Filtering with Analytical Gain

Desensitized Kalman Filtering with Analytical Gain Desenstzed Kalman Flterng wth Analytcal Gan ashan Lou School of Electrc and Informaton Engneerng, Zhengzhou Unversty of Lght Industry, Zhengzhou, 45002, Chna, tayzan@sna.com Abstract: he possble methodologes

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

Discussion on How to Express a Regional GPS Solution in the ITRF

Discussion on How to Express a Regional GPS Solution in the ITRF 162 Dscusson on How to Express a Regonal GPS Soluton n the ITRF Z. ALTAMIMI 1 Abstract The usefulness of the densfcaton of the Internatonal Terrestral Reference Frame (ITRF) s to facltate ts access as

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

An Effective Approach for Distribution System Power Flow Solution

An Effective Approach for Distribution System Power Flow Solution World Academy of Scence, Engneerng and Technology nternatonal Journal of Electrcal and Computer Engneerng ol:, No:, 9 An Effectve Approach for Dstrbuton System Power Flow Soluton A. Alsaad, and. Gholam

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network Indrect Symmetrcal PST Protecton Based on Phase Angle Shft and Optmal Radal Bass Functon Neural Networ Shalendra Kumar Bhaser Department of Electrcal Engneerng Indan Insttute of Technology Rooree, Inda

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment Uplnk User Selecton Scheme for Multuser MIMO Systems n a Multcell Envronment Byong Ok Lee School of Electrcal Engneerng and Computer Scence and INMC Seoul Natonal Unversty leebo@moble.snu.ac.kr Oh-Soon

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction Wavelet Mult-Layer Perceptron Neural Network for Tme-Seres Predcton Kok Keong Teo, Lpo Wang* and Zhpng Ln School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty Block S2, Nanyang Avenue

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Wideband Spectrum Sensing by Compressed Measurements

Wideband Spectrum Sensing by Compressed Measurements Wdeband Spectrum Sensng by Compressed Measurements Davood Mardan Najafabad Department of Electrcal Engneerng Yazd Unversty Emal: d.mardan@stu.yazdun.ac.r Al A. Tadaon Department of Electrcal Engneerng

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Resource Allocation for Throughput Enhancement in Cellular Shared Relay Networks

Resource Allocation for Throughput Enhancement in Cellular Shared Relay Networks Resource Allocaton for Throughput Enhancement n Cellular Shared Relay Networs Mohamed Fadel, Ahmed Hndy, Amr El-Key, Mohammed Nafe, O. Ozan Koyluoglu, Antona M. Tulno Wreless Intellgent Networs Center

More information

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER ABSTRACT Venu Madhava M 1, Jagadeesha S N 1, and Yerrswamy T 2 1 Department of Computer Scence and Engneerng,

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

More information

Cooperative localization method for multi-robot based on PF-EKF

Cooperative localization method for multi-robot based on PF-EKF Scence n Chna Seres F: Informaton Scences 008 SCIENCE IN CHINA PRESS Sprnger www.scchna.com nfo.scchna.com www.sprngerln.com Cooperatve localzaton method for mult-robot based on PF-EKF WANG Lng, WAN JanWe,

More information

Research Article Semidefinite Relaxation Algorithm for Multisource Localization Using TDOA Measurements with Range Constraints

Research Article Semidefinite Relaxation Algorithm for Multisource Localization Using TDOA Measurements with Range Constraints Wreless Communcatons and Moble Computng Volume 2018, Artcle ID 9430180, 9 pages https://doorg/101155/2018/9430180 Research Artcle Semdefnte Relaxaton Algorthm for Multsource Localzaton Usng TDOA Measurements

More information

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System World Appled Scences Journal 7 (Specal Issue of Computer & IT): 98-6, 9 ISSN 88.495 IDOSI Publcatons, 9 Integraton of Global Postonng System and Inertal Navgaton System wth Dfferent Samplng Rate Usng Adaptve

More information

Lecture 3: Multi-layer perceptron

Lecture 3: Multi-layer perceptron x Fundamental Theores and Applcatons of Neural Netors Lecture 3: Mult-laer perceptron Contents of ths lecture Ree of sngle laer neural ors. Formulaton of the delta learnng rule of sngle laer neural ors.

More information

Mobile Location System Using Netmonitor and MapPoint server

Mobile Location System Using Netmonitor and MapPoint server oble Locaton System Usng Netmontor and appont server S. Heman,. Oussalah Unversty of rmngham, Electroncs, Electrcal and Computer Engneerng Edgbaston, rmngham 15 2TT Emal: {.Oussalah, sxh247}@bham.ac.u

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

MDS-based Algorithm for Nodes Localization in 3D Surface Sensor Networks

MDS-based Algorithm for Nodes Localization in 3D Surface Sensor Networks MDS-based Algorthm for odes Localzaton n 3D Surface Sensor etworks Bljana Rsteska Stojkoska, Danco Davcev Faculty of Computer Scence and Engneerng Unversty Ss. Cyrl and Methodus Skopje, Macedona bljana.stojkoska@fnk.ukm.mk,

More information

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

On Sensor Fusion in the Presence of Packet-dropping Communication Channels

On Sensor Fusion in the Presence of Packet-dropping Communication Channels On Sensor Fuson n the Presence of Packet-droppng Communcaton Channels Vjay Gupta, Babak Hassb, Rchard M Murray Abstract In ths paper we look at the problem of multsensor data fuson when data s beng communcated

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems Channel Alternaton and Rotaton n Narrow Beam Trsector Cellular Systems Vncent A. Nguyen, Peng-Jun Wan, Ophr Freder Illnos Insttute of Technology-Communcaton Laboratory Research Computer Scence Department-Chcago,

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

More information

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels Dgtal Sgnal Processng 18 (2008) 307 320 www.elsever.com/locate/dsp Performance analyss of a RLS-based MLP-DFE n tme-nvarant and tme-varyng channels Kashf Mahmood, Abdelmalek Zdour, Azzedne Zergune Electrcal

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

Modeling and Control of a Cascaded Boost Converter for a Battery Electric Vehicle

Modeling and Control of a Cascaded Boost Converter for a Battery Electric Vehicle Modelng and Control of a Cascaded Boost Converter for a Battery Electrc Vehcle A. Ndtoungou, Ab. Hamad, A. Mssandaand K. Al-Haddad, Fellow member, IEEE EPEC 202 OCTOBER 0-2 Introducton contents Comparson

More information

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 ( ( IACSIT Press, Sngapore Performance Analyss of Power Lne Communcaton Usng DS-CDMA Technque wth Adaptve Laguerre Flters S.

More information

An Analytical Method for Centroid Computing and Its Application in Wireless Localization

An Analytical Method for Centroid Computing and Its Application in Wireless Localization An Analytcal Method for Centrod Computng and Its Applcaton n Wreless Localzaton Xue Jun L School of Engneerng Auckland Unversty of Technology, New Zealand Emal: xuejun.l@aut.ac.nz Abstract Ths paper presents

More information

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation Optmzaton of Ancllary Servces for System Securty: Sequental vs. Smultaneous LM calculaton Sddhartha Kumar Khatan, Yuan L, Student Member, IEEE, and Chen-Chng. Lu, Fellow, IEEE Abstract-- A lnear optmzaton

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

Pedestrian Positioning Using WiFi Fingerprints and A Foot-mounted Inertial Sensor

Pedestrian Positioning Using WiFi Fingerprints and A Foot-mounted Inertial Sensor Pedestran Postonng Usng WF Fngerprnts and Foot-mounted Inertal Sensor Yang Gu*, Cafa Zhou, ndreas Weser, Zhmn Zhou* Insttute of Geodesy and Photogrammetry ETH Zurch Zurch, Swtzerland {yang.gu, cafa.zhou,

More information

Localization in mobile networks via virtual convex hulls

Localization in mobile networks via virtual convex hulls Localzaton n moble networs va vrtual convex hulls Sam Safav, Student Member, IEEE, and Usman A. Khan, Senor Member, IEEE arxv:.7v [cs.sy] Jan 7 Abstract In ths paper, we develop a dstrbuted algorthm to

More information

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area Internatonal Journal of Soft Computng and Engneerng (IJSCE) ISSN: 2231-2307, Volume-1, Issue-6, January 2012 Wavelet and Neural Networ Approach to Demand Forecastng based on Whole and Electrc Sub-Control

More information

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function Vol. 8(1), pp. 875-884, 4 June, 013 DOI 10.5897/SRE11.1538 ISSN 199-48 013 Academc Journals http://www.academcjournals.org/sre Scentfc Research and Essays Full Length Research Paper Smulaton of the adaptve

More information