Robust TDOA Passive Location Using Interval Analysis and Contractor Programming

Size: px
Start display at page:

Download "Robust TDOA Passive Location Using Interval Analysis and Contractor Programming"

Transcription

1 Robust TDOA Passve Locaton Usng Interval Analyss and Contractor Programmng REYNET O. E 3 I 2 Laboratory, EA3876 ENSIETA Brest, France JAULIN L. ENSIETA Brest, France CHABERT G. Contrantes Team LINA CNRS UMR 6241 Nantes, France Abstract Ths paper presents a new approach for solvng non-lnear passve locaton problems. It s based on a hgh level nterval modelng language named Qumper. Whereas classcal passve locaton resolutons do not provde any guarantee of convergence to a soluton, nterval analyss, constrant propagaton and contractor programmng allow us to avod any approxmatons and any lnearzaton. Besdes, Qumper naturally provdes guarantees on locaton and bounded error. TDOA passve locaton confguratons are dscussed to prove Qumper s effcency. (Abstract) Keywords : Passve Locaton, TDOA, Qumper, Interval Analyss, Constrant Propagaton, Contractor Programmng, Bounded Error I. INTRODUCTION Passve locaton has been ntensvely studed n the past years. Numerous devces may actually use passve locaton ncludng wreless or cellular mobles [1,2], sonar and radar systems [3], vehcles localzaton systems. Passve locaton can take advantage of the growngly number of emtters that are present n envronment. It offers a complementary alternatve to GPS when ndoor, guaranteed or accurate locaton s requred. Moreover, quckly locatng an emtter or fndng ts own locaton s an mportant challenge for electronc warfare and unmanned autonomous vehcles (UAV) [4]. Sometmes, decsons have to be taken from results of passve locaton. When human people are nvolved, many extra-parameters can be taken nto account to choose rght actons. For example, symmetrcal mage locaton ambguty n n-lne three recevers confguraton may be removed from geographcal consderatons or past observatons. In the case of UAVs, there s no human decson maker process. Decsons must be taken from mprecse detectors measurements. That s why exact error estmaton s as mportant as exact locaton. Ths paper nts to show that Qumper software s able to produce an exact bounded error from measurements and, n the same tme, to gve guarantees on locaton. Passve locaton classcal approaches gve certanly precse results and error estmaton. Nevertheless, ths error estmaton often comes from a probablty model whch does not care about real-tme measured uncertanty. Besdes, optmzaton processes are used to reach a precse result. Theses processes guarantee nether to converge nor to avod local mnmum. That s why an UAV may beleve n ts locaton wth hgh level of precson and confdence, whle actually beng elsewhere. Ths paper demonstrates the possblty to solve passve locaton nonlnear equatons, wthout optmzaton, approxmatons or lnearzaton. Second secton of ths paper gves necessary notons about nterval analyss, constrant propagaton and contractor to understand Qumper software. Thrd secton s dedcated to a smple TDOA passve locaton confguraton whch s solved by Qumper s natural contractors. Last secton deals wth contractor programmng concept and s llustrated by an n-lne three recevers confguraton. II. INTERVAL ANALYSIS AND CONSTRAINT PROPAGATION A. Short Introducton to Interval Analyss Assume x s a random varable x of IR. An nterval approach ntroduces [x] to represent an nterval [x -,x + ] whch encloses the support of the probablty functon of x. Standard Operators +, -,., / and elementary functons lke exp, log, sn or cos can be defned and appled on ntervals. To understand basc dea of nterval analyss, consder two varables x and y. Assume that they belong to some pror ntervals [x -,x + ] and [y -,y + ]. Addton and dfference of ntervals can be defned as follow: and [ x, x ] [ y, y ] [ x y, x y ] (1) [ x, x ] [ y, y ] [ x y, x y ] (2) Multplcaton and nverson of ntervals are:

2 and [ x, x ]*[ y, y ] [mn( x y, x y, x y, x y ), max( x y, x y, x y, x y )] IR f 0 [ x, x] [ x, x], otherwse. x x Let's gve some numercal examples of nterval computatons: Addton: [ 1,5] [ 3,8] [ 2,13] Dfference: [ 1,5] [ 3,8] [ 7,8] Multplcaton: [ 1,5]*[ 3,8] [ 15,40] Inverson: 1 1 1, 3,8 8 3 Interval arthmetc tools have been developed 1 and t s now possble and smple to buld robust programs drectly handlng uncertantes [5]. B. Interval Constrant Propagaton Interval constrant propagaton combnes nterval computaton [6] and constrant propagaton [7]. The combnaton of these two tools has been frst presented ndepently by Clearly [8] and Davs [9]. Constrants can be used to contract the pror feasble domans by removng nconsstent values n the domans of the varables. For example, consder the three varables x,y, and z and assume they belong to pror feasble domans as follow: x 1,5 y 3,8 z 5,2 Assume also that these three varables are lnked by the ADD constrant: (3) (4) (5) z x y (6) Then, feasble domans for the varables can easly be contracted by takng nto account (6). As ths constrant s a prmtve constrant, a smple proecton algorthm exsts: Algorthm ADD_PROJECTION(nout: [z],[x],[y]) z: z x y x: x z y y: y z x Our numercal example leads to: x [1,5] y 3,1 z 2,2 [y] and [z] have been reduced followng ADD constrant. No soluton has been removed from these ntervals. Proecton s a smple way to contract ntal domans. In ths case, t s possble because the constrant addton s a trval constrant. Fortunately, more complex propagaton processes have been found. If constrants lke equatons or nequaltes exst between the random varables, a constrant propagaton process can produce effcent polynomal algorthms to solve constrants and compute precse soluton ntervals [5]. Besdes, ths process guarantees that these computed ntervals enclose all solutons for gven ntal ntervals. There are many algorthms to generate constrant propagaton. Nevertheless, one of the most effcent way s forward and backward algorthm [10]. Qumper Software mplements forward and backward algorthm. But, n addton, t focuses on another concept: contractors [11]. C. Qumper Software and Natural Contractor Qumper Software s a recent hgh-level language for QUck Interval Modelng and Programmng n a bounded- ERror context (QUIMPER). It s based on Profl/BIAS 2 and IBEX lbrares. It has been created to democratze contractor programmng, constrant propagaton process and nterval analyss. Even f Qumper syntax s smple, manual and examples are avalable on Qumper s web ste 3. Qumper s paver algorthm s a generc solver. It takes a lst of contractor, an ntal box and follows a classcal recurson: the contractors are successvely called on the current box untl ether t gets empty or no more contracton could be done. In the latter case, the box s bsected and contractors are called back agan. Contractor s defnton s gven n [11]. Thnkng of contractor programmng as an extenson of constrant programmng s vald to the extent that contractors help n modellng the output of a problem. But, fundamentally, there s not such an extenson snce constrants bascally tell the what whereas contractors tell the how. If no specal contractor s gven, then Qumper uses natural contractors whch result from constrants broken nto several trval constrants. Forward-backward propagaton s then appled by contractor to reduce boxes. Nevertheless, Qumper presents specfc operators to program ad-hoc contractors. A solver can then be programmed, rather than confgured, by combnng dfferent contractors. These new contractors faster reduce ntal domans. But let frst try to solve TDOA hyperbolc equatons usng Qumper language. 1 See for example INRIA COPRIN proect. An n-lne nterval analyss solver s avalable at 2 See Profl/BIAS web ste at 3 See IBEX QUIMPER ste at

3 III. TDOA PASSIVE LOCATION WITH QUIMPER SOFTWARE TDOA passve locaton requres two stages: the frst stage requres TDOA estmaton for each par recever-recever. The second stage uses TDOA estmaton to buld a set of non-lnear hyperbolc equatons. In ths paper, we suppose that the frst stage, TDOA estmaton, s already done, for example by correlaton technques [12,18]. A. TDOA Hyperbolc Equatons Consder the classcal TDOA passve locaton confguraton composed wth one emtter and three recevers as sketched on fgure 1. Let (x,y) be the locaton of the emtter, and (x,y ) the locaton of the recevers. Dstance from emtter to recever s: If d D D D, we have: d x x y y 2 (7) 2 x x y y 2 x x 2 y y 2 2 (8) Let t be the measured Tme Dfference Of Arrval (TDOA) of the sgnal between recever and. As d ct, hyperbolc TDOA equatons are: ct x x y y 2 x x 2 y y 2 2 (9) where c s the speed of the sgnal and, 0,1, 1,2, 2,0. Solvng these non-lnear equatons s not a trval problem. Closed solutons of these equatons are known [13,14]. However, these closed forms do not provde any error estmaton. Others accurate approaches lnearze ths set of equatons through second order Taylor-seres expanson [15,16,17], but need a good ntal guess and ntensve computaton. Our approach based on nterval analyss, constrant propagaton and contractor programmng allow us to avod any approxmatons and gve true error estmaton. So, let us try to model TDOA passve locaton wth Qumper. Fgure 1. TDOA classcal confguraton : three recevers and one emtter. Emtter s located at the ntersecton of the three hyperbolas for whch t -t s a constant. B. Qumper Example of TDOA Passve Locaton Unknown varables of ths problem are x and y, or, more exactly, [x] and [y]. Indeed, more than an accurate result whch mght be obtaned by others approaches, we are lookng for domans whch mght contan solutons and domans whch do not contan solutons. Suppose that the bounded recever sensblty we are usng allows us to defne some pror feasble domans for these two varables. Let [x] and [y] belong to [ ,10000] m, whch corresponds to a 400 km 2 ntal searchng area, about four tmes Pars urban area. Suppose that transmsson medum s made of ar and that electromagnetc waves are used. The sgnal speed c s then 3e8 km.s -1. The three recevers are located at R 0 (-9000, 0) m, R 1 (9000,-9000) m and R 2 (9000,9000) m. Emtter s located at (1540,345) m. In ths smulaton, measurement errors are ntroduced by specfyng ntervals for t, nstead of a smple real value. We frst extract the exact values of tme of arrval from geometrcal knowledge. Then, fxed or random values may be added or subtracted to exact t value to generate errors. In ths frst example, we supposed that t s known wth an uncertanty of plus or mnus τ = 500 ns. Intal doman of t s then 1 µs wde. Ths uncertanty corresponds to an analog to dgtal converter wth bad precson and a basc sgnal correlaton. Therefore, ct belong to doman [c(t - τ), c(t + τ)]. We can now wrte the followng Qumper nput fle (see Scrpt I). A Qumper fle s dvded n several parts, ncludng constants and varables declaratons, and contractors lst. It should be notced that constants may be ntervals but that varables must be an ntervals. SCRIPT I: TDOA AND NATURAL CONTRACTOR Constants x0= ; y0=0.0; x1=9000.0; y1= ; x2=9000.0; y2=9000.0; ct01 n [ , ]; ct12 n [ , ]; ct20 n [ , ]; Varables x n [-10000,10000]; y n [-10000,10000]; contractor hyperbola1 sqrt((x-x0)^2+(y-y0)^2)-sqrt((x-x1)^2+(y-y1)^2) n ct01; contractor hyperbola2 sqrt((x-x1)^2+(y-y1)^2)-sqrt((x-x2)^2+(y-y2)^2) n ct12; contractor hyperbola3 sqrt((x-x2)^2+(y-y2)^2)-sqrt((x-x0)^2+(y-y0)^2) n ct20; contractor sthck maxdamgt(10) At the of ths Qumper s fle are lsted all contractors. Here, we smply put hyperbolc equatons: Qumper bulds natural contractors correspondng to these constrants. Each contractor removes boxes that are not feasble, one after another. Then, f no more doman contracton s observed,

4 domans are bsected and contractors appled on these new domans. Last contractor s a specal one called Thckness contractor whch uses bult-n operator maxdamgt: sthck removes all boxes that are not thck enough. It s useful f we want solutons to be wrapped nto ntervals wth a sze lower than a lmt. In ths example, ths lower sze lmt s 10m. It means that boxes whch contan solutons are contracted by sthck and have a maxmum dmenson of 10m. C. TDOA Passve Locaton Results Fgure 2 shows results extracted from Qumper. Tme calculaton s about s on a Intel Core Duo at 2GHz. Boxes removed by hyperbolas contractors are panted n black and grey. Indscernble boxes removed by sthck whch may contan solutons appear n whte, n the center of the fgure near exact emtter locaton (1540,345). It can be seen that wde domans are removed wth only one operaton: f a doman do not belong to any hyperbola, then t s no use to search n. The correspondng contractor removes t. All n all, 1745 boxes have been created to solve ths problem. Intal searchng area s 400 km². From ths area, hyperbolas contractors remove % and guarantee that there s no solutons n. sthck removes 0.001% of ths area whch may contan solutons and represents about m². Ths result tells that the emtter s located n a 195x195 m² area centred n (1540,342) m. Concretely, t means that we have located somebody n a bg stadum, whereas we were lookng for hm on an area four tmes greater than Pars. accelerated, snce parallel-computng may be used by nterval analyss. Secondly, removed boxes are guaranteed wthout any soluton: no global mnmum has been mssed because of a local one and no ntal guess s needed. Thrdly, error estmaton naturally results from computaton and may come from real-tme error measurements. If an sthck maxdamgt parameter of 1 m s chosen nstead of 10 m, sthck area s computed at m² nstead of m². It means that no tme consumng small bsectons are needed to reach precse results. Tme uncertanty can be tuned. If τ equals 50 ns nstead of 500 ns and maxdamgt parameter remans 10 m, then sthck area s 671 m², whch represents % of the ntal are. Locaton area s now reduced to a bg tenns court centred at (1538,344). sthck area can hence be seen as a true characterzaton of tme measurement error. IV. TDOA AND CONTRACTOR PROGRAMMING A. Constrant Lst and Bult-In Contractors Qumper s key dea s that a solver can be programmed rather than confgured by combnng dfferent contractors. The prevous example shows that natural contractors can work concurrently. Let s now desgn new contractors va Qumper language. Let s try to compute agan the three recevers and one emtter confguraton of secton III.B, but n a more effcent way (see Scrpt II). Constants and varables are the same as n frst scrpt. However, nstead of usng natural contractors bult by Qumper, three stages are proposed to buld better ad-hoc contractors. SCRIPT II: TDOA AND CONTRACTOR PROGRAMMING Fgure 2. Soluton of TDOA equatons wth natural contractors: removed boxes from hyperbola1 (dark grey), hyperbola2 (black), hyperbolas3 (lght grey) and sthck (whte). Recevers are sketched wth crosses: R 0 (-9000, 0) m, R 1 (9000,-9000) m and R 2 (9000,9000) m. Emtter s located at (1540,345) m. D. Dscusson These results are farly remarkable for several reasons: frst, no approxmatons are made, though non-lnear equatons are quckly solved. These computatons may be further Constants x0= ; y0=0.0; x1=9000.0; y1= ; x2=9000.0; y2=9000.0; ct01 n [ , ]; ct12 n [ , ]; ct20 n [ , ]; Varables x n [-10000,10000]; y n [-10000,10000]; constrant-lst hyperbolas sqrt((x-x0)^2+(y-y0)^2)-sqrt((x-x1)^2+(y-y1)^2) n ct01; sqrt((x-x1)^2+(y-y1)^2)-sqrt((x-x2)^2+(y-y2)^2) n ct12; sqrt((x-x2)^2+(y-y2)^2)-sqrt((x-x0)^2+(y-y0)^2) n ct20; contractor-lst clhyp nter =1:3; hyperbolas() contractor propinter propag(clhyp) contractor sthck maxdamgt(10)

5 Frst stage gves a constrant lst whch takes nto account all lnks between varables. Here, only three equatons are used, but others equatons may easly be added n ths lst. For example, equatons from others redundant recevers, phase nterferometers or radogonometers can be ntroduced n terms of (x,y). No nstructon change s needed to handle nconsstent equatons system: addng equaton to the lst s suffcent. Moreover, the greater the number of dfferent constrants s, the faster boxes are removed from ntal doman. Second stage specfes that boxes whch do not satsfy ntersecton of the three constrants can not be soluton of our problem. Ths stage s Qumper s translaton of geometrcal ntersecton of the three TDOA hyperbolas. It s done thanks to nter bult-n contractor. In the scrpt, hyperbolas() s mplctly nterpreted as the natural contractor assocated to the th equaton. Hence, ths stage creates a new contractor clhyp whch s the ntersecton of the three natural contractors. Frst scrpt s strategy apples natural contractor only one tme and one after another. However, repeatng several tmes the same contractor can contract domans n a more effcent way. Therefore, thrd stage uses the bult-n contractor propag to repeat the ntersecton contractor untl no more contracton s observed. Then, sthck contractor s appled. As a last resort, ndscernble domans are bsected and entre process restart on these new domans. B. Contractor Programmng Results Fgure 3 shows computaton results of Qumper for the pror example, but wth contractor programmng as descrbed n Scrpt II. propinter contractor removes boxes and leads to the same result, but has created fewer boxes (1207 nstead of 1217). Computaton tme s about the same than wth natural contractors (0.088 s). It means that formula (9) provdes a way to buld an effcent natural contractor to solve TDOA equatons. C. In-Lne TDOA Passve Locaton Confguraton Consder now the followng n-lne confguraton: emtter s at (8000,7000) m and recevers are located at R 0 (-9000,0) m, R 1 (0,0) m and R 2 (9000,0) m. Ths confguraton s a bad one, because n-lne recever x-locaton generates y-ambguty: two symmetrcal solutons are ndscernble. Qumper s results are shown fgure 4. sthck maxdamgt parameter s 10 m. Tme measurement uncertanty τ s 500 ns. Ths example demonstrates that nterval analyss and contractor programmng do not remove any soluton. In a pedagogcal way, t also shows that ths confguraton generates bgger error locaton: ntal area s 400 km² and sthck area s about m² (.e %). Reasons are tme uncertanty, recevers proxmty and n-lne topology. Fgure 4. Soluton of TDOA equatons wth programmed contractors: removed boxes from propinter (dark grey) and sthck (whte). Recevers are sketched wth crosses: R 0 (-9000, 0) m, R 1 (0,0) m and R 2 (9000,0) m. Emtter s located at (8000,7000) m V. CONCLUSION Qumper s a new powerful tool. To our mnd, t s the frst tme that passve locaton non-lnear equatons as hyperbolc TDOA equatons are solved wthout any approxmatons thanks to nterval analyss and contractor programmng. Bounded-error estmaton naturally results from Qumper s computaton. Contractor programmng s a way to create adhoc and more effcent contractors. Fnally, ths hgh level nterval modelng language provdes means to mx dfferent passve locaton approaches. Hyperbolc TDOA, gonometry or phase nterferrometry may easly be ntroduced n the Qumper s smple formalsm. REFERENCES Fgure 3. Soluton of TDOA equatons wth programmed contractors: removed boxes propinter (lght grey) and sthck (whte). Recevers are sketched wth crosses: R 0 (-9000, 0) m, R 1 (9000,-9000) m and R 2 (9000,9000) m. Emtter s located at (1540,345) m [1] An Enhanced Two-Step Least Squared Approach for TDOA/AOA Wreless Locaton. Anchorage, Alaska, USA: ICC 2003, MAY 2003.

6 [2] L. Cong and W. Zhuang, Nonlne-Of-Sght Error Mtgaton In Moble Locaton, Wreless Communcatons, IEEE Transactons on, Vol. 4, No. 2, pp , [3] Z. Jabng, T. Lang and H. Y, Study on Movng Target Detecton to Passve Radar Based on FM Broadcast Transmtter, J. of Systems Engneerng and Electroncs, Vol. 18, No. 3, pp , [4] S. Drake, K. Brown, J. Fazackerley and A. Fnn, ), Intellgent Sensors, Sensor Networks and Informaton Processng Conference, Proceedngs of the 2005 Internatonal Conference on. pp , 5-8 Dec., [5] L. Jauln, M. Keffer, O. Ddrt, and E. Walter, Appled Interval Analyss wth Examples n Parameter and State Estmaton, Robust Control and Robotcs, Sprnger, Ed., [6] R. E. Moore, Interval Analyss. Englewood Clffs, NJ: Prentce-Hall, [7] A. K. Mackworth, Consstency n Networks of Relatons, Artfcal Intellgence, VOL. 8, NO. 1, PP , [8] J. G. Cleary, Logcal arthmetc, Future Computng Systems, vol. 2, no. 2, pp , [9] E. Davs, Constrant propagaton wth nterval labels, Artfcal Intellgence, vol. 32, no. 3, pp , [10] L. Jauln, I. Braems, M. Keffer, and E. Walter, Scentfc Computng, Valdated Numercs, Interval Methods, Proceedngs of SCAN Kluwer Academc Publshers, 2001, Ch. Nonlnear State Estmaton Usng Forward-Backward Propagaton Of Intervals, pp [11] G. Chabert, L. Jauln, Contractor programmng, Artfcal Intellgence, Volume 173, Issue 11, July 2009, Pages , ISSN , DOI: /.artnt [12] G. Carter, Tme delay estmaton for passve sonar sgnal processng, IEEE Trans. on acoust., speech, and sgnal processng, vol. ASSP-29, no. 3, pp , June [13] B. T. Fang, Smple Solutons for Hyperbolc and Related Poston Fxes, Aerospace and Electronc Systems, IEEE Transactons on, VOL. 26, NO. 5, PP , [14] Y. T. Chan and K. C. Ho, A Smple and Effcent Estmator for Hyperbolc Locaton, Sgnal Processng, IEEE Transactons on [see also Acoustcs, Speech, and Sgnal Processng, IEEE Transactons on], Vol. 42, No. 8, pp , [15] W. Foy, Poston-Locaton Solutons by Taylor-Seres Estmaton, IEEE Transactons on Aerospace Electronc Systems, Vol. 12, pp , March [16] D. Torrer, Statstcal Theory of Passve Locaton Systems, IEEE Transactons on Aerospace Electronc Systems, Vol. 20, pp , March [17] J. Abel, A Dvde and Conquer Approach to Least-Squares Estmaton, Aerospace and Electronc Systems, IEEE Transactons on, Vol. 26, No. 2, pp , March [18] C. Knapp and G. Carter, The Generalzed Correlaton Method for Estmaton of Tme Delay, Acoustcs, Speech, and Sgnal Processng [see also IEEE Transactons on Sgnal Processng], IEEE Transactons on, VOL. 24, NO. 4, PP , 1976

PAssive location has been intensively studied in the past years. Numerous devices may actually use

PAssive location has been intensively studied in the past years. Numerous devices may actually use Robust TDOA Passive Location Using Interval Analysis and Contractor Programming Olivier Reynet, Gilles Chabert, Luc Jaulin 1 Abstract This paper presents a new approach for solving non-linear passive location

More information

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

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

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

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

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

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

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

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

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

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

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

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

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

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

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

熊本大学学術リポジトリ. 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

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

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

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

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

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

Wireless Signal Map Matching for NLOS error mitigation in mobile phone positioning

Wireless Signal Map Matching for NLOS error mitigation in mobile phone positioning Internatonal Global Navgaton Satellte Systems Socety IGNSS Symposum 006 Holday Inn Surfers Paradse, Australa 17 1 July 006 Wreless Sgnal Map Matchng for NLOS error mtgaton n moble phone postonng Bnghao

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

More information

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents aperture 1 aperture Davd Makovoz, 30/01/2006 Verson 1.0 Table of Contents aperture... 1 1 Overvew... 2 1.1 Input Image Requrements... 2 2 aperture... 2 2.1 Input... 2 2.2 Processng... 4 2.3 Output Table...

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

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

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

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

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

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

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

FFT Spectrum Analyzer

FFT Spectrum Analyzer THE ANNUAL SYMPOSIUM OF THE INSTITUTE OF SOLID MECHANICS SISOM 22 BUCHAREST May 16-17 ----------------------------------------------------------------------------------------------------------------------------------------

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

Fixed-Charge Network Flow Problems with a Hybrid Optimization and. Constraint Programming Approach. Solving. John Hooker, Hak-Jin Kim

Fixed-Charge Network Flow Problems with a Hybrid Optimization and. Constraint Programming Approach. Solving. John Hooker, Hak-Jin Kim Solvng Fed-Charge Network Flow Problems wth a Hbrd Optmaton and Constrant Programmng Approach John Hooker, Hak-Jn Km Carnege ellon Unverst ISP, August 2 An Approach that Combnes Optmaton and Constrant

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

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

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Range-Based Localization in Wireless Networks Using Density-Based Outlier Detection

Range-Based Localization in Wireless Networks Using Density-Based Outlier Detection Wreless Sensor Network, 010,, 807-814 do:10.436/wsn.010.11097 Publshed Onlne November 010 (http://www.scrp.org/journal/wsn) Range-Based Localzaton n Wreless Networks Usng Densty-Based Outler Detecton Abstract

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

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

100 mm. 200 mm. 300 mm. 500 mm. Wood (rough) Cardboard Black DBT DBT DBT DBT DBT - 1 K DBT K CONNECTION DIAGRAMS.

100 mm. 200 mm. 300 mm. 500 mm. Wood (rough) Cardboard Black DBT DBT DBT DBT DBT - 1 K DBT K CONNECTION DIAGRAMS. DIFFUSED BEAM SENSOR Ths devce consst of a transmtter and a recever together. Ths look alke Inductve Proxmty Sensor and hence also known as IR Proxmty Sensor. The emtter emts Infra red rays whch are reflected

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

4.3- Modeling the Diode Forward Characteristic

4.3- Modeling the Diode Forward Characteristic 2/8/2012 3_3 Modelng the ode Forward Characterstcs 1/3 4.3- Modelng the ode Forward Characterstc Readng Assgnment: pp. 179-188 How do we analyze crcuts wth juncton dodes? 2 ways: Exact Solutons ffcult!

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

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

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

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

Section 5. Signal Conditioning and Data Analysis

Section 5. Signal Conditioning and Data Analysis Secton 5 Sgnal Condtonng and Data Analyss 6/27/2017 Engneerng Measurements 5 1 Common Input Sgnals 6/27/2017 Engneerng Measurements 5 2 1 Analog vs. Dgtal Sgnals 6/27/2017 Engneerng Measurements 5 3 Current

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

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

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

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 RF Source Localization and Tracking System

A RF Source Localization and Tracking System The 010 Mltary Communcatons Conference - Unclassfed Program - Waveforms and Sgnal Processng Track A RF Source Localzaton and Trackng System Wll Tdd, Raymond J. Weber, Ykun Huang Department of Electrcal

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

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

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

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

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

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

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

Coverage of Hybrid Terrestrial-Satellite Location in Mobile Communications

Coverage of Hybrid Terrestrial-Satellite Location in Mobile Communications Coverage of Hybrd Terrestral-Satellte ocaton n Moble Communcatons Francsco Barceló, Israel Martín-Escalona Dept. d Engnyera Telemàtca de la Unverstat Poltècnca de Catalunya c/ Jord Grona 1-3, Barcelona

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Review Article A Survey of Sound Source Localization Methods in Wireless Acoustic Sensor Networks

Review Article A Survey of Sound Source Localization Methods in Wireless Acoustic Sensor Networks Hndaw Wreless Communcatons and Moble Computng Volume 7, Artcle ID 39568, 4 pages https://do.org/.55/7/39568 Revew Artcle A Survey of Sound Source Localzaton Methods n Wreless Acoustc Sensor Networks Maxmo

More information

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions Pecewse Lnear Approxmaton of Generators Cost Functons Usng Max-Affne Functons Hamed Ahmad José R. Martí School of Electrcal and Computer Engneerng Unversty of Brtsh Columba Vancouver, BC, Canada Emal:

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

Capacitated set-covering model considering the distance objective and dependency of alternative facilities

Capacitated set-covering model considering the distance objective and dependency of alternative facilities IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS Capactated set-coverng model consderng the dstance obectve and dependency of alternatve facltes To cte ths artcle: I Wayan Suletra

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

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

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE36L, Power Electroncs, DC-DC Boost Converter Verson Feb. 8, 9 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

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

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

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

29. Network Functions for Circuits Containing Op Amps

29. Network Functions for Circuits Containing Op Amps 9. Network Functons for Crcuts Contanng Op Amps Introducton Each of the crcuts n ths problem set contans at least one op amp. Also each crcut s represented by a gven network functon. These problems can

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

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments Mult-Robot Map-Mergng-Free Connectvty-Based Postonng and Tetherng n Unknown Envronments Somchaya Lemhetcharat and Manuela Veloso February 16, 2012 Abstract We consder a set of statc towers out of communcaton

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

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach Behavor-Based Autonomous Robot Navgaton on Challengng Terran: A Dual Fuzzy Logc Approach 1 Kwon Park and 2 Nan Zhang South Dakota School of Mnes and Technology Department of Electrcal and Computer Engneerng

More information

Multicarrier Modulation

Multicarrier Modulation Multcarrer Modulaton Wha Sook Jeon Moble Computng & Communcatons Lab Contents Concept of multcarrer modulaton Data transmsson over multple carrers Multcarrer modulaton wth overlappng Chap. subchannels

More information

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution Int. J. Communcatons, Network and System Scences, 010, 3, 380-384 do:10.436/jcns.010.34048 Publshed Onlne Aprl 010 (http://www.scrp.org/journal/jcns/) On Channel Estmaton of OFDM-BPSK and -QPSK over Generalzed

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

EE 508 Lecture 6. Degrees of Freedom The Approximation Problem

EE 508 Lecture 6. Degrees of Freedom The Approximation Problem EE 508 Lecture 6 Degrees of Freedom The Approxmaton Problem Revew from Last Tme Desgn Strategy Theorem: A crcut wth transfer functon T(s) can be obtaned from a crcut wth normalzed transfer functon T n

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

Reconstruction of the roadway coverage parameters from radar probing measurements

Reconstruction of the roadway coverage parameters from radar probing measurements Surface Effects and Contact Mechancs X 37 Reconstructon of the roadway coverage parameters from radar probng measurements A. Kranyukov Faculty of Computer Scence and Electroncs, Transport and Telecommuncaton

More information

USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION

USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION Rdha CHAGGARA, TeSA Chrstophe MACABIAU, ENAC Erc CHATRE, STNA USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION ABSTRACT The performance of GPS may be degraded by many perturbatons

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d Advanced Materals Research Submtted: 2014-05-13 ISSN: 1662-8985, Vols. 986-987, pp 1121-1124 Accepted: 2014-05-19 do:10.4028/www.scentfc.net/amr.986-987.1121 Onlne: 2014-07-18 2014 Trans Tech Publcatons,

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

A GBAS Testbed to Support New Monitoring Algorithms Development for CAT III Precision Approach

A GBAS Testbed to Support New Monitoring Algorithms Development for CAT III Precision Approach A GBAS Testbed to Support New Montorng Algorthms Development for CAT III Precson Approach B. Belabbas, T. Dautermann, M. Felux, M. Rppl, S. Schlüter, V. Wlken, A. Hornbostel, M. Meurer German Aerospace

More information