VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES

Size: px
Start display at page:

Download "VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES"

Transcription

1 VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES Cleent Fouque Philippe Bonnifait Heudiasyc UMR CNRS 6599, Universite de Technologie de Copiegne, France. Abstract: Global Navigation Satellites Systes (GNSS) alone can provide very accurate positioning - few centieters in real-tie if the satellites visibility is very good and if there is no ulti-track or refraction of the RF signals. Unfortunately, when a vehicle evolves in urban areas these conditions are rarely satisfied: the coputed location can be uch debased and even not possible, if less than four satellites are directly visible or if the geoetry is badly configured with a poor GDOP. A way to tackle such a proble can consist in using the pseudo-ranges easured by the GNSS receiver (instead of using its navigation solution) and in fusing the with other data sources like for instance proprioceptive sensors. In this paper, we study the use of a priori charted data anaged by a Geographical Inforation Syste (GIS). We focus here on the use of a road network provided by cartographers like NavTeQ or TeleAtlas. We explain how to use such inforation in the coputation fix: the geo-referenced data is odeled as a linear segent that can be used as a constraint or fused with the pseudo-ranges. The underlying proble of choosing the good segent (known as the road selection proble) is also treated in this paper. We proposed a new ethod that uses the residuals to do this selection. Experiental results perfored in Copiegne illustrate the interesting perforance of this approach since the ap-atched location can be coputed using only 3 satellites and a usual 2D ap in urban canyons. Keywords: Outdoor Localization, Global Navigation Satellites Systes, GIS data, tightly coupled data fusion 1. INTRODUCTION The positioning of an intelligent vehicle with respect to a given ap is an iportant issue for any robotics applications. For instance, the ap inforation is very useful for trajectory planning (Jabbour et al., 2006) or for contextual inforation retrieval. In soe applications, this inforation can be natural landarks stored as Geographical Inforation and used for a precise positioning (Reazeilles et al., 2004). Global Navigation Satellites Systes (GNSS) like GPS, Glonass or Galileo are very proising and affordable technologies for robotics. We can iagine that each vehicle will be soon equipped with a GNSS receiver. The proble that consists in localizing a vehicle with respect to a ap is known as apatching. Usually this proble is tackled using GNSS fixes, i.e. position solutions coputed using pseudo-ranges and epheeris data. This approach has the ain drawback to need at least four satellites in line of sight.this condition is rarely satisfied in urban canyon (Georgiev and Allen, 2004). An alternative consists in using a tightly coupled approach in which the ap inforation is used in

2 the coputation of the fix. This is the approach considered in this paper. We focus here on the use of a road ap provided by cartographers. The available inforation describes the centerline of the carriageways in a 2D representation. The ain difficulty consists in using such inforation in the GNSS coputation. We propose in the following an approach to reach this goal. We show how to construct a navigation frae in which the position of the satellites at their eission tie is known. By supposing first that the road is known, we show how to copute a location. Then, we propose a strategy to select the ost likely road by using the residuals of the coputation. Experiental results carried out with our experiental show the perforance of the approach: the ethod is able to work in an urban canyon using only 3 satellites. The paper is organized as follows. Section 2 will reind how a stand-alone GPS fix is coputed, then several ethods for ap-aided GPS positioning will be presented in Section 3. In Section 4 a siple road selection algorith will be presented. To conclude, Section 5 will show soe experiental results obtained using the presented road selection algorith and the ap-aided GPS positioning. 2. STAND-ALONE GPS POSITIONING GNSS positioning is based on the ultilateration principle: easuring the tie of flight between a receiver and four SVs (Space Vehicles), it is possible to copute the 3D position of the receiver in a ECEF (Earth Centered, Earth Fixed) frae using the WGS84 geodetic syste. In this section, we present a ethod to copute an approxiate position of the satellites before carrying out the localization coputation, under the hypothesis that the receiver clock is approxiately synchronized with the GPS tie. This ethod is not necessary for GNSS stand alone coputation. It will be useful for the fusion with the Geographical Inforation Syste (GIS) data. 2.1 SV estiated positions SVs broadcast in real-tie epheerids data that contains Keplerian paraeters describing their orbits. Given a GPS tie-stap t i e, it is possible to copute an estiate position of the SV at this tie index in the ECEF(t i e), since ECEF rotates with the earth. The receiver has to solve the following probles: (1) What is the eission tie t i e of the sequence sent by SV i? (2) What was the position SV i at tie t i e in ECEF(t i e )? (3) What is this position in the current ECEF? The receiver estiates the tie of flight t i flight of a sequence broadcast a SV, by easuring the shift between the eitted frae and its locally generated replica (C/A code): t i flight = t r t i e (1) Where t r is the reception tie and t i e is the eission tie in the GPS tie reference syste. t i flight is in the order of 70s. Unfortunately, there is an internal clock bias in the receiver copared to the GPS reference tie. At the reception tie, the receiver reads its clock t u (t r ). We have: t r = t u (t r ) + dt u (2) The eission tie is therefore given by: t i e = t u(t r ) + dt u t i flight (3) If the internal clock bias of the receiver is kept sall, then t i e can be approxiated by ˆt i e = t u(t r ) t i flight,easured (4) Using ˆt i e, it is possible to copute an estiated position Xsat i = ( x i (ˆt i e ), yi (ˆt i e ), zi (ˆt i e )) of SV i in the frae ECEF(t i e) using the broadcast epheeris. See (Kaplan, 2000) for details. Now, we need to express the SV position X i sat in ECEF(t r ). If we odel the earth rotation by a siple 24 hours periodic rotation around z axis (ECEF coordinates), then the earth rotation angle between eission and reception ties is: α i earth = ω earth t i flight,easured (5) Using the angle express in 6, a single yaw rotation between ECEF(t i e ) and ECEF(t r) is done. 2.2 Receiver position coputation To copute the position of the receiver, let consider now the pseudo-range easureent ρ i done by the receiver on SV i: ρ i = c t i flight,easured (6) where t i flight,easured is the easured tie of flight. Like the receiver, SV i has an clock offset: t i e = t s(t r ) + dt i s (7) So, we can rewrite the pseudo-range easureent as: ρ i = c (t r t i e ) + c (dt u dt i s ) (8)

3 Where c is the speed of light in vacuu. Let denote R i the geoetrical distance between SV i and the receiver in ECEF(t r ) frae: R i = (x+x i (t i e)) 2 +(y+y i (t e )) 2 +(z+z i (t e )) 2 (9) R i = c (t r t i e ) (10) For siplification, let us assue that dt i s can be precisely known using the epheerids data. The corrected pseudo-range ρ i c is given using Eq.8: ρ i c = Ri + c dt u (11) Using Eq.9 and Eq.11, a relationship between corrected pseudo-range easureent for a SV and the receiver position and its internal clock bias has been built. Assuing n visible SVs, we can write a state vector X an observation vector Y : X = [x, y, z, dt u ] t, Y = [ρ 1 c,, ρ n c ] t (12) A non-linear equation syste is obtained. If n > 4, then the syste is also redundant. It is a static positioning proble that can be solved using an iterative least squares ethod or a Bancroft non-iterative ethod. Those ethods are not explained here. We invite readers to refer to (Kaplan, 2000) and (Yang and Chen, 2001). 3. USING A ROAD SEGMENT IN THE POSITIONING COMPUTATION We now intend to introduce the geographical inforation in the position coputation. To illustrate this concept, let us use a digital road ap. Under the hypothesis that the current evolution segent is known, we present in this section two ways to use the cartographic data. 3.1 Road aps A road ap is a database that contains a vectorial description of the road network. Roads are described in a discrete way by their center-line. The data associated with a road is classified in three groups: Geographical inforation: a segent set describing the geoetry road Topological inforation: description of connectivity between roads segents Seantic inforation: Road nae, speed liit, etc... Actually, nuerical road aps can achieve a etrical precision, which is sufficient to any navigation tasks, like route planning. 3.2 Working Frae In order to copute a valid tightly coupled GNSS/ap-atching positioning solution, a coon working frae is necessary. Let recall that GPS provides epheerids data in the WGS84 Cartesian frae whereas aps depict earth surface using planar projection such as Labert93 in France (conforal conic projection). Using the geographical data of the ap, let us deterine a tridiensional local frae such as (O, i, j) is tangential to the WGS84 Earth reference ellipsoid, since the elevation is not available in an usual ap. Suppose the syste has in eory a cache of the roads around the current position of the vehicle. The origin O is chosen to be the origin of the first node. The x axis is defined as the first following shape point of the first road. The plane (O, i, j) is defined by a shape point of another road (in the working frae, all the ap points have z = 0). An hoogeneous transfor is therefore coputed to obtain a WGS84 Cartesian position in the local frae: x y z 1 loc x = T WGS84 loc y z 1 WGS Plane Constraint for Coputation (13) Let suppose that the good road segent has been selected fro the road points given by the GIS. The constraint defined by this selected segent is a piece of a vertical plane (in the working frae), since the elevation of the ap is unknown. In practice, we consider the whole plane and we check afterwards that result atches with the segent. Taking A(a 1, a 2 ) and B(b 1, b 2 ) as the extreity of the segent, the segent defines a straight line: y = b 1 + b 2 a 2 b 1 a 1 (x a 1 ) (14) The geoetrical equation of the constraint eans that only the coputation along (x, y) is constrained: { y = f1 (x) (15) z = var 3.4 First ethod: Unknown Eliination This ethod has been proposed by Cui and Ge in (Cui and Ge, 2003). The idea is to eliinate

4 the positions of which are projected onto the twodiensional ap frae thanks to their aziuth and elevation angles. Theirs easureents can be copared to circles of radii ρ ± ǫ where ǫ defines the uncertainty of the easureent. Assuing the vehicle is oving on a charted road, the longitudinal precision provided by the GNSS is ore iportant to achieve a good positioning. According to Fig.1, one can intuitively notice that if the SVs are located in the direction of the road, they provide a better positioning inforation than those orthogonal to the road. Fig. 1. Incertainity aera according to SV position regarding the road direction: on the left, 2 satellites are seen transversally; on the right, they are seen in the direction of the road. a variable using the constraint equation. Introducing Eq.15 in Eq.9, the geoetrical distance between the receiver and SV i can be rewritten as: R i = (x+x i (t e )) 2 +(f 1 (x)+y i (t e )) 2 +(z+z i (t e )) 2 (16) This new expression of the geoetrical distance gives a new non-linear syste: ρ i c = h i (x, z, dt u ), i = 1,,n (17) The proble diension is now reduced and the inial nuber of needed SVs to achieve the coputation of positioning solution is now 3. Since the constraint is strong, the coputed position belongs to the constraint plane. Please note that its projection onto the ap can be outside of the segent. 3.5 Second ethod: Plane Fusion This ethod has been proposed by S. Syed and M.E. Cannon in (Syed and Cannon, 2004). Using the segent paraeters, a new observable is built. Therefore, it is possible to add a new equation to the observation odel defined using Eq.14: (b 1 a 1 ) a 2 +(a 2 b 2 ) a 1 =(b 1 a 1 ) y+(a 2 b 2 ) x ρ n+1 c = h n+1 (x, y, z, dt u ) (18) With this additional easureent and at least three SVs, the positioning solution can be coputed. Contrary to the unknown eliination ethod, the coputed solution doesn t belong to the constraint plane defined by the road segent. 3.6 SVs position relative to road heading The geoetrical configuration of the SV versus the current segent is crucial. Let consider 2 SVs 4. ROAD SELECTION ALGORITHM We have seen how a road segent inforation can be introduced into the positioning solution coputation. A road selection algorith is proposed in order to select the evolution segent that best atches the current GNSS observations. In order to reduce the road selection algorith processing tie, a road cache has been extracted fro the ap around a first GNSS fix. 4.1 Candidate segents extraction For each segent in the road cache, a tightly coupled positioning solution is coputed using the unknown eliination ethod described previously in Section 3.4 in order to deterine the corresponding atched point. Therefore, a nonlinear equation syste like Eq.17 is solved for each segent. A fix solution is coputed using the Newton-Raphson Least Squares iterative solver. A segent can be considered as a candidate if: The projection of the fix onto the reference plane (0, i, j) belongs to the considered segent. The fix elevation is close to 0 in the local frae (i.e. lower than an user s defined threshold). Please note that this stage can provide no segent. This can indicate large ap errors or bad GNSS observations. 4.2 Positioning solution residuals As the positioning solution is coputed using a Newton-Raphson iterative solver with a fixed nuber of iterations, we suggest to use the residuals. Indeed, they allow defining a consistency value in order to choose the ost probable segent: where: Res = Y H dx (19)

5 Selected road and Matched Points in Local frae Selected road and Matched Points in Local frae PRN: PRN: 4 PRN: PRN: PRN: 2 15 Candidte Seg. Chosen Seg. Unknow Eliination 12 Plan Fusion GPS Fix 9 PRN: 23 6 PRN: PRN: 2 15 Candidte Seg. Chosen Seg. Unknow Eliination 12 Plan Fusion GPS Fix 9 6 PRN: Fig. 2. Road selection results and positioning solution using all visible SVs Y is the easureent H is the Jacobian atrix of the observation equation dx is the residuals vector of the coputation. 4.3 Most likely segent selection Without any a priori inforation on the vehicle position, the segent with the better consistency is chosen as the ost likely segent. Otherwise, if the vehicle position on a segent is known with good accuracy at one oent, then a connex candidate segent is preferred. 5. FIRST EXPERIMENTAL RESULTS 5.1 Methodology Experients have been carried out in two stages. The first stage dealt with data recording and the second with data exploitation. Data has been recorded using our laboratory experiental vehicle strada and a GPS receiver type Trible 5700 in a stand-alone ode. The data recording has been done on a road next to the lab and this road has been well identified in the geographical database. SVs easureents were recorded using Rinex 2.10 observation file forat and the corresponding navigation file has been used. We analyze in this section the road selection algorith and the tightly coupled GNSS-Map fusion using a single fix. For siplicity, the local frae has been set along the current evolution segent. Therefore, the (O, i) axle coincides with the good segent. Please notice that this segent in reality is not East oriented. Moreover, the SVs used in the position coputation have been superposed on the ap using a skyplot graphic which allows to estiate their elevation and aziuth angles respectively with the origin of the local frae Fig. 3. Road selection and position using three SVs near to the road axle 5.2 Results using 6 SVs As shown by Fig.2, let consider what happens if all the 6 visible SVs are used for the coputation. 4 segents are claied to be candidate (those plotted in dash) and the current evolution segent has been correctly chosen as the ost likely segent (plotted in bold). As presented in Section 3, the positioning solution coputed using the unknown eliination ethod has correctly eliinated the incorrect segents, because they have provided solutions outside of the segents or too far fro the horizontal frae of the ap. Moreover, if we exaine the result of the autonoous GNSS fix, we can observe a significant bias in the ap data (about 12 eters). This result show that the presented algorith is efficient for a siple road selection since there is little abiguity due to the other candidate segents. The relevance of the proposed tightly coupled GNSS-Map atching using the constraint plane is therefore shown. 5.3 Ipact of SVs configuration in the position coputation Let us now appreciate experientally the ipact of SVs configuration with respect to the road in the positioning solution coputation. As shown on Fig.3, only the SVs with aziuth near to road heading are used where as, on Fig.4, the SVs used are orthogonal to road direction. We can see that, when the SVs are spread along the segent axle, the correct evolution segent is the only one claied to be a candidate (and obviously selected). When using the SVs that are not along the segent axle, the correct evolution segent doesn t belong to the candidate segents list and the result of the coputation is incorrect. Further ore, we can notice that all the candidate segents direction are near to the axis ade by

6 Selected road and Matched Points in Local frae PRN: 24 PRN: this research is on the use of a dynaic state observer (for instance a Kalan filter) to take benefice of the road connectedness, particularly while approaching junction. Moreover, we plan also to use WAAS/EGNOS corrections to increase the reliability of the ethod Candidte Seg. Chosen Seg. Unknow Eliination 12 Plan Fusion GPS Fix PRN: 23 Fig. 4. Road selection and position using three SVs orthogonal to the road axle the SVs and, in this case, orthogonal to the evolution segent. This result proves experientally the analysis done on Fig.1: in a urban canyon the visible satellites are naturally well configured for a tightly coupled GNSS-Map coputation and only 3 are sufficient. We have also rearked that, when using few SVs, the positioning solution coputed with both ethods introduced in section 3 are equivalent. This coes fro the fact, that when using few SVs, the weight of the constraint plane in the observation odel grows up and so attracts the atched point next to the road segent. 6. CONCLUSION AND FUTURE WORK In this paper, we have described two ethods to fuse road ap data with GNSS rough easureents (L1 pseudo-ranges). This approach has several advantages. First, as shown by the experients, it is possible to use only three satellites to copute a fix. Secondly, since the selection of a segent is necessary, the ap-atching proble is can be solved using the residuals of this coputation. The ain difficulty arises fro the need to copute a GNSS fix using the pseudo-ranges and particularly to locate the satellites thanks to the epheerid data in a frae attached to the ap. We have proposed a ethod that supposes that the clock drift of the receiver is sall. Therefore, the position of the satellites at their eission ties can be easily deterined in the frae of the ap. In order to solve the segent selection proble, we have proposed a siple search strategy. The results that we have obtained are very encouraging since the ethod is able to retrieve the good segent. We have also confired experientally that the satellites that are the ost interesting for the solution coputation are those that are in the axle of the road, which is the situation occurring in urban canyons. The perspective of 6 REFERENCES Cui, Y.J. and S.S. Ge (2003). Autonoous vehicle positioning with gps in urban canyon environents. IEEE Transactions on Robotics and Autoation 19, Georgiev, A. and P. K. Allen (2004). Localization ethods for a obile robot in urban environents. IEEE Trans. on Robotics and Autoation 20, Jabbour, M., Ph. Bonnifait and V. Cherfaoui (2006). Manageent of landarks in a gis for an enhanced localisation in urban areas. In: IV2006 IEEE Intelligent Vehicle Syposiu. Tokyo, Japan. Kaplan, Elliot D. (2000). Understanding GPS: principles and applications. Artech House. Reazeilles, A., F. Chauette and P. Gros (2004). Robot otion control fro a visual eory. IEEE Int. Conf. on Robotics and Autoation, ICRA 04 4, Syed, S. and M.E. Cannon (2004). Fuzzy logicbased ap-atching algorith for vehicle navigation syste in urban canyons. Proceeding of th ION National Technical Meeting. Yang, M. and K-H. Chen (2001). Perforance assessent of a non-iterative aglorith for global positioning syste (gps) absolute positioning. Proc. Natl. Sci. Counc. ROC(A) 25,

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm Precise Indoor Localization Syste For a Mobile Robot Using Auto Calibration Algorith Sung-Bu Ki, JangMyung Lee, and I.O. Lee : Pusan National University, http://robotics.ee.pusan.ac.r, : Ninety syste Abstract:

More information

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS 1 EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS M. Malicorne*, M. Bousquet**, V. Calettes*** SUPAERO, 1 avenue Edouard Belin BP 43, 3155 Toulouse Cedex, France.

More information

Comparison Between PLAXIS Output and Neural Network in the Guard Walls

Comparison Between PLAXIS Output and Neural Network in the Guard Walls Coparison Between PLAXIS Output and Neural Network in the Guard Walls Ali Mahbod 1, Abdolghafar Ghorbani Pour 2, Abdollah Tabaroei 3, Sina Mokhtar 2 1- Departent of Civil Engineering, Shahid Bahonar University,

More information

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things Sensors & Transducers 203 by IFSA http://www.sensorsportal.co A New Localization and Tracking Algorith for Wireless Sensor Networks Based on Internet of Things, 2 Zhang Feng, Xue Hui-Feng, 2 Zhang Yong-Heng,

More information

A Novel NLOS Mitigation Approach for Wireless Positioning System

A Novel NLOS Mitigation Approach for Wireless Positioning System 2 3rd International Conference on Coputer and Electrical Engineering (ICCEE 2) IPCSIT vol. 53 (22) (22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V53.No..54 A Novel NLOS Mitigation Approach for Wireless

More information

Energy-Efficient Cellular Communications Powered by Smart Grid Technology

Energy-Efficient Cellular Communications Powered by Smart Grid Technology Energy-Efficient Cellular Counications Powered by Sart Grid Technology Itiaz Nasi, Mostafa Zaan Chowdhury, and Md. Syadus Sefat Departent of Electrical and Electronic Engineering Khulna University of Engineering

More information

THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA

THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA Richard Wonnacott Chief Directorate : Surveys and Mapping South Africa ABSTRACT : The Hartebeesthoek94 co-ordinate syste becae

More information

Parameter Identification of Transfer Functions Using MATLAB

Parameter Identification of Transfer Functions Using MATLAB Paraeter Identification of Transfer Functions Using MATLAB Mato Fruk, Goran Vujisić, Toislav Špoljarić Departent of Electrical Engineering The Polytechnic of Zagreb Konavoska, Zagreb, Croatia ato.fruk@tvz.hr,

More information

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment 16 Kalan Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environent Chin-Der Wann National Sun Yat-Sen University Taiwan 1. Introduction Kalan filter and its nonlinear extension, extended

More information

Sensitivity Analysis of 3D Building Modelassisted Snapshot Positioning

Sensitivity Analysis of 3D Building Modelassisted Snapshot Positioning Sensitivity Analysis of 3D Building Modelassisted Snapshot Positioning Rakesh Kuar and Mark G. Petovello Position, Location And Navigation (PLAN) Group Departent of Geoatics Engineering Schulich School

More information

Sound recording with the application of microphone arrays

Sound recording with the application of microphone arrays Coputer Applications in Electrical Engineering Sound recording with the application of icrophone arrays Eugeniusz Kornatowski West Poeranian University of Technology 7-26 Szczecin, 26 Kwietnia, e-ail:

More information

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? W Wei A Cooke J Havie-Clark Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead,

More information

WIPL-D Pro: What is New in v12.0?

WIPL-D Pro: What is New in v12.0? WIPL-D Pro: What is New in v12.0? Iproveents/new features introduced in v12.0 are: 1. Extended - Extree Liits a. Extreely LOW contrast aterials b. Extended resolution for radiation pattern c. Extreely

More information

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM POWER QUALITY ASSESSENT USING TWO STAGE NONLINEAR ESTIATION NUERICAL ALGORITH Vladiir Terzia ABB Gerany vadiir.terzia@de.abb.co Vladiir Stanoevic EPS Yugoslavia vla_sta@hotail.co artin axiini ABB Gerany

More information

UWB System for Time-Domain Near-Field Antenna Measurement

UWB System for Time-Domain Near-Field Antenna Measurement UWB Syste for Tie-Doain Near-Field Antenna Measureent B. Levitas #, M. Drozdov #, I. Naidionova #, S. Jefreov #, S. Malyshev *2, A. Chizh *3 www.geozondas.co # Geozondas Ltd., 6, Shevchenko Str., LT-3,

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu Clais, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS th INTERNATIONAL SYPOSIU on POWER ELECTRONICS - Ee 9 XV eđunarodni sipoziju Energetska elektronika Ee 9 NOVI SAD, REPUBLIC OF SERBIA, October 8 th - th, 9 EXPERIENTAL VERIFICATION OF SINUSOIDAL APPROXIATION

More information

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM A soft decision decoding of product BCH and Reed-Müller codes for error control and pea-factor reduction in OFDM Yves LOUET *, Annic LE GLAUNEC ** and Pierre LERAY ** * PhD Student and ** Professors, Departent

More information

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 5 Seville, Spain, Deceber -5, 5 WeIC8. Robust Acceleration Control of Electrodynaic Shaker Using µ Synthesis

More information

Keywords: Adindan-Sudan, Transit-Doppler and GPS datums (WGS72, WGS84).

Keywords: Adindan-Sudan, Transit-Doppler and GPS datums (WGS72, WGS84). ISO 900:2008 Certified Volue 2, Issue 0, April 203 Modified and Corrected Transforation of WGS72 (The Transit, Doppler) and WGS84 (GPS Datu) Stations To Adindan Datu Based On Clarke880 Ellipsoid ABSTRACT:

More information

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a Analyzing of dynaic characteristics for discrete S-PCNN Rencan Nie, Shaowen Yao, Donging Zhouand Haiying Deng,a School of Inforation Science, Yunnan University, Kuning 659, China; Graduate School, Yunnan

More information

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System 069060 Secondary-side-only Siultaneous Power and Efficiency Control in Dynaic Wireless Power Transfer Syste 6 Giorgio ovison ) Daita Kobayashi ) Takehiro Iura ) Yoichi Hori ) ) The University of Tokyo,

More information

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT M. Lopatka a, B. Nicolas a, G. Le Touzé a,b, X. Cristol c, B. Chalindar c, J. Mars a, D. Fattaccioli d a GIPSA-Lab /DIS/

More information

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang International Conference on Education, Manageent and Coputer Science (ICEMC 2016) Design and Ipleentation of Serial Port Ultrasonic Distance Measureent Syste Based on STC12 Jian Huang Xijing University,

More information

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION The 8th nnual IEEE International Syposiu on Personal, Indoor and Mobile Radio Counications (PIMRC 07) COMINED FREQUENCY ND SPTIL DOMINS POWER DISTRIUTION FOR MIMO-OFDM TRNSMISSION Wladiir ocquet, Kazunori

More information

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS Latin Aerican Applied Research 39:187-192 (2009) SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS L. ARNONE, C. GONZÁLEZ, C. GAYOSO, J. CASTIÑEIRA MOREIRA and M. LIBERATORI

More information

Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE

Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE 1 Outline 1. Intelligent Vehicles 2. Pedestrian detection,

More information

SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS

SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS Dario Lodi Rizzini, Gionata Boccalini, and Stefano Caselli Dipartiento di Ingegneria dell Inforazione, University

More information

Hand Gesture Recognition and Its Application in Robot Control

Hand Gesture Recognition and Its Application in Robot Control IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January 016 www.ijcsi.org 10 Hand Gesture Recognition and Its Application in Robot Control Pei-Guo Wu 1 and Qing-Hu Meng 1 Inforation

More information

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and OTC 61 78 Statistics of High- and Low-Frequency Motions of a Moored Tanker by J.A..Pinkster, Maritie Research Inst. Netherlands Copyright 1989, Offshore Technology Conference This paper was presented at

More information

Track-Before-Detect for an Active Towed Array Sonar

Track-Before-Detect for an Active Towed Array Sonar 17-20 Noveber 2013, Victor Harbor, Australia Track-Before-Detect for an Active Towed Array Sonar Han X. Vu (1,2), Sauel J. Davey (1,2), Fiona K. Fletcher (1), Sanjeev Arulapala (1,2), Richard Elle (1)

More information

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a 2nd International Conference on Electrical, Coputer Engineering and Electronics (ICECEE 25 Mitigation of GPS L 2 signal in the H I observation based on NLMS algorith Zhong Danei, a, Wang zhan, a, Cheng

More information

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Journal of Counication and Coputer (4 484-49 doi:.765/548-779/4.6. D DAVID PUBLISHING Adaptive Haronic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Li Tan, Jean Jiang, and Liango

More information

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS first nae & faily nae: Rick Morgans Page nuber: 1 NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS Rick Morgans, Ben Cazzolato, Anthony

More information

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volue 3, Issue 6 Ver. II (Nov. - Dec. 206), PP 46-56 www.iosrjournals.org Modeling and Paraeter Identification

More information

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS V. Behar 1, Ch. Kabakchiev 2, G. Gaydadjiev 3, G.Kuzanov 4, P. Ganchosov 5

More information

CH 24 SLOPE. rise = run. Ch 24 Slope. Introduction

CH 24 SLOPE. rise = run. Ch 24 Slope. Introduction 9 CH SLOPE Introduction A line has any attributes, or characteristics. Two of the ost iportant are its intercepts and its slope. The intercepts (previous chapter) tell us where the line crosses the x-axis

More information

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS XVII IMEKO World Congress Metrology in 3rd Millenniu June 22 27, 2003, Dubrovnik, Croatia ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS Ch. Papageorgiou

More information

Autonomous Underwater Vehicle Navigation.

Autonomous Underwater Vehicle Navigation. Autonomous Underwater Vehicle Navigation. We are aware that electromagnetic energy cannot propagate appreciable distances in the ocean except at very low frequencies. As a result, GPS-based and other such

More information

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS Jaal Moshtagh University of Bath, UK oshtagh79@yahoo.co Abstract

More information

Using Adaptive Modulation in a LEO Satellite Communication System

Using Adaptive Modulation in a LEO Satellite Communication System Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 27 255 Using Adaptive Modulation in a LEO Satellite Counication Syste L. HADJ

More information

Dynamic Model Displacement for Model-mediated Teleoperation

Dynamic Model Displacement for Model-mediated Teleoperation Dynaic Model Displaceent for Model-ediated Teleoperation Xiao Xu Giulia Paggetti Eckehard Steinbach Institute for Media Technology, Technische Universität München, Munich, Gerany ABSTRACT In this paper,

More information

Global Navigation Satellite Systems II

Global Navigation Satellite Systems II Global Navigation Satellite Systems II AERO4701 Space Engineering 3 Week 4 Last Week Examined the problem of satellite coverage and constellation design Looked at the GPS satellite constellation Overview

More information

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volue 5, Nuber /004, pp.000-000 TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE Daniel BELEGA

More information

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation INTERSPEECH 2014 Direct F 0 Control of an Electrolarynx based on Statistical Excitation Prediction and its Evaluation through Siulation Kou Tanaka, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura

More information

A HIGH POWER FACTOR THREE-PHASE RECTIFIER BASED ON ADAPTIVE CURRENT INJECTION APPLYING BUCK CONVERTER

A HIGH POWER FACTOR THREE-PHASE RECTIFIER BASED ON ADAPTIVE CURRENT INJECTION APPLYING BUCK CONVERTER 9th International onference on Power Electronics Motion ontrol - EPE-PEM Košice A HIGH POWER FATOR THREE-PHASE RETIFIER BASE ON AAPTIVE URRENT INJETION APPYING BUK ONVERTER Žarko Ja, Predrag Pejović EE

More information

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Syste Introduction This lab experient studies dynaics of a torsional syste with single and ultiple degrees of freedo. The effects of various control configurations are studied in later part of

More information

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel Model Developent for the Wideband Vehicle-to-vehicle.4 GHz Channel Guillero Acosta and Mary Ann Ingra School of ECE, Georgia Institute of Technology, Atlanta, GA 333-5, USA gte437k@ail.gatech.edu, ai@ece.gatech.edu

More information

CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING

CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING Ralph Hänsel, and Eria Müller Institute of Counications Engineering, University of Rostoc Richard-Wagner-Straße, Rostoc, Gerany phone: + (),

More information

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel Transit Power and Bit Allocations for OFD Systes in a Fading Channel Jiho Jang *, Kwang Bok Lee, and Yong-Hwan Lee * Sasung Electronics Co. Ltd., Suwon P.O.Box, Suwon-si, Gyeonggi-do 44-74, Korea School

More information

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion Interediate-Node Initiated Reservation IIR): A New Signaling Schee for Wavelength-Routed Networks with Sparse Conversion Kejie Lu, Jason P. Jue, Tiucin Ozugur, Gaoxi Xiao, and Irich Chlatac The Center

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 10M Open access books available International authors and editors Downloads Our authors

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,1 116, 12M Open access books available International authors and editors Downloads Our authors

More information

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations Perforance of Multiuser MIMO Syste Eploying Bloc Diagonalization with Antenna Selection at Mobile Stations Feng Wang, Mare E. Bialowsi School of Inforation Technology and Electrical Engineering The University

More information

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2 Subission International Conference on Acoustics, Speech, and Signal Processing (ICASSP ) PARAMETRIC AND NON-PARAMETRIC SIGNAL ANALYSIS FOR MAPPING AIR FLOW IN THE EAR-CANALTO TONGUE MOVEMENT: A NEW STRATEGY

More information

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems RADIOENGINEERING, VOL. 9, NO., APRIL 7 The PAPR and Siple PAPR Reduction of the D Spreading Based Counication Systes Jiří BLUMENSTEIN, Zbyněk FEDRA Dept. of Radio Electronics, Brno University of Technology,

More information

Implementation of Adaptive Viterbi Decoder

Implementation of Adaptive Viterbi Decoder Ipleentation of Adaptive Viterbi Decoder Devendra Made #1 VIII Se B.E.(Etrx) K.D.K.College of Engineering, Nagpur, Maharashtra(I) Asst. Prof. R.B. Khule *2 M.Tech V.L.S.I. K.D.K.College of Engineering,

More information

Optical Magnetic Response in a Single Metal Nanobrick. Jianwei Tang, Sailing He, et al.

Optical Magnetic Response in a Single Metal Nanobrick. Jianwei Tang, Sailing He, et al. Optical Magnetic Response in a Single Metal Nanobrick Jianwei Tang, Sailing He, et al. Abstract: Anti-syetric localized surface plasons are deonstrated on a single silver nanostrip sandwiched by SiC layers.

More information

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition International Journal of Signal Processing Systes Vol., No. Deceber 03 DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition David Levy Infineon Austria AG, Autootive Power Train Systes,

More information

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b nd International Worshop on Materials Engineering and Coputer Sciences (IWMECS 015) Overlapping Signal Separation in DPX Spectru Based on EM Algorith Chuandang Liu 1, a, Luxi Lu 1, b 1 National Key Laboratory

More information

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current.

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current. Discriination of Inrush fro Fault Currents in Power Transforers Based on Equivalent Instantaneous Inductance Technique Coupled with Finite Eleent Method Downloaded fro ijeee.iust.ac.ir at 5:47 IRST on

More information

ANALYSIS OF GPS SATELLITE OBSERVABILITY OVER THE INDIAN SOUTHERN REGION

ANALYSIS OF GPS SATELLITE OBSERVABILITY OVER THE INDIAN SOUTHERN REGION TJPRC: International Journal of Signal Processing Systems (TJPRC: IJSPS) Vol. 1, Issue 2, Dec 2017, 1-14 TJPRC Pvt. Ltd. ANALYSIS OF GPS SATELLITE OBSERVABILITY OVER THE INDIAN SOUTHERN REGION ANU SREE

More information

Notes on Orthogonal Frequency Division Multiplexing (OFDM)

Notes on Orthogonal Frequency Division Multiplexing (OFDM) Notes on Orthogonal Frequency Division Multiplexing (OFDM). Discrete Fourier ransfor As a reinder, the analytic fors of Fourier and inverse Fourier transfors are X f x t t, f dt x t exp j2 ft dt (.) where

More information

Lecture # 7 Coordinate systems and georeferencing

Lecture # 7 Coordinate systems and georeferencing Lecture # 7 Coordinate systems and georeferencing Coordinate Systems Coordinate reference on a plane Coordinate reference on a sphere Coordinate reference on a plane Coordinates are a convenient way of

More information

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis PIERS ONLINE, VOL., NO., 75 Three Coponent Tie-doain Electroagnetic Surveying: Modeling and Data Analysis Chow-Son Chen 1, Wei-Hsuan Chiu 1, and Ching-Ren Lin 1 Institute of Geophysics, National Central

More information

Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity

Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity Aravind Kailas School of Electrical and Coputer Engineering Georgia Institute of Technology Atlanta, Georgia 3033-050,

More information

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor Australian Journal of Basic and Applied Sciences, (8): -7, 1 ISSN 1991-8178 Real Tie Etch-depth Measureent Using Surface Acoustic Wave Sensor 1 Reza Hosseini, Navid Rahany, 3 Behrad Soltanbeigi, Rouzbeh

More information

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios A Novel TDS-FDMA Schee for Multi-User Uplink Scenarios Linglong Dai, Zhaocheng Wang, Jun Wang, and Zhixing Yang Tsinghua National Laboratory for Inforation Science and Technology, Electronics Engineering

More information

Navigable Map-Aided Differential Odometry to Enhance GNSS in adverse conditions

Navigable Map-Aided Differential Odometry to Enhance GNSS in adverse conditions Author manuscript, published in "Accurate Localization for Land Transportation, Paris : France (29)" Navigable Map-Aided Differential Odometry to Enhance GNSS in adverse conditions Clément Fouque, Philippe

More information

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential INTERSPEECH 2014 Statistical Singing Voice Conversion with Direct Wavefor Modification based on the Spectru Differential Kazuhiro Kobayashi, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura Graduate

More information

Spoofing GPS Receiver Clock Offset of Phasor Measurement Units 1

Spoofing GPS Receiver Clock Offset of Phasor Measurement Units 1 Spoofing GPS Receiver Clock Offset of Phasor Measurement Units 1 Xichen Jiang (in collaboration with J. Zhang, B. J. Harding, J. J. Makela, and A. D. Domínguez-García) Department of Electrical and Computer

More information

Real-Time Attitude Determination of a Nanosatellite Using GPS Signal-to-Noise Ratio Observations

Real-Time Attitude Determination of a Nanosatellite Using GPS Signal-to-Noise Ratio Observations Real-Tie Attitude Deterination of a Nanosatellite Using GPS Signal-to-Noise Ratio Oservations The University of Teas at Austin Shaun M. Stewart Greg N. Holt FASTRAC Mission Foration Autonoy Spacecraft

More information

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property World Applied Sciences Journal 23 (): 57-575, 23 ISSN 88-4952 IDOSI Publications, 23 DOI:.5829/idosi.wasj.23.23..89 Evolutionary Coputing Based Antenna Array Beaforing with Low Probabality of Intercept

More information

Session Eleven: An On-Line Technique to Detect Winding Deformation within Power Transformers

Session Eleven: An On-Line Technique to Detect Winding Deformation within Power Transformers Session Eleven: An On-Line Technique to Detect Winding Deforation within Power Transforers A. Abu-Siada Senior Lecturer, Curtin University Abstract Frequency Response Analysis (FRA) has been growing in

More information

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property World Applied Sciences Journal 23 (): 57-575, 23 ISSN 88-4952 IDOSI Publications, 23 DOI:.5829/idosi.wasj.23.23..89 Evolutionary Coputing Based Antenna Array Beaforing with Low Probabality of Intercept

More information

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM)

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM) ELEC Counications Engineering Laboratory ---- Frequency Modulation (FM) 1. Objectives On copletion of this laboratory you will be failiar with: Frequency odulators (FM), Modulation index, Bandwidth, FM

More information

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor Page 110 Exploring the of Scanning Tunneling Microscope (STM) tip and n-type Seiconductor M. A. Rahan * and J. U. Ahed Departent of Applied Physics, Electronics & Counication Engineering, University of

More information

Clamping of Switch Peak Voltage with Diode and Transformer at Output of Class E Amplifier for Renewable Energy Applications

Clamping of Switch Peak Voltage with Diode and Transformer at Output of Class E Amplifier for Renewable Energy Applications adashi Suetsugu et al., Vol.3, No., 013 Claping of Switch Peak Voltage with Diode and ransforer at Output of Class E Aplifier for enewable Energy Applications adashi Suetsugu*, Xiuqin Wei * *Departent

More information

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control I. J. Counications, Network and Syste Sciences, 2008, 2, 05-206 Published Online May 2008 in Scies (http://www.spublishing.org/journal/ijcns/. Beacon-driven Leader Based Protocol over a GE Channel for

More information

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II.

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II. S-72333 Postgraduate Course in Radio Counications, Autun 2004 1 RAKE Receiver Toi Heikkilä toiheikkila@teliasoneraco Abstract RAKE receiver is used in CDMA-based (Code Division Multiple Access) systes

More information

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities Ignition and onitoring technique for plasa processing of ulticell superconducting radio frequency cavities Marc Doleans Oak Ridge ational Laboratory, Oak Ridge, Tennessee 3783, USA E ail: doleans@ornl.gov

More information

Analysis on DV-Hop Algorithm and its variants by considering threshold

Analysis on DV-Hop Algorithm and its variants by considering threshold Analysis on DV-Hop Algorith and its variants by considering threshold Aanpreet Kaur 1, Pada Kuar 1, Govind P Gupta 2 1 Departent of Coputer Science & Engineering Jaypee Institute of Inforation Technology,

More information

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System 28 Journal of Electrical Engineering & echnology Vol. 5, No., pp. 28~35, 2 New Adaptive Linear Cobination Structure for racking/estiating Phasor and Frequency of Power Syste Choowong-Wattanasakpubal and

More information

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis Detection of Faults in Power Syste Using Wavelet Transfor and Independent Coponent Analysis 1 Prakash K. Ray, 2 B. K. Panigrahi, 2 P. K. Rout 1 Dept. of Electrical and Electronics Engineering, IIIT, Bhubaneswar,

More information

Laboratory Manual for DC Servo System Control Platform

Laboratory Manual for DC Servo System Control Platform Laboratory Manual for DC Servo Syste Control Platfor GSMT Series V1.01 2012.06 www.googoltech.co.cn 2012 Googol Technology. All rights reserved Copyrights Stateent All rights are reserved by The shall

More information

Switching Transients of Low Cost Two Speed Drive for Single-Phase Induction Machine

Switching Transients of Low Cost Two Speed Drive for Single-Phase Induction Machine Switching Transients of Low Cost Two Speed Drive for Single-Phase Induction Machine L. Woods, A. Hoaifar, F. Fatehi M. Choat, T. Lipo CA&T State University University of Wisconsin-Madison Greensboro, C

More information

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm I. J. Counications, Network and Syste Sciences, 008,, 105-06 Published Online May 008 in SciRes (http://www.srpublishing.org/journal/ijcns/). Perforance Analysis of an AMC Syste with an Iterative V-BLAST

More information

Design of Efficient ZVS Half-Bridge Series Resonant Inverter with Suitable Control Technique

Design of Efficient ZVS Half-Bridge Series Resonant Inverter with Suitable Control Technique Harish Vegola et al. Int. Journal of Engineering Research and Application RESEARCH ARTICLE OPEN ACCESS Design of Efficient ZVS Half-Bridge Series Resonant Inverter with Suitable Control Technique Harish

More information

Statistical Singing Voice Conversion based on Direct Waveform Modification with Global Variance

Statistical Singing Voice Conversion based on Direct Waveform Modification with Global Variance INTERSPEECH 15 Statistical Singing Voice Conversion based on Direct Wavefor Modification with Global Variance Kazuhiro Kobayashi, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura Graduate School

More information

GNSS: orbits, signals, and methods

GNSS: orbits, signals, and methods Part I GNSS: orbits, signals, and methods 1 GNSS ground and space segments Global Navigation Satellite Systems (GNSS) at the time of writing comprise four systems, two of which are fully operational and

More information

This is an author-deposited version published in: Eprints ID: 5737

This is an author-deposited version published in:   Eprints ID: 5737 Open Archive Toulouse Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and akes it freely available over the web where possible. This is an author-deposited

More information

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar International Journal "Inforation heories & Applications" Vol. 57 AALYSIS AD OPIMIZAIO OF SYHEIC APEUE ULASOUD IMAGIG USIG HE EFFECIVE APEUE APPOACH Milen ikolov, Vera Behar Abstract: An effective aperture

More information

AccuBridge TOWARDS THE DEVELOPMENT OF A DC CURRENT COMPARATOR RATIO STANDARD

AccuBridge TOWARDS THE DEVELOPMENT OF A DC CURRENT COMPARATOR RATIO STANDARD AccuBridge TOWARD THE DEVELOPMENT OF A DC CURRENT COMPARATOR RATO TANDARD Duane Brown,Andrew Wachowicz, Dr. hiping Huang 3 Measureents nternational, Prescott Canada duanebrown@intl.co, Measureents nternational,

More information

Modeling Beam forming in Circular Antenna Array with Directional Emitters

Modeling Beam forming in Circular Antenna Array with Directional Emitters International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 5 Issue 3 ǁ Mar. 2017 ǁ PP.01-05 Modeling Bea foring in Circular Antenna Array

More information

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs Selective Haronic Eliination for Multilevel Inverters with Unbalanced DC Inputs Abstract- Selective haronics eliination for the staircase voltage wavefor generated by ultilevel inverters has been widely

More information

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 Power Iproveent in 64-Bit Full Adder Using Ebedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 1 Departent of ECE, GTBKIET, Chhapianwali Malout, Punjab 2 Director, Principal,

More information

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS ELECTROMAGNETIC COVERAGE CALCULATION IN GIS M. Uit Guusay 1, Alper Sen 1, Uut Bulucu 2, Aktul Kavas 2 1 Yildiz Technical University, Departent of Geodesy and Photograetry Engineering, Besiktas, Istanbul,

More information

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life 22 èe Congrès Français de Mécanique Lyon, 24 au 28 Août 2015 Coparing structural airfrae aintenance strategies based on probabilistic estiates of the reaining useful service life. WAG a, C.GOGU b,.biaud

More information

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM Overview By utilizing measurements of the so-called pseudorange between an object and each of several earth

More information

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization Radio Resource Manageent in a Coordinated Cellular Distributed Antenna Syste By Using Particle Swar Optiization Oer Haliloglu (1), Cenk Toker (1), Gurhan Bulu (1), Hali Yanikoeroglu (2) (1) Departent of

More information