SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH 
IN ENGINEERING AND TECHNOLOGY (IJARET) 
ISSN 0976 - 6480 (Print) 
ISSN 0976 - 6499 (Online) 
Volume 5, Issue 8, August (2014), pp. 35-46 
© IAEME: http://www.iaeme.com/IJARET.asp 
Journal Impact Factor (2014): 7.8273 (Calculated by GISI) 
www.jifactor.com 
35 
 
IMPROVEMENT OF ACCURACY IN AIRCRAFT NAVIGATION BY DATA 
FUSION TECHNIQUE 
Mahasweta Bhattacharya1 
1(Electronics and Communication Engineering, West Bengal University of Technology, 
West Bengal, India) 
ABSTRACT 
Navigation of a aircraft is to reach a destination accurately and with minimum diversions. 
This needs to guide the aircraft on the desired track. For a fighter aircraft which needs fast 
manoeuvring to achieve the mission objectives need continuous and accurate position, attitude and 
velocity updates. 
The sensors used in an aircraft are GPS and Inertial Navigation System. The Inertial 
Navigation System used in aircraft navigation provides parametric information in terms of 
position(latitude, longitude and altitude), velocity(Velocity along north, east and vertical direction) 
and attitudes(Pitch, roll, yaw). INS is working based on three gyroscopes and three accelerometers. 
GPS works based on the satellite information of the aircraft position. 
The update rate of INS solutions is high but in course of time, the accuracy of the 
navigational solution degrades. GPS provides highly accurate position and velocity solutions but at a 
slow update rate. Hence standalone use of either one for obtaining navigational solution is not 
employed. This is a major problem in military navigation where highly accurate data with fast update 
rate is necessary. 
The solution to this problem can be obtained by designing a navigational algorithm which 
performs sensor data fusion using the data from INS and GPS of an aircraft by means of a Kalman 
Filter. In this project, a sensor data fusion algorithm for performing sensor fusion of INS and GPS 
using 9th order Kalman filter has been developed. An initial estimation of the navigational 
parameters that were needed to be corrected was taken. A process model using INS data and 
measurement model using GPS data is formed. Using the process model, measurement model and 
the Kalman filter, the errors in the INS data were corrected. The corrected navigational data thus 
obtained is then compared with a standard system hybrid navigational data. 
Keywords: INS, GPS, Kalman Filter, Estimation, Accuracy. 
IJARET 
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
36 
I. INTRODUCTION 
 
Integration of INS and GPS has been indispensable because of the inherent drawbacks of the 
individual system. INS has its inherent errors that gradually accumulate to finally give highly 
erroneous data. GPS updates at a very slower rate of about 1sec. Both the drawbacks are 
disadvantageous for successful military navigation. In general, an INS has a high update rate of 
about 20ms and GPS has high accuracy in measurement. Thus using any one of them as a standalone 
system hinders accurate and faster computation. Thus integration is needed. 
If the errors in INS are not corrected then the error will go on accumulating thereby giving a 
final data which will be highly erroneous and faulty. Thus the INS position and velocity data must be 
corrected. 
The main objective of the project was to improve the accuracy in measurement of a 
navigational system by fusing the data coming from both INS and GPS so that an integrated system 
through the fused data can be used in aircrafts where precise and fast computations are needed. To 
accomplish this objective the following steps are involved: 
• Design and develop the process model based on INS data 
• Designing the measurement model based on GPS data 
• Making an initial estimation based on the process model 
• Feeding the estimation and measured data to Kalman Filter which minimizes the error between 
the corrected and the actual data and provides a corrected estimate for the next state. 
• The processes are continued in recursion for the whole set of data to arrive at a final corrected 
set of data. 
For testing the developed sensor data fusion algorithm, it has been coded in MATLAB. A set 
of data relating to INS and GPS of a particular flight sortie of aircraft has been taken. The INS data 
and the GPS data has been fused using the algorithm to give a corrected hybrid output. The algorithm 
has been tested by comparing the computed hybrid data with the system hybrid data obtained from 
INGPS system installed on the aircraft. It has been found that the error between computed hybrid 
data and system hybrid data was very minimal and thereby establishing the success of the algorithm. 
II. ERRORS OBSERVED IN SAMPLE INS DATA 
As mentioned earlier, navigational data of a specific aircraft system has been taken as sample 
in our project. The errors in the acceleration of the INS data were observed as such. The three plots 
in the figure below show the INS acceleration measured by accelerometers. The plots show how 
much the reading of the INS is full of errors. The above plots also are erroneous. 
Errors in the accelerations and angular rates occur due to manufacturing error, biases etc 
which lead to steadily growing errors in position and velocity components of the aircraft, due to 
integration. These are called navigation errors and there are nine of them - three position errors, three 
velocity errors, two attitude errors and one heading error. If an unaided INS is used, these errors 
grow with time. It is for this reason that the INS is usually aided with GPS for accurate navigation 
solutions.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
37 
 
Fig.1: The Accelerometer Reading along x, y and z axis respectively with respect to time 
Fig. 2: The three plots above shows the turn angle rates about the three axes 
III. ERRORS OBSERVED IN GPS DATA 
Although GPS provides accurate navigational data free of errors but the GPS faces several 
drawbacks. Firstly, the system consists of a constellation of fixed satellites which sends signals to 
determine position. This takes higher computation time and thus the system has higher update rate. 
The data rate is about 1sec. But even faster computation is necessary for military navigation. Thus 
standalone GPS is not advantageous. In the system the GPS readings have been taken at t=20ms 
which is the sample time for the INS system. We observe staircase type graph for the parameters. 
This is because the update rate of GPS is much lower compared to the INS. While INS is updating at 
20ms GPS is updating at 1s. Therefore, for 1s GPS keeps at data constant and data is updated after 
that. This is the cause of the stairs. The values are updated after 50 such samples. So for 50 updated 
values of INS, GPS data remains constant. At such a lower update rate we cannot get the proper 
navigational details. Thus GPS also cannot be efficiently used as a standalone navigation system. 
The figure below shows the nature of the data obtained from GPS.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
Fig.3 
3: Altitude obtained from GPS 
IV. WORKING PRINCIPLE OF KALMAN FILTER 
(2014), pp. 35-46 © IAEME 
– 
 
Kalman filter [3],[4],[6] estimates the state vector based on the knowledge of the 
measurement model as well as on the knowledge of the process model. The process noise and 
measurement noise are assumed to be independent of each other. The Kalman filter is a recursive 
algorithm which makes predictions from previous state and then updates the prediction using 
measurement to obtain an optimal state vector. The main objective of the Kalman Filter is 
to find an 
estimate of the n-state vector xk denoted by 
which is a function of all the previous states and 
minimizing the mean squared error between the estimated and the real value. in any system, the next 
state is based on the previous state and is related to it through the state transition matrix. Presence 
any input noise will affect the output state as well. Thus the process of the system can be modelled 
as: 
The noise is uncorrelated with respect to time and thus the covariance matr 
Therefore, 
of 
ix is 
Again, through the measurement model we can estimate a particular state at that very instant. 
Noise in the model will affect the measurement and thus is 
model thus can be formulated as: 
Similarly, the covariance matrix associated with 
objective is to make estimation such that the estimated value should be as close as possible to the 
actual value of the erroneous data. Practically, it is difficult to make such close estimation and thus 
there may be present some errors in our estimated value and th 
so as to bring down that error to a minimum. We denote the error covariance matrix as 
. The target is to minimize this error covariance matrix so that our estimation tallies 
with the actual data. 
Now, the function of a Kalman Filter is divided in two stages. The stages are: a). Updating 
and b). Predicting. This stages occur in recursion and in every stage the Kalman Gain 
38 
(equation 1) 
matrix associated with 
(equation 2) 
taken into account. The measurement 
(equation 3) 
is . Now the main 
the e actual value. So we use a technique 
is
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
computed and the state of the system as well as the associated Error C 
for every state in the recursive loop. The equations associating with this updating stage are as 
follows. (The superscript“-”denotes predicted state (priori state). 
The equations that govern the stage of predicting are: 
Equation shows that if is large, K 
be less weighted. The estimated state will be nearer to predicted state. When K 
term will have more weightage so the estimated state will be predicted state + weighted residual. 
When Rk approaches zero then measurement more trus 
zero then prediction is trusted more. 
So in every stage the Kalman Filter narrows down the error between estimated and actual 
data, updates the state and then predicts for the next state. This occurs in a 
stages available finally giving a data which will match the actual data thereby filtering out the actual 
data from the erroneous one. 
In a system, an estimate about the next state can be determined using the process model. But 
due to inherent error in the process model the estimated value at a particular instant will not be close 
to the true value at that instant. 
So we take another model known as the measurement model which gives measurement of 
some of the parameters at that particu 
models and corrects the estimated data. 
In our project, the INS serves as the process model and the GPS serves as the measurement model. 
V. PROCESS MODEL OBTAINED FROM INS SYSTEM 
• Reference Ellipsoidal Model 
Fig 3 
(2014), pp. 35-46 © IAEME 
39 
Covariance Matrix is updated 
”(equation 4) 
(equation 5) 
(equation 6) 
(equation 7) 
(equation 8) 
Kk will be small. Therefore, the term 
Kk is large then second 
trusted than prediction. When 
loop for the number of 
particular instant. The Kalman Filter optimally combines these two 
3: Reference earth model 
– 
 
ovariance will 
ted approaches 
lar
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
(2014), pp. 35-46 © IAEME 
Length of the semi-major axis, R= 
Length of the semi-minor axis, r=6356752.3142 meters 
Eccentricity of the Ellipsoidal Model, e=0.0818191908426 
Meridian Radius of Curvature, 
Transverse Radius of Curvature, 
• Spherical Earth Model 
6378137.0 meters 
Where normal gravity at height h=0 i.e 9.81m/s 
The design of the process model has been explained below. 
INS Position error dynamics with respect to position, velocity and attitude are : 
INS velocity error dynamics with respect to position, velocity and attitude are: 
40 
(equation 9) 
2. 
(equation 10) 
(equation 11) 
(equation 12) 
(equation 13) 
–
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
= 
INS attitude error dynamics with respect 
Thus, converting to skew symmetric form we get, 
Therefore, the final process model, 
Where state vector, 
VI. MEASUREMENT MODEL 
Measurement model is represented as 
(2014), pp. 35-46 © IAEME 
Where represent vector measurement of state xk at time tk. The measurement matrix is 
represented as: 
41 
(equation 14) 
to position, velocity and attitude are: 
(equation 15) 
(equation 16) 
(equation 17) 
(equation 18) 
(equation 12) 
(equation 13) 
(equation 14) 
- GPS ERROR MODELLING 
(equation 15) 
–
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
If INS and GPS are same with the difference in measurement leading to zero then that may 
lead to instability of the system. To avoid the instability, first row of equation (6.15) and (6.16) is 
multiplied with and second row with 
And 
VII. DESIGN OF THE KALMAN FILTER AND INS, GPS INTEGRATION 
The F-matrix is in continuous time which is discretized as, 
Kalman Filter estimates next state from previous state through the Kalman 
equation (6.5), 
The (k+1)th state can be estimated according to equation (6.7) as: 
The corrected error covariance matrix is given as, 
The Kalman Gain is calculated according to equation (6.4) as: 
The updated error covariance matrix is given as: 
(2014), pp. 35-46 © IAEME 
42 
(equation 16) 
(equation 17) 
. Therefore, the equation becomes 
(equation 18) 
(equation 19) 
(equation 20) 
Gain according to 
(equation 21) 
(equation 22) 
(equation 23) 
(equation 24) 
– 
 
(24)
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August 
VIII. BLOCK DIAGRAM 
(2014), pp. 35-46 © IAEME 
Fig. 4: Block Diagram of INGPS integrated circuit using Kalman Filter 
– 
 
The above figure shows the block diagram of the developed navigational algorithm for fusing 
the INS and GPS data using Kalman Filter to obtain accurate navigational solution. The INS data in 
terms of latitude, longitude, altitude, Vn, Ve and Vd. and the GPS data in terms of latitude, longitude, 
altitude, Vn, Ve and Vd are used with 9 
states i.e. .latitude, longitude, altitude, Vn, Ve, Vd, roll, pitch and yaw. 
th order Kalman filter to compute the error rror in each of the 
This is done by forming the process model using the INS data and the measurement model 
using the GPS data. Further Kalman Filter is used for computing the erro 
Kalman Gain. Using the process model, measurement model and the Kalman Gain the corrected 
error is computed. This computed error is then added to the INS data to obtain the computed hybrid 
data. To analyze the performance of the dev 
is then compared with the system hybrid data. 
IX. RECURSIVE FUNCTION OF THE KALMAN FILTER 
r Fig. 5: Diagram of the Kalman Filter Recursive Cycle 
43 
error covariance matrix and 
developed eloped navigational algorithm, the computed hybrid data
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
X. RESULT OBTAINED FROM SAMPLE 
44 
 
Fig. 6: Latitude and Longitude obtained from system and computation of algorithm 
Fig. 7: Altitude and Velocity along north axis(Vn) obtained from system and computation of 
algorithm 
Fig. 7: Velocity along lateral and vertical axis(Ve and Vd) obtained from system and computation of 
algorithm
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
45 
 
Fig. 8: Roll and Pitch obtained from system and computation of algorithm 
Fig. 8: Yaw obtained from system and computation of algorithm 
XI. ANALYSIS 
Table 1: Tabular comparison of error deviation for the 3 samples of the computed data and the 
hybrid data 
PARAMETERS ERROR STANDARD DEVIATION IN 
SAMPLE 1 
Latitude,  (degree) 6.287×10-5 
Longitude, μ(degree) 4.378×10-5 
Altitude, h(feet) 55.3443 
Velocity towards north, Vn (m/s) 3.7069 
Velocity towards east, Ve (m/s) 2.6915 
Velocity towards the vertical, Vd (m/s) 1.9197 
Roll,  (degree) 0.2849 
Pitch,  (degree) 0.3369 
Yaw,  (degree) 0.1359 
Standard deviation of errors for all these parameters were in acceptable range except the 
altitude. The above table shows the mean error standard deviation computed using the three sample 
data. In altitude a constant offset was observed in the standard error deviation because of the vertical 
channel problem. The altitude result sows that the computed data deviates gradually from the system 
hybrid data. This is because the system data is making its own correction based on the correction 
algorithm installed where all the necessary factors have been considered, whereas, our algorithm has
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 
considered only 9 parameters. Hence although in the beginning the two data are quite similar but 
gradually deviation increases. Altitude errors can be corrected by introducing the vertical channel 
modelling where the gravitational acceleration variation with respect to altitude is corrected by 
introducing another observer. In some of the sample solutions noises were observed which led to the 
high maximum value of error. This can be further removed by introducing digital smoothers as a next 
module after the Kalman Filter module. 
46 
XII. CONCLUSION 
 
The main aim of the project was to achieve successful data fusion for improvement of INS 
and GPS systems. INS and GPS show their inherent disadvantages. While INS system leads to error 
build up at the same time GPS despite its high accuracy, update rate is low. Precision and faster 
computation are of utmost importance in military navigation which led to the need to fuse the INS 
and the GPS for obtaining accurate navigational solution using INS and GPS. The fusion has been 
achieved through Kalman Filter which works on the principle of estimation and update. The 9th order 
Kalman Filter has been used to correct the 9 navigational parameters i.e. latitude, longitude, altitude, 
velocities in three axes, roll, pitch and yaw subsequently by forming the process and the 
measurement model. Observed algorithm was very good in latitude, longitude, altitude, vn, ve, vd, 
roll, pitch and yaw. Further improvement can be made by introducing the accelerometer bias and 
gyroscope sensitivity models. Observed errors in altitude and vd can be further minimized by 
modelling the vertical channel. By fusion of INS and GPS thus we can aim to achieve accurate 
navigation which can be employed in military. Data fusion can also be used in fields of medicine, 
space research, economics etc where high precision data is important. 
XIII. ACKNOWLEDGEMENT 
I would like to offer my heartfelt gratitude to the Mission Combat and System Research and 
Design Centre Department, Hindustan Aeronautics Limited, Bangalore for their guidance and 
constant support for the execution of the project. 
XIV. REFERENCES 
1. David H. Titterton and John L. Weston, Strapdown Inertial Navigation Technology - 2nd 
Edition(2004) The Institution of Electrical Engineers. 
2. Elliott D. Kaplan and Christopher J. Hegarty, Understanding GPS Principles and 
Applications- 2nd Edition(2006) Artech House. 
3. Mohinder S. Grewal and Angus P. Andrews, Kalman Filter Theory and Practice using 
MATLAB-3rd Edition(2008) John Wiley  Sons, Inc. 
4. Paul Zarchan Fundamentals of Kalman Filtering—A Practical Approach, 2nd Edition(2005) 
American Institute of Aeronautics and Astronautics, Inc. 
5. Robert M. Rogers, Applied Mathematics in Integration Navigation System- 2nd Edition(2003) 
AIAA Education Series. 
6. Eun-Hwan Shin, Accuracy Improvement of Low Cost INS/GPS for Land Applications(2001) 
UCGE Reports. 
7. Deepeshnamdev, Monika Mehra, Prerna Sahariya, Rajeshwaree Parashar and Shikha Singhal, 
“Navigation System by using GIS and GPS”, International Journal of Electronics and 
Communication Engineering  Technology (IJECET), Volume 4, Issue 3, 2013, 
pp. 232 - 243, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.

Contenu connexe

Tendances

Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithmguest673189
 
Vision Based Traffic Surveillance System
Vision Based Traffic Surveillance SystemVision Based Traffic Surveillance System
Vision Based Traffic Surveillance Systemmaheshwaraneee
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processingGhazalpreet Kaur
 
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...Ashish Sharma
 
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET Journal
 
Engineering@SotonPoster
Engineering@SotonPosterEngineering@SotonPoster
Engineering@SotonPosterchang liu
 
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...cscpconf
 
Vehicle counting without background modeling
Vehicle counting without background modelingVehicle counting without background modeling
Vehicle counting without background modelingLihguong Jang
 
Automatic_gait_detection_poster_IEEE
Automatic_gait_detection_poster_IEEEAutomatic_gait_detection_poster_IEEE
Automatic_gait_detection_poster_IEEEParth Shah
 
Implementation and Validation of Voting Algorithms for a developmental Aero E...
Implementation and Validation of Voting Algorithms for a developmental Aero E...Implementation and Validation of Voting Algorithms for a developmental Aero E...
Implementation and Validation of Voting Algorithms for a developmental Aero E...PREMNATH N
 
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...TELKOMNIKA JOURNAL
 
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...BREEZE Software
 
RDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfRDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfPoulastya Mukherjee
 
Mechanization and error analysis of aiding systems in civilian and military v...
Mechanization and error analysis of aiding systems in civilian and military v...Mechanization and error analysis of aiding systems in civilian and military v...
Mechanization and error analysis of aiding systems in civilian and military v...ijctcm
 

Tendances (20)

50120140504010
5012014050401050120140504010
50120140504010
 
Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithm
 
Vision Based Traffic Surveillance System
Vision Based Traffic Surveillance SystemVision Based Traffic Surveillance System
Vision Based Traffic Surveillance System
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processing
 
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...
A multi sensor-information_fusion_method_based_on_factor_graph_for_integrated...
 
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
 
Final year project proposal
Final year project proposalFinal year project proposal
Final year project proposal
 
Engineering@SotonPoster
Engineering@SotonPosterEngineering@SotonPoster
Engineering@SotonPoster
 
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...
A METHOD OF TARGET TRACKING AND PREDICTION BASED ON GEOMAGNETIC SENSOR TECHNO...
 
Vehicle counting without background modeling
Vehicle counting without background modelingVehicle counting without background modeling
Vehicle counting without background modeling
 
Motion analyser using image processing
Motion analyser using image processingMotion analyser using image processing
Motion analyser using image processing
 
Automatic_gait_detection_poster_IEEE
Automatic_gait_detection_poster_IEEEAutomatic_gait_detection_poster_IEEE
Automatic_gait_detection_poster_IEEE
 
Vehicle detection
Vehicle detectionVehicle detection
Vehicle detection
 
Implementation and Validation of Voting Algorithms for a developmental Aero E...
Implementation and Validation of Voting Algorithms for a developmental Aero E...Implementation and Validation of Voting Algorithms for a developmental Aero E...
Implementation and Validation of Voting Algorithms for a developmental Aero E...
 
IMU-Based Road Condition Monitoring
IMU-Based Road Condition MonitoringIMU-Based Road Condition Monitoring
IMU-Based Road Condition Monitoring
 
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...
Estimating Parameter of Nonlinear Bias Correction Method using NSGA-II in Dai...
 
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...
Potential Benefits and Implementation of MM5 and RUC2 Data with the CALPUFF A...
 
Data mining
Data miningData mining
Data mining
 
RDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfRDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdf
 
Mechanization and error analysis of aiding systems in civilian and military v...
Mechanization and error analysis of aiding systems in civilian and military v...Mechanization and error analysis of aiding systems in civilian and military v...
Mechanization and error analysis of aiding systems in civilian and military v...
 

En vedette

Treball per projectes integrats de Ciència, Tecnologia i Matemàtiques (CTM)
Treball per projectes integrats  de Ciència, Tecnologia i Matemàtiques (CTM)Treball per projectes integrats  de Ciència, Tecnologia i Matemàtiques (CTM)
Treball per projectes integrats de Ciència, Tecnologia i Matemàtiques (CTM)jdomen44
 
AuditoríA De Proyecto De Vuelo G.A
AuditoríA De Proyecto De Vuelo G.AAuditoríA De Proyecto De Vuelo G.A
AuditoríA De Proyecto De Vuelo G.Amateox
 
Navegación integrada y aplicaciones a vehículos aéreos no tripulados
Navegación integrada y aplicaciones a vehículos aéreos no tripuladosNavegación integrada y aplicaciones a vehículos aéreos no tripulados
Navegación integrada y aplicaciones a vehículos aéreos no tripuladosRama Estudiantil IEEE Tucuman
 
Social Media 2010 - SolucionesWeb.la
Social Media 2010  -  SolucionesWeb.laSocial Media 2010  -  SolucionesWeb.la
Social Media 2010 - SolucionesWeb.lasallegro
 
Xornada 5 curso asociación de prensa de a coruña
Xornada 5 curso asociación de prensa de a coruñaXornada 5 curso asociación de prensa de a coruña
Xornada 5 curso asociación de prensa de a coruñaDaniel Cerqueiro García
 
Redes Sociales y Geolocalizacion
Redes Sociales y GeolocalizacionRedes Sociales y Geolocalizacion
Redes Sociales y Geolocalizacion101 - Cientouno
 
PERFIL DE LOS CORREDORES MEXICANOS EN LAS REDES SOCIALES
PERFIL DE LOS CORREDORES MEXICANOS  EN LAS REDES SOCIALESPERFIL DE LOS CORREDORES MEXICANOS  EN LAS REDES SOCIALES
PERFIL DE LOS CORREDORES MEXICANOS EN LAS REDES SOCIALESElife Brasil
 
Foursquare para Empresas. Marketing por GeoPosicionamiento
Foursquare para Empresas. Marketing por GeoPosicionamientoFoursquare para Empresas. Marketing por GeoPosicionamiento
Foursquare para Empresas. Marketing por GeoPosicionamientoMindProject
 
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...alta4 Geoinformatik AG
 
Mobile Laser Scanning Workshop
Mobile Laser Scanning WorkshopMobile Laser Scanning Workshop
Mobile Laser Scanning WorkshopNasr Khashoggi
 
Velodyne VLP-16 and HDL-32 Interface Box
Velodyne VLP-16 and HDL-32 Interface BoxVelodyne VLP-16 and HDL-32 Interface Box
Velodyne VLP-16 and HDL-32 Interface BoxBrett Johnson
 
Exploiting vulnerabilities in location based commerce
Exploiting vulnerabilities in location based commerceExploiting vulnerabilities in location based commerce
Exploiting vulnerabilities in location based commerceXebia IT Architects
 
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...Opportunities and Challenges of Using Smartphones for Health Monitoring and I...
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...Neal Lathia
 
Location-Based Services Overview and 5 Tips for Location-Based Marketing
Location-Based Services Overview and 5 Tips for Location-Based MarketingLocation-Based Services Overview and 5 Tips for Location-Based Marketing
Location-Based Services Overview and 5 Tips for Location-Based MarketingAdam Steinberg
 
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...irjes
 

En vedette (20)

Treball per projectes integrats de Ciència, Tecnologia i Matemàtiques (CTM)
Treball per projectes integrats  de Ciència, Tecnologia i Matemàtiques (CTM)Treball per projectes integrats  de Ciència, Tecnologia i Matemàtiques (CTM)
Treball per projectes integrats de Ciència, Tecnologia i Matemàtiques (CTM)
 
AuditoríA De Proyecto De Vuelo G.A
AuditoríA De Proyecto De Vuelo G.AAuditoríA De Proyecto De Vuelo G.A
AuditoríA De Proyecto De Vuelo G.A
 
Navegación integrada y aplicaciones a vehículos aéreos no tripulados
Navegación integrada y aplicaciones a vehículos aéreos no tripuladosNavegación integrada y aplicaciones a vehículos aéreos no tripulados
Navegación integrada y aplicaciones a vehículos aéreos no tripulados
 
Social Media 2010 - SolucionesWeb.la
Social Media 2010  -  SolucionesWeb.laSocial Media 2010  -  SolucionesWeb.la
Social Media 2010 - SolucionesWeb.la
 
Xornada 5 curso asociación de prensa de a coruña
Xornada 5 curso asociación de prensa de a coruñaXornada 5 curso asociación de prensa de a coruña
Xornada 5 curso asociación de prensa de a coruña
 
FOURSQUARE
FOURSQUAREFOURSQUARE
FOURSQUARE
 
Guía básica foursquare
Guía básica foursquareGuía básica foursquare
Guía básica foursquare
 
Redes Sociales y Geolocalizacion
Redes Sociales y GeolocalizacionRedes Sociales y Geolocalizacion
Redes Sociales y Geolocalizacion
 
PERFIL DE LOS CORREDORES MEXICANOS EN LAS REDES SOCIALES
PERFIL DE LOS CORREDORES MEXICANOS  EN LAS REDES SOCIALESPERFIL DE LOS CORREDORES MEXICANOS  EN LAS REDES SOCIALES
PERFIL DE LOS CORREDORES MEXICANOS EN LAS REDES SOCIALES
 
Foursquare para Empresas. Marketing por GeoPosicionamiento
Foursquare para Empresas. Marketing por GeoPosicionamientoFoursquare para Empresas. Marketing por GeoPosicionamiento
Foursquare para Empresas. Marketing por GeoPosicionamiento
 
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...
GPS-Kameras und Photo-Asset-Management – Anwendungsbeispele aus der Wasserwir...
 
Mobile Laser Scanning Workshop
Mobile Laser Scanning WorkshopMobile Laser Scanning Workshop
Mobile Laser Scanning Workshop
 
Foursquare 101
Foursquare 101Foursquare 101
Foursquare 101
 
Velodyne VLP-16 and HDL-32 Interface Box
Velodyne VLP-16 and HDL-32 Interface BoxVelodyne VLP-16 and HDL-32 Interface Box
Velodyne VLP-16 and HDL-32 Interface Box
 
Batimetria.
Batimetria.Batimetria.
Batimetria.
 
Exploiting vulnerabilities in location based commerce
Exploiting vulnerabilities in location based commerceExploiting vulnerabilities in location based commerce
Exploiting vulnerabilities in location based commerce
 
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...Opportunities and Challenges of Using Smartphones for Health Monitoring and I...
Opportunities and Challenges of Using Smartphones for Health Monitoring and I...
 
40120140503013 2
40120140503013 240120140503013 2
40120140503013 2
 
Location-Based Services Overview and 5 Tips for Location-Based Marketing
Location-Based Services Overview and 5 Tips for Location-Based MarketingLocation-Based Services Overview and 5 Tips for Location-Based Marketing
Location-Based Services Overview and 5 Tips for Location-Based Marketing
 
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
 

Similaire à Improvement of accuracy in aircraft navigation by data fusion technique

Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSOffline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSeuroFOT
 
IRJET- Online Failure Prediction for Railway Transportation System based ...
IRJET-  	  Online Failure Prediction for Railway Transportation System based ...IRJET-  	  Online Failure Prediction for Railway Transportation System based ...
IRJET- Online Failure Prediction for Railway Transportation System based ...IRJET Journal
 
Gps ins odometer data fusion
Gps ins odometer data fusionGps ins odometer data fusion
Gps ins odometer data fusionRappy Saha
 
Failure prediction of e-banking application system using adaptive neuro fuzzy...
Failure prediction of e-banking application system using adaptive neuro fuzzy...Failure prediction of e-banking application system using adaptive neuro fuzzy...
Failure prediction of e-banking application system using adaptive neuro fuzzy...IJECEIAES
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET Journal
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image ProcessingIRJET Journal
 
Velocity measurement based on inertial measuring unit
Velocity measurement based on inertial measuring unitVelocity measurement based on inertial measuring unit
Velocity measurement based on inertial measuring unitTELKOMNIKA JOURNAL
 
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation IJECEIAES
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET Journal
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET Journal
 
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...IOSR Journals
 
A comparative study on synchronization algorithms for various modulation tech...
A comparative study on synchronization algorithms for various modulation tech...A comparative study on synchronization algorithms for various modulation tech...
A comparative study on synchronization algorithms for various modulation tech...IAEME Publication
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air WritingIRJET Journal
 
booysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfbooysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfYogi Adi Wijaya
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET Journal
 
Eecs221 final report
Eecs221   final reportEecs221   final report
Eecs221 final reportSaurebh Raut
 
EECS221 - Final Report
EECS221 - Final ReportEECS221 - Final Report
EECS221 - Final ReportSaurebh Raut
 

Similaire à Improvement of accuracy in aircraft navigation by data fusion technique (20)

Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSOffline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
 
07479704
0747970407479704
07479704
 
IRJET- Online Failure Prediction for Railway Transportation System based ...
IRJET-  	  Online Failure Prediction for Railway Transportation System based ...IRJET-  	  Online Failure Prediction for Railway Transportation System based ...
IRJET- Online Failure Prediction for Railway Transportation System based ...
 
Gps ins odometer data fusion
Gps ins odometer data fusionGps ins odometer data fusion
Gps ins odometer data fusion
 
Failure prediction of e-banking application system using adaptive neuro fuzzy...
Failure prediction of e-banking application system using adaptive neuro fuzzy...Failure prediction of e-banking application system using adaptive neuro fuzzy...
Failure prediction of e-banking application system using adaptive neuro fuzzy...
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image Processing
 
Velocity measurement based on inertial measuring unit
Velocity measurement based on inertial measuring unitVelocity measurement based on inertial measuring unit
Velocity measurement based on inertial measuring unit
 
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
 
40220130405013
4022013040501340220130405013
40220130405013
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
 
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
 
jardin
jardinjardin
jardin
 
A comparative study on synchronization algorithms for various modulation tech...
A comparative study on synchronization algorithms for various modulation tech...A comparative study on synchronization algorithms for various modulation tech...
A comparative study on synchronization algorithms for various modulation tech...
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air Writing
 
booysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfbooysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdf
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot Car
 
Eecs221 final report
Eecs221   final reportEecs221   final report
Eecs221 final report
 
EECS221 - Final Report
EECS221 - Final ReportEECS221 - Final Report
EECS221 - Final Report
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 

Dernier (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 

Improvement of accuracy in aircraft navigation by data fusion technique

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME: http://www.iaeme.com/IJARET.asp Journal Impact Factor (2014): 7.8273 (Calculated by GISI) www.jifactor.com 35 IMPROVEMENT OF ACCURACY IN AIRCRAFT NAVIGATION BY DATA FUSION TECHNIQUE Mahasweta Bhattacharya1 1(Electronics and Communication Engineering, West Bengal University of Technology, West Bengal, India) ABSTRACT Navigation of a aircraft is to reach a destination accurately and with minimum diversions. This needs to guide the aircraft on the desired track. For a fighter aircraft which needs fast manoeuvring to achieve the mission objectives need continuous and accurate position, attitude and velocity updates. The sensors used in an aircraft are GPS and Inertial Navigation System. The Inertial Navigation System used in aircraft navigation provides parametric information in terms of position(latitude, longitude and altitude), velocity(Velocity along north, east and vertical direction) and attitudes(Pitch, roll, yaw). INS is working based on three gyroscopes and three accelerometers. GPS works based on the satellite information of the aircraft position. The update rate of INS solutions is high but in course of time, the accuracy of the navigational solution degrades. GPS provides highly accurate position and velocity solutions but at a slow update rate. Hence standalone use of either one for obtaining navigational solution is not employed. This is a major problem in military navigation where highly accurate data with fast update rate is necessary. The solution to this problem can be obtained by designing a navigational algorithm which performs sensor data fusion using the data from INS and GPS of an aircraft by means of a Kalman Filter. In this project, a sensor data fusion algorithm for performing sensor fusion of INS and GPS using 9th order Kalman filter has been developed. An initial estimation of the navigational parameters that were needed to be corrected was taken. A process model using INS data and measurement model using GPS data is formed. Using the process model, measurement model and the Kalman filter, the errors in the INS data were corrected. The corrected navigational data thus obtained is then compared with a standard system hybrid navigational data. Keywords: INS, GPS, Kalman Filter, Estimation, Accuracy. IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 36 I. INTRODUCTION Integration of INS and GPS has been indispensable because of the inherent drawbacks of the individual system. INS has its inherent errors that gradually accumulate to finally give highly erroneous data. GPS updates at a very slower rate of about 1sec. Both the drawbacks are disadvantageous for successful military navigation. In general, an INS has a high update rate of about 20ms and GPS has high accuracy in measurement. Thus using any one of them as a standalone system hinders accurate and faster computation. Thus integration is needed. If the errors in INS are not corrected then the error will go on accumulating thereby giving a final data which will be highly erroneous and faulty. Thus the INS position and velocity data must be corrected. The main objective of the project was to improve the accuracy in measurement of a navigational system by fusing the data coming from both INS and GPS so that an integrated system through the fused data can be used in aircrafts where precise and fast computations are needed. To accomplish this objective the following steps are involved: • Design and develop the process model based on INS data • Designing the measurement model based on GPS data • Making an initial estimation based on the process model • Feeding the estimation and measured data to Kalman Filter which minimizes the error between the corrected and the actual data and provides a corrected estimate for the next state. • The processes are continued in recursion for the whole set of data to arrive at a final corrected set of data. For testing the developed sensor data fusion algorithm, it has been coded in MATLAB. A set of data relating to INS and GPS of a particular flight sortie of aircraft has been taken. The INS data and the GPS data has been fused using the algorithm to give a corrected hybrid output. The algorithm has been tested by comparing the computed hybrid data with the system hybrid data obtained from INGPS system installed on the aircraft. It has been found that the error between computed hybrid data and system hybrid data was very minimal and thereby establishing the success of the algorithm. II. ERRORS OBSERVED IN SAMPLE INS DATA As mentioned earlier, navigational data of a specific aircraft system has been taken as sample in our project. The errors in the acceleration of the INS data were observed as such. The three plots in the figure below show the INS acceleration measured by accelerometers. The plots show how much the reading of the INS is full of errors. The above plots also are erroneous. Errors in the accelerations and angular rates occur due to manufacturing error, biases etc which lead to steadily growing errors in position and velocity components of the aircraft, due to integration. These are called navigation errors and there are nine of them - three position errors, three velocity errors, two attitude errors and one heading error. If an unaided INS is used, these errors grow with time. It is for this reason that the INS is usually aided with GPS for accurate navigation solutions.
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 37 Fig.1: The Accelerometer Reading along x, y and z axis respectively with respect to time Fig. 2: The three plots above shows the turn angle rates about the three axes III. ERRORS OBSERVED IN GPS DATA Although GPS provides accurate navigational data free of errors but the GPS faces several drawbacks. Firstly, the system consists of a constellation of fixed satellites which sends signals to determine position. This takes higher computation time and thus the system has higher update rate. The data rate is about 1sec. But even faster computation is necessary for military navigation. Thus standalone GPS is not advantageous. In the system the GPS readings have been taken at t=20ms which is the sample time for the INS system. We observe staircase type graph for the parameters. This is because the update rate of GPS is much lower compared to the INS. While INS is updating at 20ms GPS is updating at 1s. Therefore, for 1s GPS keeps at data constant and data is updated after that. This is the cause of the stairs. The values are updated after 50 such samples. So for 50 updated values of INS, GPS data remains constant. At such a lower update rate we cannot get the proper navigational details. Thus GPS also cannot be efficiently used as a standalone navigation system. The figure below shows the nature of the data obtained from GPS.
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August Fig.3 3: Altitude obtained from GPS IV. WORKING PRINCIPLE OF KALMAN FILTER (2014), pp. 35-46 © IAEME – Kalman filter [3],[4],[6] estimates the state vector based on the knowledge of the measurement model as well as on the knowledge of the process model. The process noise and measurement noise are assumed to be independent of each other. The Kalman filter is a recursive algorithm which makes predictions from previous state and then updates the prediction using measurement to obtain an optimal state vector. The main objective of the Kalman Filter is to find an estimate of the n-state vector xk denoted by which is a function of all the previous states and minimizing the mean squared error between the estimated and the real value. in any system, the next state is based on the previous state and is related to it through the state transition matrix. Presence any input noise will affect the output state as well. Thus the process of the system can be modelled as: The noise is uncorrelated with respect to time and thus the covariance matr Therefore, of ix is Again, through the measurement model we can estimate a particular state at that very instant. Noise in the model will affect the measurement and thus is model thus can be formulated as: Similarly, the covariance matrix associated with objective is to make estimation such that the estimated value should be as close as possible to the actual value of the erroneous data. Practically, it is difficult to make such close estimation and thus there may be present some errors in our estimated value and th so as to bring down that error to a minimum. We denote the error covariance matrix as . The target is to minimize this error covariance matrix so that our estimation tallies with the actual data. Now, the function of a Kalman Filter is divided in two stages. The stages are: a). Updating and b). Predicting. This stages occur in recursion and in every stage the Kalman Gain 38 (equation 1) matrix associated with (equation 2) taken into account. The measurement (equation 3) is . Now the main the e actual value. So we use a technique is
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August computed and the state of the system as well as the associated Error C for every state in the recursive loop. The equations associating with this updating stage are as follows. (The superscript“-”denotes predicted state (priori state). The equations that govern the stage of predicting are: Equation shows that if is large, K be less weighted. The estimated state will be nearer to predicted state. When K term will have more weightage so the estimated state will be predicted state + weighted residual. When Rk approaches zero then measurement more trus zero then prediction is trusted more. So in every stage the Kalman Filter narrows down the error between estimated and actual data, updates the state and then predicts for the next state. This occurs in a stages available finally giving a data which will match the actual data thereby filtering out the actual data from the erroneous one. In a system, an estimate about the next state can be determined using the process model. But due to inherent error in the process model the estimated value at a particular instant will not be close to the true value at that instant. So we take another model known as the measurement model which gives measurement of some of the parameters at that particu models and corrects the estimated data. In our project, the INS serves as the process model and the GPS serves as the measurement model. V. PROCESS MODEL OBTAINED FROM INS SYSTEM • Reference Ellipsoidal Model Fig 3 (2014), pp. 35-46 © IAEME 39 Covariance Matrix is updated ”(equation 4) (equation 5) (equation 6) (equation 7) (equation 8) Kk will be small. Therefore, the term Kk is large then second trusted than prediction. When loop for the number of particular instant. The Kalman Filter optimally combines these two 3: Reference earth model – ovariance will ted approaches lar
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME Length of the semi-major axis, R= Length of the semi-minor axis, r=6356752.3142 meters Eccentricity of the Ellipsoidal Model, e=0.0818191908426 Meridian Radius of Curvature, Transverse Radius of Curvature, • Spherical Earth Model 6378137.0 meters Where normal gravity at height h=0 i.e 9.81m/s The design of the process model has been explained below. INS Position error dynamics with respect to position, velocity and attitude are : INS velocity error dynamics with respect to position, velocity and attitude are: 40 (equation 9) 2. (equation 10) (equation 11) (equation 12) (equation 13) –
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August = INS attitude error dynamics with respect Thus, converting to skew symmetric form we get, Therefore, the final process model, Where state vector, VI. MEASUREMENT MODEL Measurement model is represented as (2014), pp. 35-46 © IAEME Where represent vector measurement of state xk at time tk. The measurement matrix is represented as: 41 (equation 14) to position, velocity and attitude are: (equation 15) (equation 16) (equation 17) (equation 18) (equation 12) (equation 13) (equation 14) - GPS ERROR MODELLING (equation 15) –
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August If INS and GPS are same with the difference in measurement leading to zero then that may lead to instability of the system. To avoid the instability, first row of equation (6.15) and (6.16) is multiplied with and second row with And VII. DESIGN OF THE KALMAN FILTER AND INS, GPS INTEGRATION The F-matrix is in continuous time which is discretized as, Kalman Filter estimates next state from previous state through the Kalman equation (6.5), The (k+1)th state can be estimated according to equation (6.7) as: The corrected error covariance matrix is given as, The Kalman Gain is calculated according to equation (6.4) as: The updated error covariance matrix is given as: (2014), pp. 35-46 © IAEME 42 (equation 16) (equation 17) . Therefore, the equation becomes (equation 18) (equation 19) (equation 20) Gain according to (equation 21) (equation 22) (equation 23) (equation 24) – (24)
  • 9. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August VIII. BLOCK DIAGRAM (2014), pp. 35-46 © IAEME Fig. 4: Block Diagram of INGPS integrated circuit using Kalman Filter – The above figure shows the block diagram of the developed navigational algorithm for fusing the INS and GPS data using Kalman Filter to obtain accurate navigational solution. The INS data in terms of latitude, longitude, altitude, Vn, Ve and Vd. and the GPS data in terms of latitude, longitude, altitude, Vn, Ve and Vd are used with 9 states i.e. .latitude, longitude, altitude, Vn, Ve, Vd, roll, pitch and yaw. th order Kalman filter to compute the error rror in each of the This is done by forming the process model using the INS data and the measurement model using the GPS data. Further Kalman Filter is used for computing the erro Kalman Gain. Using the process model, measurement model and the Kalman Gain the corrected error is computed. This computed error is then added to the INS data to obtain the computed hybrid data. To analyze the performance of the dev is then compared with the system hybrid data. IX. RECURSIVE FUNCTION OF THE KALMAN FILTER r Fig. 5: Diagram of the Kalman Filter Recursive Cycle 43 error covariance matrix and developed eloped navigational algorithm, the computed hybrid data
  • 10. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME X. RESULT OBTAINED FROM SAMPLE 44 Fig. 6: Latitude and Longitude obtained from system and computation of algorithm Fig. 7: Altitude and Velocity along north axis(Vn) obtained from system and computation of algorithm Fig. 7: Velocity along lateral and vertical axis(Ve and Vd) obtained from system and computation of algorithm
  • 11. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME 45 Fig. 8: Roll and Pitch obtained from system and computation of algorithm Fig. 8: Yaw obtained from system and computation of algorithm XI. ANALYSIS Table 1: Tabular comparison of error deviation for the 3 samples of the computed data and the hybrid data PARAMETERS ERROR STANDARD DEVIATION IN SAMPLE 1 Latitude, (degree) 6.287×10-5 Longitude, μ(degree) 4.378×10-5 Altitude, h(feet) 55.3443 Velocity towards north, Vn (m/s) 3.7069 Velocity towards east, Ve (m/s) 2.6915 Velocity towards the vertical, Vd (m/s) 1.9197 Roll, (degree) 0.2849 Pitch, (degree) 0.3369 Yaw, (degree) 0.1359 Standard deviation of errors for all these parameters were in acceptable range except the altitude. The above table shows the mean error standard deviation computed using the three sample data. In altitude a constant offset was observed in the standard error deviation because of the vertical channel problem. The altitude result sows that the computed data deviates gradually from the system hybrid data. This is because the system data is making its own correction based on the correction algorithm installed where all the necessary factors have been considered, whereas, our algorithm has
  • 12. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 8, August (2014), pp. 35-46 © IAEME considered only 9 parameters. Hence although in the beginning the two data are quite similar but gradually deviation increases. Altitude errors can be corrected by introducing the vertical channel modelling where the gravitational acceleration variation with respect to altitude is corrected by introducing another observer. In some of the sample solutions noises were observed which led to the high maximum value of error. This can be further removed by introducing digital smoothers as a next module after the Kalman Filter module. 46 XII. CONCLUSION The main aim of the project was to achieve successful data fusion for improvement of INS and GPS systems. INS and GPS show their inherent disadvantages. While INS system leads to error build up at the same time GPS despite its high accuracy, update rate is low. Precision and faster computation are of utmost importance in military navigation which led to the need to fuse the INS and the GPS for obtaining accurate navigational solution using INS and GPS. The fusion has been achieved through Kalman Filter which works on the principle of estimation and update. The 9th order Kalman Filter has been used to correct the 9 navigational parameters i.e. latitude, longitude, altitude, velocities in three axes, roll, pitch and yaw subsequently by forming the process and the measurement model. Observed algorithm was very good in latitude, longitude, altitude, vn, ve, vd, roll, pitch and yaw. Further improvement can be made by introducing the accelerometer bias and gyroscope sensitivity models. Observed errors in altitude and vd can be further minimized by modelling the vertical channel. By fusion of INS and GPS thus we can aim to achieve accurate navigation which can be employed in military. Data fusion can also be used in fields of medicine, space research, economics etc where high precision data is important. XIII. ACKNOWLEDGEMENT I would like to offer my heartfelt gratitude to the Mission Combat and System Research and Design Centre Department, Hindustan Aeronautics Limited, Bangalore for their guidance and constant support for the execution of the project. XIV. REFERENCES 1. David H. Titterton and John L. Weston, Strapdown Inertial Navigation Technology - 2nd Edition(2004) The Institution of Electrical Engineers. 2. Elliott D. Kaplan and Christopher J. Hegarty, Understanding GPS Principles and Applications- 2nd Edition(2006) Artech House. 3. Mohinder S. Grewal and Angus P. Andrews, Kalman Filter Theory and Practice using MATLAB-3rd Edition(2008) John Wiley Sons, Inc. 4. Paul Zarchan Fundamentals of Kalman Filtering—A Practical Approach, 2nd Edition(2005) American Institute of Aeronautics and Astronautics, Inc. 5. Robert M. Rogers, Applied Mathematics in Integration Navigation System- 2nd Edition(2003) AIAA Education Series. 6. Eun-Hwan Shin, Accuracy Improvement of Low Cost INS/GPS for Land Applications(2001) UCGE Reports. 7. Deepeshnamdev, Monika Mehra, Prerna Sahariya, Rajeshwaree Parashar and Shikha Singhal, “Navigation System by using GIS and GPS”, International Journal of Electronics and Communication Engineering Technology (IJECET), Volume 4, Issue 3, 2013, pp. 232 - 243, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.