Masterarbeit, 2006
101 Seiten, Note: 1.3
Geowissenschaften / Geographie - Kartographie, Geodäsie, Geoinformationswissenschaften
1 Introduction
1-1 Background
1-2 Objectives
1-3 Methodology
2 GOCA
2-1 Introduction
2-2 GOCA components
2-2-1 Hardware control software
2-2-2 Deformation analysis software
2-3 GOCA deformation analysis mathematical models
2-3-1 GOCA first adjustment step
2-3-2 GOCA second adjustment step
2-3-3 GOCA third step
3 Kalman filter
3-1 Kalman Filter
3-2 Principle of Kalman Filter
3-3 Deformation modeling
3-4 Kalman filter Adjustment
3-4-1 L2-Norm Adjustment
3-4-2 L1-Norm Adjustment
3-5 Estimation of system noise
3-6 Estimation of acceleration
3-7 Gross error detection
3-7-1 Global test
3-7-2 Redundancy number
3-7-3 Local test
3-8 Adjusted State vector testing
3-9 Forecasting
3-10 Data Sampling
4 Programming
4-1 Introduction
4-2 GKA-create program
4-3 Kalman filter (MATLAB7)
4-4 C++ Kalman filter DLL project
4-5 Output files formats
5 Kalman filter testing
5-1 Introduction
5-2 Standard displacement data test (containing no random errors)
5-3 Standard moving data (Containing random errors)
5-4 DSK-Halle project
5-5 LS-data (Inclinometer)
5-6 SchachtVI project
5-7 Blunders test
6 Kalman filter documentation
6-1 Introduction
6-2 Kalman filter settings
6-3 The settings window
6-4 Visualization of displacement, velocity and acceleration
6-5 Alarm detection via Kalmanfilter
6-6 Setting for the Alarm Module
7 Discussions and Conclusions
Appendix-A using GKA-create program
A-1 Introduction
A-2 Running GKA-create program
A-3 creating a GKA-file
A-3-1 defining the GKA-file parameters
A-3-2 defining the object and stable points
Appendix B Local sensor data
B-1 Introduction
B-2 LS GKA-file format
B-3 Converting LS GKA-files to FIN-files
Appendix C Probability Calculation
C-1 Introduction
C-2 Probability distribution function
C-3 Standard normal distribution function
C-4 Polynomial representation of the standard normal Distribution function
C-5 Significance probability
C-6 Critical value probability
The research focuses on the further development of the GOCA Kalman-filtering DLL to enhance real-time deformation monitoring by including velocity and acceleration estimation, state vector forecasting, and probability-based alarm generation using both L1- and L2-norm adjustment techniques.
3-3 Deformation modeling
In the GOCA-we are interested in monitoring the motion of point with time. The main parameter is the deformation represented by the vector of displacement u, which can be estimated in different models (linear, parabola, sine, cosine, .etc). But with Kalman filter the deformation not only can be estimated but also predicted, and we can predict the velocity u and acceleration u of point deformation with time. [Eichhorn, 2005]
The displacement function u = u(t) can be extended as Taylor series, developed at time (t - 1) with respect to the progress ∆t .[Jäger,2004]:
u(t) = u(t-1)+ 1/1! * u̇(t-1)∆t + 1/2! * ü(t-1)∆t^2 + 1/3! * u⃛(t-1)∆t^3 + .........
where: ∆t = t_k - t_{k-1}
Equation .5 up to the 2nd order term can be used for the prediction function in Eq.2, which can be written in a matrix form:
x_k = Φ_{k-1,k} x_{k-1}
1 Introduction: Overview of the GOCA system project, its research objectives, and the methodology applied throughout the thesis.
2 GOCA: Description of the GPS/GNSS-based Online Control and Alarm system, its hardware components, software packages, and the fundamental mathematical models for three-step sequential adjustment.
3 Kalman filter: Theoretical derivation of the Kalman filter for deformation modeling, including adjustment techniques (L1/L2), noise estimation, and forecasting algorithms.
4 Programming: Documentation of the software implementation, covering the MATLAB creators, C++ DLL architecture, and output file formats.
5 Kalman filter testing: Empirical validation of the developed models using synthetic data and real-world project data from DSK-Halle and inclinometer sensors.
6 Kalman filter documentation: User guide for the Kalman filter module in GOCA, focusing on settings, visualization, and alarm detection settings.
7 Discussions and Conclusions: Final synthesis of findings regarding the efficiency of L1-norm estimation and the importance of sampling intervals for result smoothing.
Kalman filter, GOCA, Deformation Monitoring, L1-norm, L2-norm, Displacement, Velocity, Acceleration, Forecasting, Robust Estimation, DLL, MATLAB, GNSS, Geomatics, System Noise
The primary objective is the further development of the existing GOCA Kalman-filtering DLL, specifically integrating velocity and acceleration monitoring, forecasting capabilities, and advanced alarm visualization based on probability states.
The study compares the classical least squares adjustment (L2-norm) with robust estimation techniques (L1-norm) to evaluate their effectiveness in handling blunders and random errors in deformation monitoring data.
The filter is realized as a MATLAB m-file, which is then compiled into a dynamic link library (DLL) using a C++ compiler for seamless integration into the GOCA software architecture.
The GKA-create program is a utility developed within the thesis that allows users to generate synthetic deformation data (GKA-files) with defined movement functions to test and validate the Kalman filter's performance.
The study found that choosing appropriate sampling intervals (dj and di) is crucial; specifically, larger time intervals between filtering steps generally result in smoother and more readable output curves.
Blunder detection is managed through the use of L1-norm estimation, which demonstrates superior robustness in identifying and eliminating the influence of sudden large errors compared to L2-norm estimation.
The DLL was extended to calculate the expected displacement, velocity, and acceleration for future time steps and to compute the specific time at which these state vector components are predicted to exceed defined critical values.
Alarm probabilities are computed based on the state vector components relative to user-defined critical values, allowing the system to trigger automated alerts when deformation exceeds safety thresholds.
Der GRIN Verlag hat sich seit 1998 auf die Veröffentlichung akademischer eBooks und Bücher spezialisiert. Der GRIN Verlag steht damit als erstes Unternehmen für User Generated Quality Content. Die Verlagsseiten GRIN.com, Hausarbeiten.de und Diplomarbeiten24 bieten für Hochschullehrer, Absolventen und Studenten die ideale Plattform, wissenschaftliche Texte wie Hausarbeiten, Referate, Bachelorarbeiten, Masterarbeiten, Diplomarbeiten, Dissertationen und wissenschaftliche Aufsätze einem breiten Publikum zu präsentieren.
Kostenfreie Veröffentlichung: Hausarbeit, Bachelorarbeit, Diplomarbeit, Dissertation, Masterarbeit, Interpretation oder Referat jetzt veröffentlichen!

