SlideShare a Scribd company logo
1 of 13
Download to read offline
Computer Engineering and Intelligent Systems                                                              www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012




      A Real-time Filtering Method of Positioning Data with Moving
                           Window Mechanism
                                                 Ha YoonSong*    Han-gyoo Kim
             Department of Computer Engineering, Hongik University, Sangsu-dong, Seoul 121-791, Korea
                                 * E-mail of the corresponding author: hgkim@hongik.ac.kr
Abstract
Nowadays, advanced mobile devices can obtain current position with the help of positioning data systems such as
GPS, GLONASS, Galileo, and so on. However, positioning data sets usually have erroneous data for various reasons,
mainly due to the environmental issues as well as inherent systematical issues. While doing research related to
positioning data sets, authors experienced quite a large number of erroneous positioning data using Apple iPhone or
Samsung Galaxy devices, and thus need to filter evident errors. In this paper, we will suggest relatively simple, but
efficient filtering method based on statistical approach. From the user’s mobile positioning data in a form of <
latitude; longitude; time > obtained by mobile devices, we can calculate user’s speed and acceleration. From the idea
of sliding window (moving window), we can calculate statistical parameters from speed and acceleration of user
position data and thus filtering can be made with controllable parameters. We expect that the simplicity of our
algorithm can be applied on portable mobile device with low computation power. For the possible enhancement of
our method, we will focus on the construction of more precise window for better filtering. A backtracking
interpolation was added in order to replace erroneous data with proper estimations in order to have more precise
estimation of moving window. We also proposed this filtering algorithm with interpolation as a basis of future
investigation in the section of conclusion and future research.
Keywords: Human Mobility, Error Filtering, Positioning Data, Moving Window, Sliding Window


1. Introduction
The recent advances of mobile devices enable various location based services over human mobility, especially the
introduction of smart phone with GPS or other positioning equipment. The application of positioning system can be
easily found in various mobile devices as shown in (Enescu 2008) including educational field as shown in (Tsing
2009). However these positioning data sometimes have position errors according to the operational environment. In
such cases, many of applications require filtering of such erroneous positioning data. As we experienced by our
experiments, more than 12% of positioning data were erroneous by use of smart phones. This basic experiment was
done by use of smart phone app over Samsung Galaxy Tab which internally uses the position of cellular base station,
over portable GPS device (Garmin), and Apple iPhone 3GS with iOS5 which uses combination of crowd sourced
WIFI positioning, cellular networks, and GPS (iOS 5). More precise result can be found in Kim and Song (Kim, H
2011) along with researches on human mobility model. Another research field of complex system physics showed
that up to 93% of human mobility can be predicted since peoples avoid the random selection of next destination
instead selects their place frequented and their route frequented (Gonzales 2008). The sets of positioning data will be
a basis for human mobility model construction as shown in (Kim, W 2011). In this paper, we will propose a filtering
technique which filters erroneous positioning data with the use of moving window approach. Section 2 shows our
idea using moving window with pre-experiments for algorithm set-up. Section 3 shows filtering algorithm and its
detailed description. Section 4 shows our consideration on user controllable parameters for experiment design and
shows our experimental results. We will conclude and discuss about our future research in section5.


2. Backgrounds
2.1 Idea on Moving Window
Collected user position in a form of <latitude; longitude; time > composes a set of user mobile trace and adding an
identification parameter to the tuple will represent user’s mobility data set. We call one tuple at time t as Pt, and

                                                            20
Computer Engineering and Intelligent Systems                                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



latitude of Pt as latt, longitude of Pt as lont. From two consecutive position data tuples, we can calculate the distance
Di moved at time Pi with < lati; loni > and < lati-1; loni-1 > according Vincenty’s formula (Vincentry 1975). Of course,
from the two consecutive distance, we can calculate speed at time of Pi, Vi, and acceleration at time of Pi, ai.
Therefore a tuple Pt has a core form of < t; latt; lont;Dt; Vt; at > with possible auxiliary attributes.
Based on the speed values on actual position data set, we find a glitch on a series of speed such as 600m/sec, which
are meaningless for usual lifetime environment. Thus we investigated maximum possible speed values of usual
human mobility as shown in table 1. We define max speed MAXspeed as 250m/sec. In addition, those maximum values
cannot be reached instantly, i.e. the acceleration cannot be made abruptly. In addition to the MAXspeed, MAXacceleration
can be defined.
For the next step we introduced the idea of moving average and moving standard deviation of speed. We define the
moving average of speed at current time t, MAspeed(n) where n stands for the number of past data of {Px : t – n + 1 ≤
x ≤ t}. Similarly, we can define the moving standard deviation at time t, MSDspeed(n) where n stands for the number
of past data. Here, n is referred as window size by most of researchers. Once we obtain a new tuple Pt, then we can
determine whether Vt is in the usual range of human mobility, and for the at, the same can be applicable. Once Vt is
out of range for the normal distribution with average of MAspeed(n) and standard deviation of MSDspeed(n) we can
discard Pt and this tuple will be filtered out from the series of human trace. The condition of filtering out Pt is:
                                   Vt   >      MAspeed(n) + s x MSDspeed(n)             (1)
where s stands for the sensitivity level of filtering and it is user controllable parameters. Otherwise, we can include
the tuple Pt to the series as a valid positioning data, and thus can recalculate MAspeed(n) and MSDspeed(n). Note that
this calculation can be made in real-time, and we intentionally introduced this approach because it requires relatively
simple calculation. In other words, this algorithm can be executed on a device with low computing power such as
smart phones or similar mobile devices. Our previous research includes similar work with more complicated
statistical theory (Kim 2011), however it is not likely to be introduced for real time environment. Other examples of
moving window based applications can be found in (Ucenic 2006) and (Wettayaprasit 2007).


2.2 Pre-experiments on Window Size
We will conduct experiments to see the effect of window size. For this experiment, we used a set of positioning data
over the area of Seoul, Korea collected during more than 20 days. Note that these data are voluntarily collected by
the authors of this paper using iPhone 3GS with positioning data collection app. We will call it iPhone data set. The
app records position data whenever it senses the location change of iPhone or for every user-defined interval (3 to 60
seconds) if the iPhone is in immobile state. We can draw the positioning data set on geographical map with various
techniques. Among the various techniques, we choose Google map (Google) for visualization of positioning data set.
The visualization of raw data sets is shown in Figure 1 and contains erroneous data. One of the notable phenomenon
is that iOS5 sometimes give simultaneous report of position data from three different schemes. Our guess is that
cellular base station locations, crowd source WIFI positioning, and GPS sometimes reports different positioning data
at the same time. In case we meet multiple position values at the same time, the position data with smallest speed
value was the correct one empirically. Therefore the first stage of filtering is trivially to choose the position data with
the smallest distance to previous position among multiple position data of the same time. In addition, data sets are
composed of several set of discontinued data, for example, position data collection was unable on the subway train or
there was no need to collect data in the home bed. While traveling by subway train, only at the stations was it
possible to collect positioning data.
In order to determine n, we must be more considerate. With varying size of n with the algorithm over data set, we
made several set of experiments. We can expect that large windows size cannot react to the situation of rapid speed
change while it is useful in stable, immobile states, successfully coping with continuous errors. On the contrary small
n will show rapid reaction to abrupt speed change for mobile states which maybe is considered to include continuous
error tuples. For example, once we met m continuous errors we cannot filter out such errors if m > n. In order to
figure out our conjecture, we make experiments on window size upon the iPhone data set. We calculated moving
average and moving standard deviation over various window sizes such as 5, 10, 25, 50, and 100. Figure 2 shows the


                                                                 21
Computer Engineering and Intelligent Systems                                                                 www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



result of our simple experiment. It is clear that larger window size is dull. Once we met very large speed value, large
window size tails the effect of large error speed thus leads to under-filtering of erroneous data. In case of window
size with 100 or 50, we can clearly see the tailing effect on figure 2. On the contrary, small window size is sensitive
and rapidly reacts on speed change while it over-filters correct data especially at the starting phase of speed change.
We experienced two or more plausible tuples were discarded by the small window size while they look like correct
speed data with window size 5 or 10. This phenomenon implies that we must introduce the throttling mechanism to
moving window in order to avoid tailing effect of window size.


2.3 Pre-experiments on Positioning Data Error
We also conducted a basic test as our base experiment to check the positioning data accuracy as we mentioned in
section 1. We fix positioning devices both outside area and inside the building, and collected positioning data for
several hours without moving any device. The first positioning device is Garmin GPSMAP62s (Garmin) for pure
GPS data collection. The second positioning device is Samsung Galaxy Tab to obtain positioning data from its
connected 3G base stations (3GBS). We guess Galaxy tab will show more error in both situations and both of the
data set from GPS and 3GBS shows positioning error, especially inside the building. The result of this basic
experiment is listed in table 2.
The variance in position data is regarded as errors and distance of error can be calculated form the position data. As
we guessed, 3GBS shows larger error rate, larger error in distance, larger maximum error distance, and bigger
standard deviation in error distance. Due to the producer’s policy of Garmin GPSMAP62s, which estimates the
user’s location upon past velocity while it lost the GPS signal, it shows drastic error value inside the building. Thus
we think the GPS inside a building cannot be a meaningful data. GPS data from outside area is very accurate enough
for precise localization and even the maximum error distance is in a reasonable range of 52 meters.


3. Filtering Algorithm
According to the considerations in section 2, we build an algorithm for erroneous positioning data filtering as shown
in algorithm 1. With the new acquisition of new position data Pi+1, this algorithm can determine whether Pi+1 be
filtered out or not. In practice, we must consider several situations:
     Initial construction of Moving Window: in case there are less than n tuples, we cannot construct complete
     moving average and moving standard deviation. Instead, we have to have incomplete window with less number
     of data: lines 2 to 5 in algorithm 1.
     Both acceleration and speed are considered as throttling parameters even though they have difference in filtering
     details. Positioning data tuple with out of range speed or with unreasonable acceleration will be filtered out: lines
     6 to 8 in algorithm 1.
     Once the speed of a tuple is too big, which can affect the MA and MSD values and leads to filtering error as
     expansion of confidence interval which leads to erroneous filter-in of to-be-filtered tuple, we will calibrate the
     speed value with MAspeed(n) + 2.57ⅹMSDspeed in order to include possibly rapid change of speed and to avoid
     erroneous expansion of confidence interval: lines 9 to 11 in algorithm 1. The value s = 2.57 stands for 99.5%
     confidence interval of normal distribution. This is throttling which reduces the effect of erroneous speed to
     moving window: s99:5 in lines 9 and 10 of algorithm 1.
     Window Construction: Even though a tuple be filtered out, we will include the speed of the tuple unless it is out
     of 99.5% confidence interval of normal distribution. It is intended to update moving window in order to cope
     with rapid change of speed, i.e. a tuple can be filtered out with rapid change of speed while it is a genuine one. In
     such cases, even though the tuple was filtered, moving window can reflect the change of speed for the next
     incoming tuples: line 10 in algorithm 1.
     Small speed less than 2.77m/s (10Km/h) will not be filtered since it is always possible for a human ambulation
     within this small speed, and it is also in GPS error range: MINvelocity line 9 in algorithm 1.
     Tuples with unreal acceleration must be filtered. As reported in (List), 10.8m/s2 is the current biggest value for
     sport-cars: MAXacceleration as line 12 in algorithm 1.


                                                           22
Computer Engineering and Intelligent Systems                                                                     www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



     Once a tuple be filtered out due to excessive acceleration, the tuple must be filtered, the acceleration value of the
     tuple is forced to set as MAXacceleration, and the speed value is forced to set as MAspeed(n) to nullify the effect of
     unreal speed value: lines 12 to 16 in algorithm 1.
     Tuples with positive acceleration values more than MAXacceleration will be regarded as errors while positioning
     data tuples with negative acceleration values will not be regarded as errors since it is always possible for a
     vehicle to stop emergently with large negative acceleration.
              Algorithm 1. Moving Window Filtering at real-time t
              Require: P0 .        ▷At least one initial tuple is required
              Require: window size n
              Require: user sensitivity level s
              Ensure: Check validness of new position tuple
              Ensure: Calibrated series of tuple { Pi : t ≥ i > 0} for t inputs
              Require: i=0
                1: repeat Get Pi+1 . ▷Acquisition of new tuple, if exist
                2: Construct MAspeed(n) with {Px : max(i-n +1, 0) ≤ x ≤ i }
                3: Construct MSDspeed(n) with : {Px : max(i - n +1, 0) ≤ x ≤ i }
                4: Set MAspeed = MAspeed(n)
                5: Set MSDspeed = MSDspeed(n) ▷Moving Window Construction
                6: if (Vi+1 > MAspeed + sⅹMSDspeed) OR (ai+1 ≥ MAXacceleration), then ▷Filtering
                7: Mark Pi+1 as filtered.
                8: end if
                9: if (Vi+1 ≥ MAspeed + s99:5 ⅹ MSDspeed) AND (Vi+1 > MINvelocity), then ▷Calibration of Speed
                10: Set Vi+1 = MAspeed + s99:5 ⅹ MSDspeed
                11: end if
                12: if ai+1 ≥ MAXacceleration, then ▷Restriction by Maximum Acceleration
                13: Mark Pi+1 as filtered
                14: Set Vi+1 = MAspeed
                15: Set ai+1 = MAXacceleration
                16: end if
                17: Set i = i + 1
                18: until Exist no more input of positioning tuple


4. Experiments


4.1 Experiment Design
For the algorithm from section 3, we left two parameters unspecified: n as a number of tuples in the window and s as
a sensitivity level of filtering. Both of the parameters can be specified by user of this algorithm. The user sensitivity
level s has relatively simple to determine. From the properties of normal distribution, we can obtain s with proper
confidence interval. Since we use only the positive part of normal distribution for filtering, we can set s = 1:64 for
confidence interval of 95% and s = 2:33 for confidence level of 99%. Users can determine s as their own purpose.
For example, we choose the sensitivity level s as follows. Table 2 shows a typical error rate for position data
collecting when the device is immobile. For GPS case, 12.3% data was erroneous and for 3GBS cellular positioning
system, 36.75% of data has errors. So we can choose s = 1.16 for GPS data or s = 0.34 for cellular positioning data in
our experiment.

4.2 Reconsideration of Window Size
We already discussed the effect of window size in section 2. Due to the trailing effect of large window, we may
choose smaller window. However, algorithm 1 calibrates incorrect speed values. As well, abnormal acceleration
values are restricted and the speed value will be replaced by average speed of moving window. With this calibration
mechanism, we need to see the effect of window size again. Figure 3 shows the effect of window size under our

                                                                 23
Computer Engineering and Intelligent Systems                                                               www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



calibration mechanism. The x-axis stands for wall clock time on 11th of November, 2011. We choose window size n
= 5, 10, 25, 50, 100 and sensitivity level s = 1.16 which stands that 88% of positioning data are regarded as correct
ones. Even though the trailing effect is restricted, smaller windows show more flexible reaction according to speed
change. Thus window size of 5 or 10 is better choice.
One more consideration is the effect of consecutive errors. Even if we have throttling mechanism of speed,
consecutive errors will have to effect on the moving average and moving standard deviation, and thus leads
confusion to our filtering algorithm. We experienced up to four consecutive errors in real positioning data set and
thus concluded that n = 5 is deficient for our experimental environment while n = 10 will cover consecutive errors
and will reduce the tailing effect of larger window size. Thus our final choice of window size for our main
experiment is 10. Of course, once we experienced more number of consecutive errors, we choose proper window
size or dynamically increase the size of window as we will see in section 5.
Figure 4 shows the progression of filtering algorithm. The same positioning data set as in figure 3 was chosen for fair
combination. The x-axis stands for wall clock time on 11th of November, 2011. For figure 4, window size is n = 10
and sensitivity level s = 1.16 which stands that 88% of positioning data are regarded as correct ones. Thin black solid
line shows the change of real speed in m/s and thin gray dashed line shows calibrated speed by our filtering
algorithm. Calibrated speed usually overlapped with speed while it shows calibration once a tuple be filtered by
filtering algorithm. Dotted line shows the values of acceleration.
Thick black solid line denotes the coverage (acceptance range of speed) of moving window with n = 10. Note that
the moving window shown in the figure is based on calibrated speed values. It reacts rapidly with the change of
speed while successfully filters erroneous tuples. Double dotted line shows the coverage of moving windows without
speed calibration (raw coverage). Comparing calibrated coverage and raw coverage, the effect of speed calibration or
limitation is clear. Speed calibration in our algorithm successfully suppresses the trail of moving window due to
gigantic speed errors. Thus moving window composed of calibrated speeds successfully eliminates the effect of
speed errors and keeps proper estimation of positioning tuple values.
Figure 5 shows the progression of filtering algorithm similar to figure 4. For figure 5, sensitivity level s = 0.34 and
every other conditions is the same.


4.3 Filtering Results
For the final representation of our filtering experiment, we will use two kinds of representation.
First, we conduct the filtering over our whole positioning data set and represent the filtering result on real map. The
visualization is also done with Google maps (Google). Figure 6 shows the filtering result of n = 10 and s = 0.34.
Figure 7 shows the filtering result of 88% confidence interval for n = 10. The collector of positioning data set cannot
find errors in this figure while it contains more data for positioning than the result shown in figure 6. Therefore, we
can conclude that proper selection of window size and sensitivity level will leads to adequate filtering results.
Second, we conduct the filtering on the combinations of window size and sensitivity level over the whole positioning
data set. Table 3 shows the percentage of filtered-out tuples in each combination of parameters. Users of our
algorithm may choose windows size and sensitivity level according to table 3 for their own environment.


5. Conclusion
In this research we build algorithm for erroneous position data filtering and experienced the combinational effect of
window size and sensitivity level. A real set of positioning data collected by author is used for algorithm verification
and we found successful filtering results in general. Several parameters of the algorithm must be defined by user
such as window size, sensitivity level, maximum speed and maximum acceleration. Even it is possible for a user can
change constant parameters of the algorithm such as MAXacceleration, s99.5 (maximum sensitivity level) and MINvelocity
(minimum threshold of speed for filtering) of the algorithm.
While investigating filtering process one by one, we find several minute frailties of our algorithm. The first one is
that out algorithm cannot work at the starting phase of data collection because at the stage of initial window

                                                          24
Computer Engineering and Intelligent Systems                                                             www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



construction there were not enough tuples to fill the whole window. We think it is a compulsory demerit for every
approach based on moving window.
The second problem is a tendency of over-filtering and under-filtering. The arrival of new tuple with rapid increase
of speed will be filtered out regardless of its correctness. This tendency is clear when we have a large window size
since large window cannot react fast enough to catch the rapid change of speed. In compensation, we include the
velocity of filtered tuple to preserve the coverage of window in order to cope with speed change unless the change of
speed is out of 99% of confidence interval of normal distribution. In case the velocity is out of 99% confidence
interval, we calibrate the velocity for the future construction of moving window. As we noticed in Figure 3 the
tendency of under-filtering is clear with larger window size.
With smaller windows we cannot filter if number of consecutive errors is bigger than window size. As we
experienced four consecutive errors in our data, we think n = 10 is better choice than n = 5. Another benefit of small
window size is a small computation time and small memory capacity for moving window construction so that this
algorithm can work on mobile devices with low computational power in real time.
We must express several sorts of further considerations. The first one is consideration on windows size. We can
express window size as the time duration instead of number of tuples in a window. This will be effective once we
regularly collect position data and somewhat accurate since speed is a function of time. Another thought on window
size is dynamic calibration of windows size. We can increase or decrease the window size dynamically according to
the number of consecutive errors. Once we found larger number of consecutive errors we can increase window size
in order to minimize the effect of consecutive errors to moving average and moving standard deviation. If we have
smaller number of consecutive errors, we can decrease the window size so that we achieve more proactive reaction
of rapid speed change and less computation for filtering.
The second one is pseudo real time algorithm rather than real time one as algorithm 1. For a window size n, we can
decide filtering of n-th tuple in a window instead of filtering (n+1)th tuple in the window. Even though it cannot be
used in real time, this approach can reduce the tendency of under-filtering and over-filtering. Another idea of
algorithm enhancement is an introduction of interpolation. Algorithm 2 has extra operation for interpolation rather
than algorithm 1. Here, we add extra stages to the algorithm for better approximation of moving window statistics.
Upon the arrival of new tuple, we would replace the velocity of the last tuple in existing window with linearly
interpolated value once the last tuple in the window found marked. This interpolation will give more precise
approximation of moving window for filtering purpose: lines 17 to 20 in algorithm 2. In other words, we can
interpolate the marked last tuple in a window whenever a new tuple is obtained by the latest part of algorithm 2.
Another variance of moving window construction with more precise approximation is to interpolate n-th tuple with n
tuples in a window. For better estimation, interpolating the middle tuple in a window using asymptotic curve
estimated from n tuples will enable more precise interpolation. However it could introduce computational overhead
so that the application of the algorithm to mobile device be difficult. We consider these enhancements of filtering
algorithm as our next research. We will see the effect of speed interpolation to the filtering accuracy.


              Algorithm 2. Moving Window Construction with Interpolation
              Require: P0 . ▷At least one initial tuple is required
              Require: window size n
              Require: user sensitivity level s
              Ensure: Check validness of new position tuple
              Ensure: Calibrated series of tuple {Pi : t ≥ i > 0}for t inputs
              Require: i=0
               1: repeat Get Pi+1 . ▷Acquisition of new tuple, if exist
               2: Construct MAspeed(n) with {Px : max(i-n+1,0) ≤ x ≤ i}
               3: Construct MSDspeed(n) with {Px : max(i-n +1,0) ≤x≤ i}
               4: Set MAspeed = MAspeed(n)
               5: Set MSDspeed = MSDspeed(n)      ▷Moving Window Construction
               6: if (Vi+1 > MAspeed + sⅹMSDspeed) OR (ai+1 ≥MAXacceleration),then ▷Filtering
               7: Mark Pi+1 as filtered
               8: end if


                                                                 25
Computer Engineering and Intelligent Systems                                                                              www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



               9: if (Vi+1 ≥ MAspeed + s99.5ⅹMSDspeed) AND(Vi+1 > MINvelocity) then ▷Calibration of Speed
               10: Set Vi+1 = MAspeed + s99.5 ⅹMSDspeed
               11: end if
               12: if ai+1 ≥MAXacceleration,then ▷Restriction by Maximum Acceleration
               13: Mark Pi+1 as filtered
               14: Set Vi+1 = MAspeed
               15: Set ai+1 = MAXacceleration
               16: end if
               17: if (Pi marked as filtered),then ▷Linear Interpolation
               18: Set Vi = (Vi+1-Vi-1)ⅹ(ti-ti-1) /(ti+1-ti-1)+ Vi-1
               19: Mark Pi as interpolated
               20: end if
               21: Set i = i + 1
               22: until Exist no more input of positioning tuple
Finally, we need to investigate the effect of probability distribution for filtering. In general, normal distribution is a
usual candidate for various sources of errors and filtering. However, a research showed that human mobility pattern
is in a heavy tailed distribution such as Levy Walk (Gonzales 2008). We therefore see the effect of Levy Walk for
filtering since the distribution of positioning data is likely to be in a Levy Walk form.


References
Enescu, N., Mancas, D., and Manole, E. (2008), “Locating GPS Coordinates on PDA,” 8th WSEAS International
Conference on APPLIED INFORMATICS AND COMMUNICATIONS (AIC08), Rhodes, Greece, August 20-22,
470-474.
Tsing, T., and Sandoval, F. (2009), “Initiation to GPS localization and navigation using a small-scale model electric
car: An illustration of learning by project for graduated students,” Proceedings of the 8th WSEAS International
Conference on EDUCATION and EDUCATIONAL TECHNOLOGY, 21-26.
Garmin GPSMAP62s, Available: https://buy.garmin.com/shop/shop.do?pID=63801
iOS 5: “Understanding Location Services,” Available: http://support.apple.com/kb/ht4995
Kim, H., Song, H., (2011), “Life Mobility of A Student: From Position Data to Human Mobility Model through
Expectation Maximization Clustering,” Communications in Computer and Information Science, Volume 263, pp.
88-97.
Gonzalez, M.C., Hidalgo, A., and Barabasi, A., (2008) “Understanding individual human mobility patterns,” Nature,
vol. 453, pp.779-782.
Vincenty, T., (1975), “Direct and Inverse Solutions of Geodesics on the ellipsoid with Application of Nested
Equations,” Survey Review, Volume 23,Number 176, pp. 88-93(6).
Kim., W., and Song, H., (2011), “Optimization Conditions of OCSVM for Erroneous GPS Data Filtering,”
Communications in Computer and Information Science, Volume 263, pp. 62-70.
Ucenic, C., and George, A., (2006) “A Neuro-fuzzy Approach to Forecast the Electricity Demand,” Proceedings of
the 2006 IASME/WSEAS International Conference on Energy & Environmental Systems, Chalkida, Greece,
pp.299-304.
Wettayaprasit, W., Laosen, N., and Chevakidagarn, S., (2007) “Data Filtering Technique for Neural Networks
Forecasting,” Proceedings of the 7th WSEAS International Conference on Simulation, Modelling and Optimization,
Beijing, China, pp.225-230.
Google Maps API, Available: https://developers.google.com/maps/
List of fastest production cars by acceleration, Available:http://en.wikipedia.org/wiki/LisP_of_fastesP_
cars_by_acceleration


Ha Yoon Song received his B.S. degree in Computer Science and Statistics in 1991 and received his M.S.degree in Computer Science in 1993,

                                                                  26
Computer Engineering and Intelligent Systems                                                                                      www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



both from Seoul National University, Seoul, Korea. He received Ph.D. degree in Computer Science from University of California at Los Angeles,
USA in 2001. From 2001 he has worked at Department of Computer Engineering, Hongik University, Seoul, Korea and is now associate professor.
In his sabbatical year 2009, he worked at Institute of Computer Technology, Vienna University of Technology, Austria as a visiting scholar. Prof.
Song’s research interests are in the areas of mobile computing, performance analysis, complex system simulation and human mobility modeling.

Han-gyoo Kim received his B.S. degree in 1981 from Seoul National University. He received Ph.D. degree in Computer Science from
University of California at Berkeley in 1994. He is now Associate Professor in Department of Computer Engineering, Hongik University, Seoul,
Korea. He has led a number of national researches in Korea since 1994. His research areas include networked system, network storage, and cloud
computing.




                                               Figure 1. A Trail of Positioning Data Set




                                             Figure 2. Effects of Different Window Size


                                                                      27
Computer Engineering and Intelligent Systems                                                           www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012




                      Figure 3. Effects of Different Window Size with s = 1.16 and Calibrated Speeds




                                    Figure 4. Filtering Investigation with s=1.16 and n=10




                                                             28
Computer Engineering and Intelligent Systems                                                                www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012




                                    Figure 5. Filtering Investigation with s=0.34 and n=10




              Figure 6. Trail of Filtered Positioning Data with n=10 and s=0.34 (63% confidence interval)




                                                             29
Computer Engineering and Intelligent Systems                                                                www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012




              Figure 7. Trail of Filtered Positioning Data with n=10 and s=1.16 (88% confidence interval)


                                      Table 1. Maximum speed of transportation methods


                                        Transportation Methods        Maximum Speed m/s
                                               Ambulation                                  3.00
                                                Bicycle                                   33.33
                                               Automobile                                 92.78
                                               Sports-Car                             244.44
                                           High-speed Train                           159.67
                                                Airplane                              528.00




                                                                 30
Computer Engineering and Intelligent Systems                                                                              www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.7, 2012



                                 Table 2. Typical Errors in Positioning Data Acquisition (unit: meters)


                                                 3G Base Station                                   GPS

         Inside a Building                n(Data Point)                   893            n(Data Point)           2186
                                         n(Error Point)                   434           n(Error Point)              939
                                           Error Rate                   48.6%             Error Rate         483.0%
                                          E[Error Dist]               52.5530m           E[Error Dist]      43.5506m
                                      Max(Error Dist)                156.7578m          Max(Error Dist)    10769.72m

                                            σErrorDist                32.6859m              σErrorDist     370.6034m
         Outside             a            n(Data Point)                   331             n(Data Point)         1690
         Building                        n(Error Point)                   122             n(Error Point)            208
                                           Error Rate                   36.9%               Error Rate         12.3%
                                          E[Error Dist]               52.6618m            E[Error Dist]     4.4498m
                                      Max(Error Dist)                206.3526m           Max(Error Dist)    1.7789m

                                            σErrorDist                23.5953m               σErrorDist     7.1696m


                         Table 3. Ratio (%) of Filtered-out Tuples with respect to Sensitivity Level


                       Size of Sliding Window             s = 0.34          s = 1.16         s = 1.64      s = 2.33
                                     5                     42.20                29.07          24.06        19.31
                                     10                    38.67                24.10          18.81        14.31
                                     25                    37.37                21.43          16.07        11.85
                                     50                    37.71                20.54          15.23        11.07
                                    100                    37.05                20.03          14.90        10.65




                                                                           31
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

More Related Content

What's hot

Vehicle detection using background subtraction and clustering algorithms
Vehicle detection using background subtraction and clustering algorithmsVehicle detection using background subtraction and clustering algorithms
Vehicle detection using background subtraction and clustering algorithmsTELKOMNIKA JOURNAL
 
Enhanced target tracking based on mean shift
Enhanced target tracking based on mean shiftEnhanced target tracking based on mean shift
Enhanced target tracking based on mean shifteSAT Publishing House
 
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITY
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITYA STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITY
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITYZac Darcy
 
Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...ijscai
 
Three Dimensional Chaotic System for Color Image Scrambling Algorithm
Three Dimensional Chaotic System for Color Image Scrambling AlgorithmThree Dimensional Chaotic System for Color Image Scrambling Algorithm
Three Dimensional Chaotic System for Color Image Scrambling AlgorithmIJCSIS Research Publications
 
Steganography based on random pixel selection for efficient data hiding 2
Steganography based on random pixel selection for efficient data hiding 2Steganography based on random pixel selection for efficient data hiding 2
Steganography based on random pixel selection for efficient data hiding 2IAEME Publication
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionIRJET Journal
 
Balancing Compression and Encryption of Satellite Imagery
Balancing Compression and Encryption of Satellite Imagery Balancing Compression and Encryption of Satellite Imagery
Balancing Compression and Encryption of Satellite Imagery IJECEIAES
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...journalBEEI
 
Face recognition using gaussian mixture model &amp; artificial neural network
Face recognition using gaussian mixture model &amp; artificial neural networkFace recognition using gaussian mixture model &amp; artificial neural network
Face recognition using gaussian mixture model &amp; artificial neural networkeSAT Journals
 
Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...journalBEEI
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...ijsrd.com
 
Design and development of DrawBot using image processing
Design and development of DrawBot using image processing Design and development of DrawBot using image processing
Design and development of DrawBot using image processing IJECEIAES
 
Robust foreground modelling to segment and detect multiple moving objects in ...
Robust foreground modelling to segment and detect multiple moving objects in ...Robust foreground modelling to segment and detect multiple moving objects in ...
Robust foreground modelling to segment and detect multiple moving objects in ...IJECEIAES
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...eSAT Journals
 

What's hot (20)

Vehicle detection using background subtraction and clustering algorithms
Vehicle detection using background subtraction and clustering algorithmsVehicle detection using background subtraction and clustering algorithms
Vehicle detection using background subtraction and clustering algorithms
 
Enhanced target tracking based on mean shift
Enhanced target tracking based on mean shiftEnhanced target tracking based on mean shift
Enhanced target tracking based on mean shift
 
G1802053147
G1802053147G1802053147
G1802053147
 
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITY
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITYA STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITY
A STOCHASTIC STATISTICAL APPROACH FOR TRACKING HUMAN ACTIVITY
 
Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...
 
Three Dimensional Chaotic System for Color Image Scrambling Algorithm
Three Dimensional Chaotic System for Color Image Scrambling AlgorithmThree Dimensional Chaotic System for Color Image Scrambling Algorithm
Three Dimensional Chaotic System for Color Image Scrambling Algorithm
 
Steganography based on random pixel selection for efficient data hiding 2
Steganography based on random pixel selection for efficient data hiding 2Steganography based on random pixel selection for efficient data hiding 2
Steganography based on random pixel selection for efficient data hiding 2
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action Recognition
 
H1802054851
H1802054851H1802054851
H1802054851
 
Balancing Compression and Encryption of Satellite Imagery
Balancing Compression and Encryption of Satellite Imagery Balancing Compression and Encryption of Satellite Imagery
Balancing Compression and Encryption of Satellite Imagery
 
I017425763
I017425763I017425763
I017425763
 
O017429398
O017429398O017429398
O017429398
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...
 
Itc stock slide
Itc stock slideItc stock slide
Itc stock slide
 
Face recognition using gaussian mixture model &amp; artificial neural network
Face recognition using gaussian mixture model &amp; artificial neural networkFace recognition using gaussian mixture model &amp; artificial neural network
Face recognition using gaussian mixture model &amp; artificial neural network
 
Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
 
Design and development of DrawBot using image processing
Design and development of DrawBot using image processing Design and development of DrawBot using image processing
Design and development of DrawBot using image processing
 
Robust foreground modelling to segment and detect multiple moving objects in ...
Robust foreground modelling to segment and detect multiple moving objects in ...Robust foreground modelling to segment and detect multiple moving objects in ...
Robust foreground modelling to segment and detect multiple moving objects in ...
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...
 

Viewers also liked

A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
Number plate recognition system using matlab.
Number plate recognition system using matlab.Number plate recognition system using matlab.
Number plate recognition system using matlab.Namra Afzal
 
Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Vidyut Singhania
 
Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 

Viewers also liked (7)

A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
Number plate recognition system using matlab.
Number plate recognition system using matlab.Number plate recognition system using matlab.
Number plate recognition system using matlab.
 
Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)
 
Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 

Similar to A real time filtering method of positioning data with moving window mechanism

C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioningevegod
 
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Eswar Publications
 
Human activity recognition with self-attention
Human activity recognition with self-attentionHuman activity recognition with self-attention
Human activity recognition with self-attentionIJECEIAES
 
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...idescitation
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systemsoblu.io
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature ExtractionIRJET Journal
 
Pablo_Panero_Report
Pablo_Panero_ReportPablo_Panero_Report
Pablo_Panero_ReportPablo Panero
 
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...IJECEIAES
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesMohamed Nabil, MSc.
 
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...IRJET Journal
 
Context aware system for recongnizing daily-activities
Context aware system for recongnizing daily-activitiesContext aware system for recongnizing daily-activities
Context aware system for recongnizing daily-activitiesSakher BELOUADAH
 
THE INTERACTIVE ZOOOZ GUIDE
THE INTERACTIVE ZOOOZ GUIDETHE INTERACTIVE ZOOOZ GUIDE
THE INTERACTIVE ZOOOZ GUIDEijdpsjournal
 
a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments marwaeng
 
Hogeschool PXL Smart Mirror
Hogeschool PXL Smart MirrorHogeschool PXL Smart Mirror
Hogeschool PXL Smart MirrorVincent Claes
 
Smartphone Inertial Navigation
Smartphone Inertial NavigationSmartphone Inertial Navigation
Smartphone Inertial NavigationPujan Shrestha
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleIAEME Publication
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep LearningIRJET Journal
 
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)Harry Zhang
 
Design and Implementation of a GPS based Personal Tracking System
Design and Implementation of a GPS based Personal Tracking SystemDesign and Implementation of a GPS based Personal Tracking System
Design and Implementation of a GPS based Personal Tracking SystemSudhanshu Janwadkar
 

Similar to A real time filtering method of positioning data with moving window mechanism (20)

C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioning
 
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
 
Human activity recognition with self-attention
Human activity recognition with self-attentionHuman activity recognition with self-attention
Human activity recognition with self-attention
 
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...
Synchronization of the GPS Coordinates Between Mobile Device and Oracle Datab...
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systems
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
 
Pablo_Panero_Report
Pablo_Panero_ReportPablo_Panero_Report
Pablo_Panero_Report
 
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...
Engfi Gate: An Indoor Guidance System using Marker-based Cyber-Physical Augme...
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniques
 
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...
IRJET - Creating a Security Alert for the Care Takers Implementing a Vast Dee...
 
Context aware system for recongnizing daily-activities
Context aware system for recongnizing daily-activitiesContext aware system for recongnizing daily-activities
Context aware system for recongnizing daily-activities
 
THE INTERACTIVE ZOOOZ GUIDE
THE INTERACTIVE ZOOOZ GUIDETHE INTERACTIVE ZOOOZ GUIDE
THE INTERACTIVE ZOOOZ GUIDE
 
a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments
 
Hogeschool PXL Smart Mirror
Hogeschool PXL Smart MirrorHogeschool PXL Smart Mirror
Hogeschool PXL Smart Mirror
 
Smartphone Inertial Navigation
Smartphone Inertial NavigationSmartphone Inertial Navigation
Smartphone Inertial Navigation
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multiple
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep Learning
 
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
 
Design and Implementation of a GPS based Personal Tracking System
Design and Implementation of a GPS based Personal Tracking SystemDesign and Implementation of a GPS based Personal Tracking System
Design and Implementation of a GPS based Personal Tracking System
 
Poster
PosterPoster
Poster
 

More from Alexander Decker

A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 
A study to evaluate the attitude of faculty members of public universities of...
A study to evaluate the attitude of faculty members of public universities of...A study to evaluate the attitude of faculty members of public universities of...
A study to evaluate the attitude of faculty members of public universities of...Alexander Decker
 
A study to assess the knowledge regarding prevention of pneumonia among middl...
A study to assess the knowledge regarding prevention of pneumonia among middl...A study to assess the knowledge regarding prevention of pneumonia among middl...
A study to assess the knowledge regarding prevention of pneumonia among middl...Alexander Decker
 
A study regarding analyzing recessionary impact on fundamental determinants o...
A study regarding analyzing recessionary impact on fundamental determinants o...A study regarding analyzing recessionary impact on fundamental determinants o...
A study regarding analyzing recessionary impact on fundamental determinants o...Alexander Decker
 
A study on would be urban-migrants’ needs and necessities in rural bangladesh...
A study on would be urban-migrants’ needs and necessities in rural bangladesh...A study on would be urban-migrants’ needs and necessities in rural bangladesh...
A study on would be urban-migrants’ needs and necessities in rural bangladesh...Alexander Decker
 
A study on the evaluation of scientific creativity among science
A study on the evaluation of scientific creativity among scienceA study on the evaluation of scientific creativity among science
A study on the evaluation of scientific creativity among scienceAlexander Decker
 

More from Alexander Decker (20)

A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 
A study to evaluate the attitude of faculty members of public universities of...
A study to evaluate the attitude of faculty members of public universities of...A study to evaluate the attitude of faculty members of public universities of...
A study to evaluate the attitude of faculty members of public universities of...
 
A study to assess the knowledge regarding prevention of pneumonia among middl...
A study to assess the knowledge regarding prevention of pneumonia among middl...A study to assess the knowledge regarding prevention of pneumonia among middl...
A study to assess the knowledge regarding prevention of pneumonia among middl...
 
A study regarding analyzing recessionary impact on fundamental determinants o...
A study regarding analyzing recessionary impact on fundamental determinants o...A study regarding analyzing recessionary impact on fundamental determinants o...
A study regarding analyzing recessionary impact on fundamental determinants o...
 
A study on would be urban-migrants’ needs and necessities in rural bangladesh...
A study on would be urban-migrants’ needs and necessities in rural bangladesh...A study on would be urban-migrants’ needs and necessities in rural bangladesh...
A study on would be urban-migrants’ needs and necessities in rural bangladesh...
 
A study on the evaluation of scientific creativity among science
A study on the evaluation of scientific creativity among scienceA study on the evaluation of scientific creativity among science
A study on the evaluation of scientific creativity among science
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

A real time filtering method of positioning data with moving window mechanism

  • 1. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 A Real-time Filtering Method of Positioning Data with Moving Window Mechanism Ha YoonSong* Han-gyoo Kim Department of Computer Engineering, Hongik University, Sangsu-dong, Seoul 121-791, Korea * E-mail of the corresponding author: hgkim@hongik.ac.kr Abstract Nowadays, advanced mobile devices can obtain current position with the help of positioning data systems such as GPS, GLONASS, Galileo, and so on. However, positioning data sets usually have erroneous data for various reasons, mainly due to the environmental issues as well as inherent systematical issues. While doing research related to positioning data sets, authors experienced quite a large number of erroneous positioning data using Apple iPhone or Samsung Galaxy devices, and thus need to filter evident errors. In this paper, we will suggest relatively simple, but efficient filtering method based on statistical approach. From the user’s mobile positioning data in a form of < latitude; longitude; time > obtained by mobile devices, we can calculate user’s speed and acceleration. From the idea of sliding window (moving window), we can calculate statistical parameters from speed and acceleration of user position data and thus filtering can be made with controllable parameters. We expect that the simplicity of our algorithm can be applied on portable mobile device with low computation power. For the possible enhancement of our method, we will focus on the construction of more precise window for better filtering. A backtracking interpolation was added in order to replace erroneous data with proper estimations in order to have more precise estimation of moving window. We also proposed this filtering algorithm with interpolation as a basis of future investigation in the section of conclusion and future research. Keywords: Human Mobility, Error Filtering, Positioning Data, Moving Window, Sliding Window 1. Introduction The recent advances of mobile devices enable various location based services over human mobility, especially the introduction of smart phone with GPS or other positioning equipment. The application of positioning system can be easily found in various mobile devices as shown in (Enescu 2008) including educational field as shown in (Tsing 2009). However these positioning data sometimes have position errors according to the operational environment. In such cases, many of applications require filtering of such erroneous positioning data. As we experienced by our experiments, more than 12% of positioning data were erroneous by use of smart phones. This basic experiment was done by use of smart phone app over Samsung Galaxy Tab which internally uses the position of cellular base station, over portable GPS device (Garmin), and Apple iPhone 3GS with iOS5 which uses combination of crowd sourced WIFI positioning, cellular networks, and GPS (iOS 5). More precise result can be found in Kim and Song (Kim, H 2011) along with researches on human mobility model. Another research field of complex system physics showed that up to 93% of human mobility can be predicted since peoples avoid the random selection of next destination instead selects their place frequented and their route frequented (Gonzales 2008). The sets of positioning data will be a basis for human mobility model construction as shown in (Kim, W 2011). In this paper, we will propose a filtering technique which filters erroneous positioning data with the use of moving window approach. Section 2 shows our idea using moving window with pre-experiments for algorithm set-up. Section 3 shows filtering algorithm and its detailed description. Section 4 shows our consideration on user controllable parameters for experiment design and shows our experimental results. We will conclude and discuss about our future research in section5. 2. Backgrounds 2.1 Idea on Moving Window Collected user position in a form of <latitude; longitude; time > composes a set of user mobile trace and adding an identification parameter to the tuple will represent user’s mobility data set. We call one tuple at time t as Pt, and 20
  • 2. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 latitude of Pt as latt, longitude of Pt as lont. From two consecutive position data tuples, we can calculate the distance Di moved at time Pi with < lati; loni > and < lati-1; loni-1 > according Vincenty’s formula (Vincentry 1975). Of course, from the two consecutive distance, we can calculate speed at time of Pi, Vi, and acceleration at time of Pi, ai. Therefore a tuple Pt has a core form of < t; latt; lont;Dt; Vt; at > with possible auxiliary attributes. Based on the speed values on actual position data set, we find a glitch on a series of speed such as 600m/sec, which are meaningless for usual lifetime environment. Thus we investigated maximum possible speed values of usual human mobility as shown in table 1. We define max speed MAXspeed as 250m/sec. In addition, those maximum values cannot be reached instantly, i.e. the acceleration cannot be made abruptly. In addition to the MAXspeed, MAXacceleration can be defined. For the next step we introduced the idea of moving average and moving standard deviation of speed. We define the moving average of speed at current time t, MAspeed(n) where n stands for the number of past data of {Px : t – n + 1 ≤ x ≤ t}. Similarly, we can define the moving standard deviation at time t, MSDspeed(n) where n stands for the number of past data. Here, n is referred as window size by most of researchers. Once we obtain a new tuple Pt, then we can determine whether Vt is in the usual range of human mobility, and for the at, the same can be applicable. Once Vt is out of range for the normal distribution with average of MAspeed(n) and standard deviation of MSDspeed(n) we can discard Pt and this tuple will be filtered out from the series of human trace. The condition of filtering out Pt is: Vt > MAspeed(n) + s x MSDspeed(n) (1) where s stands for the sensitivity level of filtering and it is user controllable parameters. Otherwise, we can include the tuple Pt to the series as a valid positioning data, and thus can recalculate MAspeed(n) and MSDspeed(n). Note that this calculation can be made in real-time, and we intentionally introduced this approach because it requires relatively simple calculation. In other words, this algorithm can be executed on a device with low computing power such as smart phones or similar mobile devices. Our previous research includes similar work with more complicated statistical theory (Kim 2011), however it is not likely to be introduced for real time environment. Other examples of moving window based applications can be found in (Ucenic 2006) and (Wettayaprasit 2007). 2.2 Pre-experiments on Window Size We will conduct experiments to see the effect of window size. For this experiment, we used a set of positioning data over the area of Seoul, Korea collected during more than 20 days. Note that these data are voluntarily collected by the authors of this paper using iPhone 3GS with positioning data collection app. We will call it iPhone data set. The app records position data whenever it senses the location change of iPhone or for every user-defined interval (3 to 60 seconds) if the iPhone is in immobile state. We can draw the positioning data set on geographical map with various techniques. Among the various techniques, we choose Google map (Google) for visualization of positioning data set. The visualization of raw data sets is shown in Figure 1 and contains erroneous data. One of the notable phenomenon is that iOS5 sometimes give simultaneous report of position data from three different schemes. Our guess is that cellular base station locations, crowd source WIFI positioning, and GPS sometimes reports different positioning data at the same time. In case we meet multiple position values at the same time, the position data with smallest speed value was the correct one empirically. Therefore the first stage of filtering is trivially to choose the position data with the smallest distance to previous position among multiple position data of the same time. In addition, data sets are composed of several set of discontinued data, for example, position data collection was unable on the subway train or there was no need to collect data in the home bed. While traveling by subway train, only at the stations was it possible to collect positioning data. In order to determine n, we must be more considerate. With varying size of n with the algorithm over data set, we made several set of experiments. We can expect that large windows size cannot react to the situation of rapid speed change while it is useful in stable, immobile states, successfully coping with continuous errors. On the contrary small n will show rapid reaction to abrupt speed change for mobile states which maybe is considered to include continuous error tuples. For example, once we met m continuous errors we cannot filter out such errors if m > n. In order to figure out our conjecture, we make experiments on window size upon the iPhone data set. We calculated moving average and moving standard deviation over various window sizes such as 5, 10, 25, 50, and 100. Figure 2 shows the 21
  • 3. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 result of our simple experiment. It is clear that larger window size is dull. Once we met very large speed value, large window size tails the effect of large error speed thus leads to under-filtering of erroneous data. In case of window size with 100 or 50, we can clearly see the tailing effect on figure 2. On the contrary, small window size is sensitive and rapidly reacts on speed change while it over-filters correct data especially at the starting phase of speed change. We experienced two or more plausible tuples were discarded by the small window size while they look like correct speed data with window size 5 or 10. This phenomenon implies that we must introduce the throttling mechanism to moving window in order to avoid tailing effect of window size. 2.3 Pre-experiments on Positioning Data Error We also conducted a basic test as our base experiment to check the positioning data accuracy as we mentioned in section 1. We fix positioning devices both outside area and inside the building, and collected positioning data for several hours without moving any device. The first positioning device is Garmin GPSMAP62s (Garmin) for pure GPS data collection. The second positioning device is Samsung Galaxy Tab to obtain positioning data from its connected 3G base stations (3GBS). We guess Galaxy tab will show more error in both situations and both of the data set from GPS and 3GBS shows positioning error, especially inside the building. The result of this basic experiment is listed in table 2. The variance in position data is regarded as errors and distance of error can be calculated form the position data. As we guessed, 3GBS shows larger error rate, larger error in distance, larger maximum error distance, and bigger standard deviation in error distance. Due to the producer’s policy of Garmin GPSMAP62s, which estimates the user’s location upon past velocity while it lost the GPS signal, it shows drastic error value inside the building. Thus we think the GPS inside a building cannot be a meaningful data. GPS data from outside area is very accurate enough for precise localization and even the maximum error distance is in a reasonable range of 52 meters. 3. Filtering Algorithm According to the considerations in section 2, we build an algorithm for erroneous positioning data filtering as shown in algorithm 1. With the new acquisition of new position data Pi+1, this algorithm can determine whether Pi+1 be filtered out or not. In practice, we must consider several situations: Initial construction of Moving Window: in case there are less than n tuples, we cannot construct complete moving average and moving standard deviation. Instead, we have to have incomplete window with less number of data: lines 2 to 5 in algorithm 1. Both acceleration and speed are considered as throttling parameters even though they have difference in filtering details. Positioning data tuple with out of range speed or with unreasonable acceleration will be filtered out: lines 6 to 8 in algorithm 1. Once the speed of a tuple is too big, which can affect the MA and MSD values and leads to filtering error as expansion of confidence interval which leads to erroneous filter-in of to-be-filtered tuple, we will calibrate the speed value with MAspeed(n) + 2.57ⅹMSDspeed in order to include possibly rapid change of speed and to avoid erroneous expansion of confidence interval: lines 9 to 11 in algorithm 1. The value s = 2.57 stands for 99.5% confidence interval of normal distribution. This is throttling which reduces the effect of erroneous speed to moving window: s99:5 in lines 9 and 10 of algorithm 1. Window Construction: Even though a tuple be filtered out, we will include the speed of the tuple unless it is out of 99.5% confidence interval of normal distribution. It is intended to update moving window in order to cope with rapid change of speed, i.e. a tuple can be filtered out with rapid change of speed while it is a genuine one. In such cases, even though the tuple was filtered, moving window can reflect the change of speed for the next incoming tuples: line 10 in algorithm 1. Small speed less than 2.77m/s (10Km/h) will not be filtered since it is always possible for a human ambulation within this small speed, and it is also in GPS error range: MINvelocity line 9 in algorithm 1. Tuples with unreal acceleration must be filtered. As reported in (List), 10.8m/s2 is the current biggest value for sport-cars: MAXacceleration as line 12 in algorithm 1. 22
  • 4. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 Once a tuple be filtered out due to excessive acceleration, the tuple must be filtered, the acceleration value of the tuple is forced to set as MAXacceleration, and the speed value is forced to set as MAspeed(n) to nullify the effect of unreal speed value: lines 12 to 16 in algorithm 1. Tuples with positive acceleration values more than MAXacceleration will be regarded as errors while positioning data tuples with negative acceleration values will not be regarded as errors since it is always possible for a vehicle to stop emergently with large negative acceleration. Algorithm 1. Moving Window Filtering at real-time t Require: P0 . ▷At least one initial tuple is required Require: window size n Require: user sensitivity level s Ensure: Check validness of new position tuple Ensure: Calibrated series of tuple { Pi : t ≥ i > 0} for t inputs Require: i=0 1: repeat Get Pi+1 . ▷Acquisition of new tuple, if exist 2: Construct MAspeed(n) with {Px : max(i-n +1, 0) ≤ x ≤ i } 3: Construct MSDspeed(n) with : {Px : max(i - n +1, 0) ≤ x ≤ i } 4: Set MAspeed = MAspeed(n) 5: Set MSDspeed = MSDspeed(n) ▷Moving Window Construction 6: if (Vi+1 > MAspeed + sⅹMSDspeed) OR (ai+1 ≥ MAXacceleration), then ▷Filtering 7: Mark Pi+1 as filtered. 8: end if 9: if (Vi+1 ≥ MAspeed + s99:5 ⅹ MSDspeed) AND (Vi+1 > MINvelocity), then ▷Calibration of Speed 10: Set Vi+1 = MAspeed + s99:5 ⅹ MSDspeed 11: end if 12: if ai+1 ≥ MAXacceleration, then ▷Restriction by Maximum Acceleration 13: Mark Pi+1 as filtered 14: Set Vi+1 = MAspeed 15: Set ai+1 = MAXacceleration 16: end if 17: Set i = i + 1 18: until Exist no more input of positioning tuple 4. Experiments 4.1 Experiment Design For the algorithm from section 3, we left two parameters unspecified: n as a number of tuples in the window and s as a sensitivity level of filtering. Both of the parameters can be specified by user of this algorithm. The user sensitivity level s has relatively simple to determine. From the properties of normal distribution, we can obtain s with proper confidence interval. Since we use only the positive part of normal distribution for filtering, we can set s = 1:64 for confidence interval of 95% and s = 2:33 for confidence level of 99%. Users can determine s as their own purpose. For example, we choose the sensitivity level s as follows. Table 2 shows a typical error rate for position data collecting when the device is immobile. For GPS case, 12.3% data was erroneous and for 3GBS cellular positioning system, 36.75% of data has errors. So we can choose s = 1.16 for GPS data or s = 0.34 for cellular positioning data in our experiment. 4.2 Reconsideration of Window Size We already discussed the effect of window size in section 2. Due to the trailing effect of large window, we may choose smaller window. However, algorithm 1 calibrates incorrect speed values. As well, abnormal acceleration values are restricted and the speed value will be replaced by average speed of moving window. With this calibration mechanism, we need to see the effect of window size again. Figure 3 shows the effect of window size under our 23
  • 5. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 calibration mechanism. The x-axis stands for wall clock time on 11th of November, 2011. We choose window size n = 5, 10, 25, 50, 100 and sensitivity level s = 1.16 which stands that 88% of positioning data are regarded as correct ones. Even though the trailing effect is restricted, smaller windows show more flexible reaction according to speed change. Thus window size of 5 or 10 is better choice. One more consideration is the effect of consecutive errors. Even if we have throttling mechanism of speed, consecutive errors will have to effect on the moving average and moving standard deviation, and thus leads confusion to our filtering algorithm. We experienced up to four consecutive errors in real positioning data set and thus concluded that n = 5 is deficient for our experimental environment while n = 10 will cover consecutive errors and will reduce the tailing effect of larger window size. Thus our final choice of window size for our main experiment is 10. Of course, once we experienced more number of consecutive errors, we choose proper window size or dynamically increase the size of window as we will see in section 5. Figure 4 shows the progression of filtering algorithm. The same positioning data set as in figure 3 was chosen for fair combination. The x-axis stands for wall clock time on 11th of November, 2011. For figure 4, window size is n = 10 and sensitivity level s = 1.16 which stands that 88% of positioning data are regarded as correct ones. Thin black solid line shows the change of real speed in m/s and thin gray dashed line shows calibrated speed by our filtering algorithm. Calibrated speed usually overlapped with speed while it shows calibration once a tuple be filtered by filtering algorithm. Dotted line shows the values of acceleration. Thick black solid line denotes the coverage (acceptance range of speed) of moving window with n = 10. Note that the moving window shown in the figure is based on calibrated speed values. It reacts rapidly with the change of speed while successfully filters erroneous tuples. Double dotted line shows the coverage of moving windows without speed calibration (raw coverage). Comparing calibrated coverage and raw coverage, the effect of speed calibration or limitation is clear. Speed calibration in our algorithm successfully suppresses the trail of moving window due to gigantic speed errors. Thus moving window composed of calibrated speeds successfully eliminates the effect of speed errors and keeps proper estimation of positioning tuple values. Figure 5 shows the progression of filtering algorithm similar to figure 4. For figure 5, sensitivity level s = 0.34 and every other conditions is the same. 4.3 Filtering Results For the final representation of our filtering experiment, we will use two kinds of representation. First, we conduct the filtering over our whole positioning data set and represent the filtering result on real map. The visualization is also done with Google maps (Google). Figure 6 shows the filtering result of n = 10 and s = 0.34. Figure 7 shows the filtering result of 88% confidence interval for n = 10. The collector of positioning data set cannot find errors in this figure while it contains more data for positioning than the result shown in figure 6. Therefore, we can conclude that proper selection of window size and sensitivity level will leads to adequate filtering results. Second, we conduct the filtering on the combinations of window size and sensitivity level over the whole positioning data set. Table 3 shows the percentage of filtered-out tuples in each combination of parameters. Users of our algorithm may choose windows size and sensitivity level according to table 3 for their own environment. 5. Conclusion In this research we build algorithm for erroneous position data filtering and experienced the combinational effect of window size and sensitivity level. A real set of positioning data collected by author is used for algorithm verification and we found successful filtering results in general. Several parameters of the algorithm must be defined by user such as window size, sensitivity level, maximum speed and maximum acceleration. Even it is possible for a user can change constant parameters of the algorithm such as MAXacceleration, s99.5 (maximum sensitivity level) and MINvelocity (minimum threshold of speed for filtering) of the algorithm. While investigating filtering process one by one, we find several minute frailties of our algorithm. The first one is that out algorithm cannot work at the starting phase of data collection because at the stage of initial window 24
  • 6. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 construction there were not enough tuples to fill the whole window. We think it is a compulsory demerit for every approach based on moving window. The second problem is a tendency of over-filtering and under-filtering. The arrival of new tuple with rapid increase of speed will be filtered out regardless of its correctness. This tendency is clear when we have a large window size since large window cannot react fast enough to catch the rapid change of speed. In compensation, we include the velocity of filtered tuple to preserve the coverage of window in order to cope with speed change unless the change of speed is out of 99% of confidence interval of normal distribution. In case the velocity is out of 99% confidence interval, we calibrate the velocity for the future construction of moving window. As we noticed in Figure 3 the tendency of under-filtering is clear with larger window size. With smaller windows we cannot filter if number of consecutive errors is bigger than window size. As we experienced four consecutive errors in our data, we think n = 10 is better choice than n = 5. Another benefit of small window size is a small computation time and small memory capacity for moving window construction so that this algorithm can work on mobile devices with low computational power in real time. We must express several sorts of further considerations. The first one is consideration on windows size. We can express window size as the time duration instead of number of tuples in a window. This will be effective once we regularly collect position data and somewhat accurate since speed is a function of time. Another thought on window size is dynamic calibration of windows size. We can increase or decrease the window size dynamically according to the number of consecutive errors. Once we found larger number of consecutive errors we can increase window size in order to minimize the effect of consecutive errors to moving average and moving standard deviation. If we have smaller number of consecutive errors, we can decrease the window size so that we achieve more proactive reaction of rapid speed change and less computation for filtering. The second one is pseudo real time algorithm rather than real time one as algorithm 1. For a window size n, we can decide filtering of n-th tuple in a window instead of filtering (n+1)th tuple in the window. Even though it cannot be used in real time, this approach can reduce the tendency of under-filtering and over-filtering. Another idea of algorithm enhancement is an introduction of interpolation. Algorithm 2 has extra operation for interpolation rather than algorithm 1. Here, we add extra stages to the algorithm for better approximation of moving window statistics. Upon the arrival of new tuple, we would replace the velocity of the last tuple in existing window with linearly interpolated value once the last tuple in the window found marked. This interpolation will give more precise approximation of moving window for filtering purpose: lines 17 to 20 in algorithm 2. In other words, we can interpolate the marked last tuple in a window whenever a new tuple is obtained by the latest part of algorithm 2. Another variance of moving window construction with more precise approximation is to interpolate n-th tuple with n tuples in a window. For better estimation, interpolating the middle tuple in a window using asymptotic curve estimated from n tuples will enable more precise interpolation. However it could introduce computational overhead so that the application of the algorithm to mobile device be difficult. We consider these enhancements of filtering algorithm as our next research. We will see the effect of speed interpolation to the filtering accuracy. Algorithm 2. Moving Window Construction with Interpolation Require: P0 . ▷At least one initial tuple is required Require: window size n Require: user sensitivity level s Ensure: Check validness of new position tuple Ensure: Calibrated series of tuple {Pi : t ≥ i > 0}for t inputs Require: i=0 1: repeat Get Pi+1 . ▷Acquisition of new tuple, if exist 2: Construct MAspeed(n) with {Px : max(i-n+1,0) ≤ x ≤ i} 3: Construct MSDspeed(n) with {Px : max(i-n +1,0) ≤x≤ i} 4: Set MAspeed = MAspeed(n) 5: Set MSDspeed = MSDspeed(n) ▷Moving Window Construction 6: if (Vi+1 > MAspeed + sⅹMSDspeed) OR (ai+1 ≥MAXacceleration),then ▷Filtering 7: Mark Pi+1 as filtered 8: end if 25
  • 7. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 9: if (Vi+1 ≥ MAspeed + s99.5ⅹMSDspeed) AND(Vi+1 > MINvelocity) then ▷Calibration of Speed 10: Set Vi+1 = MAspeed + s99.5 ⅹMSDspeed 11: end if 12: if ai+1 ≥MAXacceleration,then ▷Restriction by Maximum Acceleration 13: Mark Pi+1 as filtered 14: Set Vi+1 = MAspeed 15: Set ai+1 = MAXacceleration 16: end if 17: if (Pi marked as filtered),then ▷Linear Interpolation 18: Set Vi = (Vi+1-Vi-1)ⅹ(ti-ti-1) /(ti+1-ti-1)+ Vi-1 19: Mark Pi as interpolated 20: end if 21: Set i = i + 1 22: until Exist no more input of positioning tuple Finally, we need to investigate the effect of probability distribution for filtering. In general, normal distribution is a usual candidate for various sources of errors and filtering. However, a research showed that human mobility pattern is in a heavy tailed distribution such as Levy Walk (Gonzales 2008). We therefore see the effect of Levy Walk for filtering since the distribution of positioning data is likely to be in a Levy Walk form. References Enescu, N., Mancas, D., and Manole, E. (2008), “Locating GPS Coordinates on PDA,” 8th WSEAS International Conference on APPLIED INFORMATICS AND COMMUNICATIONS (AIC08), Rhodes, Greece, August 20-22, 470-474. Tsing, T., and Sandoval, F. (2009), “Initiation to GPS localization and navigation using a small-scale model electric car: An illustration of learning by project for graduated students,” Proceedings of the 8th WSEAS International Conference on EDUCATION and EDUCATIONAL TECHNOLOGY, 21-26. Garmin GPSMAP62s, Available: https://buy.garmin.com/shop/shop.do?pID=63801 iOS 5: “Understanding Location Services,” Available: http://support.apple.com/kb/ht4995 Kim, H., Song, H., (2011), “Life Mobility of A Student: From Position Data to Human Mobility Model through Expectation Maximization Clustering,” Communications in Computer and Information Science, Volume 263, pp. 88-97. Gonzalez, M.C., Hidalgo, A., and Barabasi, A., (2008) “Understanding individual human mobility patterns,” Nature, vol. 453, pp.779-782. Vincenty, T., (1975), “Direct and Inverse Solutions of Geodesics on the ellipsoid with Application of Nested Equations,” Survey Review, Volume 23,Number 176, pp. 88-93(6). Kim., W., and Song, H., (2011), “Optimization Conditions of OCSVM for Erroneous GPS Data Filtering,” Communications in Computer and Information Science, Volume 263, pp. 62-70. Ucenic, C., and George, A., (2006) “A Neuro-fuzzy Approach to Forecast the Electricity Demand,” Proceedings of the 2006 IASME/WSEAS International Conference on Energy & Environmental Systems, Chalkida, Greece, pp.299-304. Wettayaprasit, W., Laosen, N., and Chevakidagarn, S., (2007) “Data Filtering Technique for Neural Networks Forecasting,” Proceedings of the 7th WSEAS International Conference on Simulation, Modelling and Optimization, Beijing, China, pp.225-230. Google Maps API, Available: https://developers.google.com/maps/ List of fastest production cars by acceleration, Available:http://en.wikipedia.org/wiki/LisP_of_fastesP_ cars_by_acceleration Ha Yoon Song received his B.S. degree in Computer Science and Statistics in 1991 and received his M.S.degree in Computer Science in 1993, 26
  • 8. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 both from Seoul National University, Seoul, Korea. He received Ph.D. degree in Computer Science from University of California at Los Angeles, USA in 2001. From 2001 he has worked at Department of Computer Engineering, Hongik University, Seoul, Korea and is now associate professor. In his sabbatical year 2009, he worked at Institute of Computer Technology, Vienna University of Technology, Austria as a visiting scholar. Prof. Song’s research interests are in the areas of mobile computing, performance analysis, complex system simulation and human mobility modeling. Han-gyoo Kim received his B.S. degree in 1981 from Seoul National University. He received Ph.D. degree in Computer Science from University of California at Berkeley in 1994. He is now Associate Professor in Department of Computer Engineering, Hongik University, Seoul, Korea. He has led a number of national researches in Korea since 1994. His research areas include networked system, network storage, and cloud computing. Figure 1. A Trail of Positioning Data Set Figure 2. Effects of Different Window Size 27
  • 9. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 Figure 3. Effects of Different Window Size with s = 1.16 and Calibrated Speeds Figure 4. Filtering Investigation with s=1.16 and n=10 28
  • 10. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 Figure 5. Filtering Investigation with s=0.34 and n=10 Figure 6. Trail of Filtered Positioning Data with n=10 and s=0.34 (63% confidence interval) 29
  • 11. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 Figure 7. Trail of Filtered Positioning Data with n=10 and s=1.16 (88% confidence interval) Table 1. Maximum speed of transportation methods Transportation Methods Maximum Speed m/s Ambulation 3.00 Bicycle 33.33 Automobile 92.78 Sports-Car 244.44 High-speed Train 159.67 Airplane 528.00 30
  • 12. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.7, 2012 Table 2. Typical Errors in Positioning Data Acquisition (unit: meters) 3G Base Station GPS Inside a Building n(Data Point) 893 n(Data Point) 2186 n(Error Point) 434 n(Error Point) 939 Error Rate 48.6% Error Rate 483.0% E[Error Dist] 52.5530m E[Error Dist] 43.5506m Max(Error Dist) 156.7578m Max(Error Dist) 10769.72m σErrorDist 32.6859m σErrorDist 370.6034m Outside a n(Data Point) 331 n(Data Point) 1690 Building n(Error Point) 122 n(Error Point) 208 Error Rate 36.9% Error Rate 12.3% E[Error Dist] 52.6618m E[Error Dist] 4.4498m Max(Error Dist) 206.3526m Max(Error Dist) 1.7789m σErrorDist 23.5953m σErrorDist 7.1696m Table 3. Ratio (%) of Filtered-out Tuples with respect to Sensitivity Level Size of Sliding Window s = 0.34 s = 1.16 s = 1.64 s = 2.33 5 42.20 29.07 24.06 19.31 10 38.67 24.10 18.81 14.31 25 37.37 21.43 16.07 11.85 50 37.71 20.54 15.23 11.07 100 37.05 20.03 14.90 10.65 31
  • 13. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar