METHOD AND DEVICE USED FOR FILTERING POSITIONING DATA

DE602018086648T2Active Publication Date: 2025-10-22ROBERT BOSCH GMBH
View PDF 0 Cites 0 Cited by

Patent Information

Application Number
DE602018086648
Authority / Receiving Office
DE · DE
Patent Type
Patents
Current Assignee / Owner
Filing Date
2018-05-17
Publication Date
2025-10-22
Estimated Expiration
2038-05-17

AI Technical Summary

Technical Problem

Indoor positioning technologies suffer from inaccuracies and instability due to signal obstructions and poor synchronization, leading to unsatisfactory improvements in accuracy and robustness using existing filtering methods.

Method used

An interacting multiple model (IMM) composed of a first-order Kalman filter and a constant velocity Kalman filter is used to filter positioning data, combining the filtering results of these two filters to enhance accuracy and stability.

Benefits of technology

The combined filtering approach significantly improves the accuracy and robustness of indoor positioning by leveraging the strengths of both filters, providing more precise and stable positioning data.

✦ Generated by Eureka AI based on patent content.
Patent Text Reader
Need to check novelty before this filing date? Find Prior Art

Description

Technical field

[0001] The present invention relates to the field of positioning, in particular to a method, apparatus and a computer-readable storage medium.Background art

[0002] Indoor positioning technology is a technology for positioning a target object (e.g. staff or vehicles, etc.) located indoors; according to this technology, multiple signal emission sources are arranged at different positions indoors, then a positioning engine continuously calculates positioning data of the target object according to signals received from more than one of the signal emission sources, and outputs the calculated positioning data. Indoor positioning technology is widely used in many different fields.

[0003] Due to obstruction and poor synchronization of the signal emission sources, the positioning data calculated by the positioning engine for indoor positioning often differs from the real position of the target object, and is also not very stable. For this reason, the use of a filter (e.g. a mean filter or Kalman filter, etc.) has already been proposed in the prior art for the purpose of filtering the positioning data outputted by the positioning engine, in order to provide accuracy and robustness of positioning. However, at present, the improvement in accuracy and robustness achieved by this technique of using a filter to filter the positioning data outputted by the positioning engine is still not satisfactory.

[0004] US 2009 / 243920 A1 provides a positioning method adapted to perform interactive mixing model calculation (IMM calculation) for combining outputs of a plurality of Kalman filter processes while applying weighting of given model probabilities to the outputs in a positioning apparatus.

[0005] US 2017 / 060810 A1 provides a vehicle system and method are disclosed for the acquisition and transformation of data from vehicle mounted sensors oriented to monitor the environment proximate the vehicle for relevant objects.

[0006] Non-patent literature "Robust MT tracking based on M-estimation and interacting multiple model algorithm", published by IEEE, provides algorithm for mobile terminal (MT) tracking based on time-of-arrival measurements in non-line-of-sight (NLOS) environments where NLOS measurements are modeled as positive outliers.Summary of the invention

[0007] In view of the above problems in the prior art, the embodiments of the present invention provide a method, apparatus and processing device for filtering positioning data, as well as a positioning device and a computer-readable storage medium, which are capable of improving the accuracy and robustness of positioning.

[0008] A method for filtering positioning data according to the present invention is provided, as defined by claim 1.

[0009] An apparatus for filtering positioning data according to the present invention is provided as defined by independent claim 5.

[0010] A machine-readable storage medium according to the present invention is provided as defined by claim 9.

[0011] The solution in embodiments of the present invention uses an IMM composed of two filters to filter positioning data outputted by the positioning engine; since the positioning achieved by combining the filtering results of two filters is more accurate and stable than that achieved by a single filter, the solution in embodiments of the present invention can improve the accuracy and robustness of positioning as compared with the prior art.Brief description of the drawings

[0012] Other features, characteristics, benefits and advantages of the present invention will become more obvious through the following detailed description in conjunction with the drawings, wherein: Fig. 1 shows a structural schematic diagram of a positioning device according to an embodiment of the present invention. Fig. 2 shows an overall flow chart of a method for filtering positioning data according to an embodiment of the present invention. Fig. 3 shows a schematic diagram of a method for filtering positioning data according to an embodiment of the present invention. Fig. 4 shows a schematic diagram of an apparatus for filtering positioning data according to an embodiment of the present invention. Fig. 5 shows a schematic diagram of a processing device for filtering positioning data according to an embodiment of the present invention. Fig. 6 shows a schematic diagram of a positioning device according to an embodiment of the present invention. Detailed description of the invention

[0013] Various embodiments of the present invention are described in detail below with reference to the drawings.

[0014] Fig. 1 shows a structural schematic diagram of a positioning device according to an embodiment of the present invention. As shown in fig. 1, the positioning device 10 may comprise a positioning engine 20 and a processing device 30. The positioning engine 20 is configured to continuously calculate positioning data of a target object T located indoors, for example according to signals received from more than one of multiple signal emission sources placed at different positions indoors, and output the calculated positioning data. The processing device 30 is configured to use an interacting multiple model (abbreviated as IMM) P composed of a first order (FO) Kalman filter and a constant velocity (CV) Kalman filter to filter positioning data outputted at each moment by the positioning engine 20, in order to obtain filtered positioning data for each moment; this is explained in detail below with reference to fig. 2.

[0015] Fig. 2 shows an overall flow chart of a method for filtering positioning data according to an embodiment of the present invention. The method 200 shown in fig. 2 is implemented by the processing device 30.

[0016] As shown in fig. 2, in box 202, the processing device 30 receives positioning data outputted at the current moment by the positioning engine 20. To facilitate description, supposing the current moment is the moment k, the positioning data outputted by the positioning engine 20 at the current moment is expressed as X ^ measuremen k , which is also called an observation value measured by a hardware system.

[0017] In box 206, the processing device 30 subjects the received positioning data X ^ measuremen k to preprocessing, to obtain positioning data X measuremen k to be processed. The objective of preprocessing is to eliminate abnormal positioning data which obviously deviates from recently received positioning data. For example but without limitation, if the positioning data X ^ measuremen k is determined as being abnormal positioning data, then the mean value of positioning data received at multiple moments prior to the current moment is calculated as the positioning data X measuremen k to be processed, and if the positioning data X ^ measuremen k is determined as being normal positioning data, then the positioning data X measuremen k to be processed is the positioning data X ^ measuremen k .

[0018] In box 210, the processing device 30 uses equation (1) to calculate a proportion ρ 1 ′ k of a filtering result of the FO Kalman filter in the IMM P at the current moment (denoting the proportion of the sum of filtering results of the FO Kalman filter and CV Kalman filter in the IMM P at the current moment which is made up by the filtering result of the FO Kalman filter in the IMM P at the current moment) and a proportion ρ 2 ′ k of a filtering result of the CV Kalman Filter in the IMM P at the current moment (denoting the proportion of the sum of filtering results of the FO Kalman filter and CV Kalman filter in the IMM P at the current moment which is made up by the filtering result of the CV Kalman filter in the IMM P at the current moment). p 1 ′ k = p 1 k − 1 M 1 + p 2 k − 1 M 2 , p 2 ′ k = p 1 k − 1 M 2 + p 2 k − 1 M 1 wherein M 1 denotes the Markov chain transfer probability of the FO Kalman filter in the IMM P, M 2 denotes the Markov chain transfer probability of the CV Kalman filter in the IMM P, where M 1 and M 2 are given constants, p 1 k − 1 denotes the probability of the FO Kalman filter being selected by the IMM P at the previous moment (i.e. the moment k-1), p 2 k − 1 denotes the probability of the CV Kalman filter being selected by the IMM P at the previous moment, and p 1 ′ k + p 2 ′ k = 1.

[0019] In box 214, the processing device 30 uses equations (2) to respectively calculate a mixed input InputMixing A1 for the FO Kalman filter in the IMM P and a mixed input InputMixing A2 for the CV Kalman filter in the IMM P. InputMixing A 1 = p 1 k − 1 M 1 p 1 ′ k X measuremen k + p 2 k − 1 M 2 p 1 ′ k X A 1 _ estimated k − 1 InputMixing A 2 = p 1 k − 1 M 2 p 2 ′ k X measuremen k + p 2 k − 1 M 1 p 2 ′ k X A 2 _ estimated k − 1 wherein X A 1 _ estimated k − 1 denotes a preliminary filtering result outputted by the FO Kalman filter in the IMM P at the previous moment, and X A 2 _ estimated k − 1 denotes a preliminary filtering result outputted by the CV Kalman filter in the IMM P at the previous moment.

[0020] In box 218, the processing device 30 uses equations (3) to calculate a positioning data prediction value X ^ k k A 1 for the FO Kalman filter in the IMM P at the current moment and a positioning data prediction value X ^ k k A 2 for the CV Kalman filter in the IMM P at the current moment. X ^ k k A 1 = F k X ^ k − 1 k − 1 A 1 + K k InputMixing A 1 − HF k X ^ k − 1 k − 1 A 1 X ^ k k A 2 = F k X ^ k − 1 k − 1 A 2 + K k InputMixing A 2 − HF k X ^ k − 1 k − 1 A 2 wherein F k denotes a given and unchanging transfer matrix, H denotes a given and unchanging observation matrix, X ^ k − 1 k − 1 A 1 denotes a positioning data prediction value for the FO Kalman filter in the IMM P at the previous moment, X ^ k − 1 k − 1 A 2 . denotes a positioning data prediction value for the CV Kalman filter in the IMM P at the previous moment, K k denotes a coefficient gain at the current moment, H k = P̂ k| k H T< (HP̂ k|k-1 H T< + R) -1< , R denotes a given and unchanging measurement noise covariance, P̂ k|k-1 denotes an "a priori" covariance matrix at the current moment, P ^ k k − 1 = F k P ^ k − 1 k − 1 F k T + Q, Q denotes a given and unchanging processing noise covariance, and P̂ k-1|k-1 denotes an "a priori" covariance matrix at the previous moment.

[0021] In box 222, the processing device 30 uses the FO Kalman filter in the IMM P to filter the positioning data prediction value X ^ k k A 1 , the filtering result thus obtained serving as a preliminary filtering result X A 1 _ estimated k of the FO Kalman filter in the IMM P at the current moment, and uses the CV Kalman filter in the IMM P to filter the positioning data prediction value X ^ k k A 2 , the filtering result thus obtained serving as a preliminary filtering result X A 2 _ estimated k of the CV Kalman filter in the IMM P at the current moment.

[0022] In box 226, the processing device 30 uses equations (4) to calculate a filtering parameter value eK A1 for the FO Kalman filter in the IMM P and a filtering parameter value eK A2 for the CV Kalman filter in the IMM P. eK A 1 = e X measuremetn k − x ^ k k A 1 0.5 P noise X measuremetn k − x ^ k k A 1 2 π P noise eK A 2 = e X measuremetn k − x ^ k k A 2 0.5 P noise X measuremetn k − x ^ k k A 2 2 π P noise wherein P noise denotes a given and unchanging measurement noise covariance.

[0023] In box 230, the processing device 30 uses equations (5) to calculate the probability p 1 k of the FO Kalman filter being selected by the IMM P at the current moment and the probability p 2 k of the CV Kalman filter being selected by the IMM P at the current moment. p 1 k = eK FO ∗ p 1 ′ k eK FO ∗ p 1 ′ k + eK CV ∗ p 2 ′ k , p 2 k = eK CV ∗ p 2 ′ k eK FO ∗ p 1 ′ k + eK CV ∗ p 2 ′ k

[0024] In box 234, the processing device 30 uses equation (6) to calculate a filtering output Output of the IMM P, as a filtering result of the IMM P for the positioning data to be processed X measuremen k at the current moment. Output = p 1 k X A 1 _ estimated k + p 2 k X A 2 _ estimated k

[0025] Next, after box 234, the procedure returns to box 202, in order to filter positioning data X ^ measuremen k + 1 outputted by the positioning engine at the next moment (i.e. moment k+1).

[0026] The solution of this embodiment uses an IMM composed of two filters (i.e. the FO Kalman filter and CV Kalman filter) to filter positioning data outputted by the positioning engine; since the positioning achieved by combining the filtering results of two filters is more accurate and stable than that achieved by a single filter, the solution of this embodiment can improve the accuracy and robustness of positioning.Other variants

[0027] Those skilled in the art will understand that although the positioning data prediction value for the FO Kalman filter in the IMM P at the current moment and the positioning data prediction value for the CV Kalman filter in the IMM P at the current moment are calculated using equations (3) in the above embodiment, the present invention is not limited to this. In other embodiments of the present invention, it is also possible for the filtering parameter value eK A1 for the FO Kalman filter in the IMM P, calculated using equations (4), to serve as the positioning data prediction value for the FO Kalman filter in the IMM P at the current moment, and the filtering parameter value eK A2 for the CV Kalman filter in the IMM P, calculated using equations (4), to serve as the positioning data prediction value for the CV Kalman filter in the IMM P at the current moment; in this case, X ^ k k A 1 . and X ^ k k A 2 calculated using equations (3) are an auxiliary calculation value for the FO Kalman filter in the IMM P at the current moment, and an auxiliary calculation value for the CV Kalman filter in the IMM P at the current moment, respectively.

[0028] Those skilled in the art will understand that although the method 200 comprises box 206 to preprocess the received positioning data X ^ measuremen k in the above embodiment, the present invention is not limited to this. In other embodiments of the present invention, the method 200 may not include box 206; in this case, the positioning data to be processed X measuremen k is the received positioning data X ^ measuremen k .

[0029] Those skilled in the art will understand that although the IMM P is composed of the FO Kalman filter and CV Kalman filter in the above embodiment, the present invention is not limited to this. In other embodiments of the present invention, the IMM P could for example be composed of either one of the FO Kalman filter and CV Kalman filter, and another filter (e.g. a mean value filter, etc.), or for example composed of two filters other than the FO Kalman filter and CV Kalman filter.

[0030] Those skilled in the art will understand that the solution of the present invention is suitable not only for indoor positioning scenarios but also for outdoor positioning scenarios.

[0031] Fig. 3 shows a flow chart of a method for filtering positioning data according to an embodiment of the present invention. The method 300 shown in fig. 3 may be implemented by the processing device 30 or another suitable device.

[0032] As shown in fig. 3, the method 300 comprises, in box 302, receiving positioning data outputted at a current moment by a positioning engine.

[0033] The method 300 further comprises in box 306, using an IMM composed of two different filters to filter positioning data to be processed that is based on the received positioning data, in order to obtain filtered positioning data. Here, the positioning data to be processed may be the received positioning data, or positioning data obtained by preprocessing the received positioning data.

[0034] According to the invention, box 306 comprises: acquiring respective preliminary filtering results of the two filters at the current moment, the preliminary filtering results being associated with the positioning data to be processed (for example but without limitation, implemented via boxes 210 - 222); calculating respective probabilities of selection of the two filters at the current moment, wherein the probability of selection of each filter at the current moment represents the probability that the IMM will select said filter at the current moment (for example but without limitation, implemented via boxes 210 - 230); and calculating the sum of the respective products of the preliminary filtering result and probability of selection of each of the two filters at the current moment, to serve as the filtered positioning data (for example but without limitation, calculated using equation (6)).

[0035] Further according to the invention, the step of acquiring respective preliminary filtering results of the two filters at the current moment comprises: based on respective Markov chain transfer probabilities of the two filters and respective probabilities of selection of the two filters at a previous moment preceding the current moment, calculating respective filtering result proportions of the two filters at the current moment (for example but without limitation, calculated using equation (1)), wherein the filtering result proportion of either one of the two filters at the current moment represents the proportion of the sum of filtering results of the two filters at the current moment that is made up by the filtering result of said either one of the two filters at the current moment; calculating respective mixed inputs for the two filters (for example but without limitation, calculated using equations (2)), wherein the mixed input for each filter is calculated on the basis of the positioning data to be processed, a preliminary filtering result of said filter at the previous moment, the respective Markov chain transfer probabilities of the two filters, and the respective probabilities of selection of the two filters at the previous moment; calculating a positioning data prediction value for each of the two filters at the current moment (for example but without limitation, calculated using equations (3)); and obtaining respective preliminary filtering results of the two filters at the current moment, by using each of the two filters to filter the positioning data prediction value for said filter at the current moment (for example but without limitation, implemented via box 222).

[0036] In a preferred embodiment, the positioning data prediction value for each of the two filters at the current moment is calculated on the basis of a positioning data prediction value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment (for example but without limitation, calculated using equations (3)).

[0037] In another preferred embodiment, the step of calculating a positioning data prediction value for each of the two filters at the current moment comprises: calculating an auxiliary calculation value for each of the two filters at the current moment, the auxiliary calculation value being calculated on the basis of an auxiliary calculation value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment (for example but without limitation, calculated using equations (3)); and determining a positioning data prediction value for each of the two filters at the current moment, the positioning data prediction value being calculated on the basis of the positioning data to be processed, the auxiliary calculation value for said filter at the current moment, and a given and unchanging measurement noise covariance (for example but without limitation, calculated using equations (4)).

[0038] In another preferred embodiment, the step of calculating respective probabilities of selection of the two filters at the current moment comprises: calculating respective filtering parameter values for the two filters, wherein the filtering parameter value for each of the two filters is calculated on the basis of the positioning data to be processed, the positioning data prediction value for said filter at the current moment, and a given and unchanging measurement noise covariance (for example but without limitation, calculated using equations (4)); and based on the respective filtering parameter values for the two filters and the respective filtering result proportions of the two filters at the current moment, determining respective probabilities of selection of the two filters at the current moment (for example but without limitation, calculated using equations (5)).

[0039] In a sixth aspect, the method 200 may further comprise: preprocessing the received positioning data, to obtain the positioning data to be processed (for example but without limitation, implemented via box 206).

[0040] Fig. 4 shows a schematic diagram of an apparatus for filtering positioning data according to an embodiment of the present invention. The apparatus 400 shown in fig. 4 may be implemented using software, hardware or a combination of software and hardware. The apparatus 400 shown in fig. 4 may be installed in the processing device 30 or in another suitable device.

[0041] As shown in fig. 4, the apparatus 400 comprises a receiving module 402 and a filtering module 406. The receiving module 402 is configured to receive positioning data outputted by a positioning engine at a current moment. The filtering module 406 is configured to use an IMM composed of two different filters to filter positioning data to be processed that is based on the received positioning data, in order to obtain filtered positioning data.

[0042] According to the invention, the filtering module 406 comprises: an acquisition module, for acquiring respective preliminary filtering results of the two filters at the current moment, the preliminary filtering results being associated with the positioning data to be processed; a first calculation module, for calculating respective probabilities of selection of the two filters at the current moment, wherein the probability of selection of each filter at the current moment represents the probability that the IMM will select said filter at the current moment; and a second calculation module, for calculating the sum of the respective products of the preliminary filtering result and probability of selection of each of the two filters at the current moment, to serve as the filtered positioning data.

[0043] Further according to the invention, the acquisition module comprises: a third calculation module, for calculating respective filtering result proportions of the two filters at the current moment, based on respective Markov chain transfer probabilities of the two filters and respective probabilities of selection of the two filters at the previous moment preceding the current moment, wherein the filtering result proportion of either one of the two filters at the current moment represents the proportion of the sum of filtering results of the two filters at the current moment that is made up by the filtering result of said either one of the two filters at the current moment; a fourth calculation module, for calculating respective mixed inputs for the two filters, wherein the mixed input for each filter is calculated on the basis of the positioning data to be processed, a preliminary filtering result of said filter at the previous moment, the respective Markov chain transfer probabilities of the two filters, and the respective probabilities of selection of the two filters at the previous moment; a fifth calculation module, for calculating a positioning data prediction value for each of the two filters at the current moment; and an obtaining module, for obtaining respective preliminary filtering results of the two filters at the current moment, by using each of the two filters to filter the positioning data prediction value for said filter at the current moment.

[0044] In a preferred embodiment, the positioning data prediction value for each of the two filters at the current moment is calculated on the basis of a positioning data prediction value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment.

[0045] In another preferred embodiment, the fifth calculation module comprises: a sixth calculation module, for calculating an auxiliary calculation value for each of the two filters at the current moment, the auxiliary calculation value being calculated on the basis of an auxiliary calculation value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment; and a first determining module, for determining a positioning data prediction value for each of the two filters at the current moment, the positioning data prediction value being calculated on the basis of the positioning data to be processed, the auxiliary calculation value for said filter at the current moment, and a given and unchanging measurement noise covariance.

[0046] In another preferred embodiment, the first calculation module comprises: a seventh calculation module, for calculating respective filtering parameter values for the two filters, wherein the filtering parameter value for each of the two filters is calculated on the basis of the positioning data to be processed, the positioning data prediction value for said filter at the current moment, and a given and unchanging measurement noise covariance; and a second determining module, for determining respective probabilities of selection of the two filters at the current moment, based on the respective filtering parameter values for the two filters and the respective filtering result proportions of the two filters at the current moment.

[0047] In another aspect, the apparatus 400 may further comprise: a preprocessing module, for preprocessing the received positioning data, to obtain the positioning data to be processed.

[0048] Fig. 5 shows a schematic diagram of a processing device for filtering positioning data according to an embodiment of the present invention. As shown in fig. 5, the processing device 500 may comprise a processor 502, and a memory 504 coupled to the processor 502. The memory 504 stores an executable instruction which, when executed, causes the processor 502 to execute the method 200 shown in fig. 2 or the method 300 shown in fig. 3. The processing device 500 may be realized by the processing device 30 or another suitable device.

[0049] An embodiment of the present invention further provides a machine-readable storage medium, having an executable instruction thereon; when the executable instruction is executed, a machine is caused to execute the method 200 shown in fig. 2 or the method 300 shown in fig. 3.

[0050] Fig. 6 shows a schematic diagram of a positioning device according to an embodiment not covered by the present invention. As shown in fig. 6, the positioning device 600 may comprise a positioning engine 602 and a processing device 606. The positioning engine 602 continuously calculates positioning data of a target object and outputs the calculated positioning data to the processing device 606; the positioning engine 602 may for example, but without limitation, be realized by the positioning engine 20. The processing device 606 may for example, but without limitation, be realized by the processing device 500.

[0051] Those skilled in the art should understand that various alterations, amendments and changes may be made to the embodiments disclosed above without departing from the substance of the invention, and all such alterations, amendments and changes should fall within the scope of protection of the present invention. Thus, the scope of protection of the present invention is defined by the attached claims.

Claims

1. Computer implemented method for filtering positioning data, comprising: receiving positioning data outputted at a current moment by a positioning engine (20); and using an interacting multiple model, IMM, composed of two different filters to filter positioning data to be processed, to obtain filtered positioning data, wherein the positioning data to be processed is the received positioning data or positioning data obtained by preprocessing the received positioning data, wherein the step of using an IMM composed of two different filters to filter positioning data to be processed comprises: acquiring respective preliminary filtering results of the two filters at the current moment, the preliminary filtering results being associated with the positioning data to be processed; calculating respective probabilities of selection of the two filters at the current moment, wherein the probability of selection of each filter at the current moment represents the probability that the IMM will select said filter at the current moment; and calculating the sum of the respective products of the preliminary filtering result and probability of selection of each of the two filters at the current moment, to serve as the filtered positioning data, characterized in that the step of acquiring respective preliminary filtering results of the two filters at the current moment comprises: based on respective Markov chain transfer probabilities of the two filters and respective probabilities of selection of the two filters at a previous moment preceding the current moment, calculating respective filtering result proportions of the two filters at the current moment, wherein the filtering result proportion of either one of the two filters at the current moment represents the proportion of the sum of filtering results of the two filters at the current moment that is made up by the filtering result of said either one of the two filters at the current moment; calculating respective mixed inputs for the two filters, wherein the mixed input for each filter is calculated on the basis of the positioning data to be processed, a preliminary filtering result of said filter at the previous moment, the respective Markov chain transfer probabilities of the two filters, and the respective probabilities of selection of the two filters at the previous moment; calculating a positioning data prediction value for each of the two filters at the current moment; and obtaining respective preliminary filtering results of the two filters at the current moment, by using each of the two filters to filter the positioning data prediction value for said filter at the current moment.

2. Method according to Claim 1, wherein the positioning data prediction value for each of the two filters at the current moment is calculated on the basis of a positioning data prediction value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment.

3. Method according to Claim 1, wherein the step of calculating a positioning data prediction value for each of the two filters at the current moment comprises: calculating an auxiliary calculation value for each of the two filters at the current moment, the auxiliary calculation value being calculated on the basis of an auxiliary calculation value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment; and determining a positioning data prediction value for each of the two filters at the current moment, the positioning data prediction value being calculated on the basis of the positioning data to be processed, the auxiliary calculation value for said filter at the current moment, and a given and unchanging measurement noise covariance.

4. Method according to Claim 2, wherein the step of calculating respective probabilities of selection of the two filters at the current moment comprises: calculating respective filtering parameter values for the two filters, wherein the filtering parameter value for each of the two filters is calculated on the basis of the positioning data to be processed, the positioning data prediction value for said filter at the current moment, and a given and unchanging measurement noise covariance; and based on the respective filtering parameter values for the two filters and the respective filtering result proportions of the two filters at the current moment, determining respective probabilities of selection of the two filters at the current moment.

5. Apparatus (400) for filtering positioning data, comprising: a receiving module (402), for receiving positioning data outputted at a current moment by a positioning engine; and a filtering module (406), for using an interacting multiple model (IMM) composed of two different filters to filter positioning data to be processed, to obtain filtered positioning data, a preprocessing module, for preprocessing the received positioning data, to obtain the positioning data to be processed, wherein the filtering module (406) comprises: an acquisition module, for acquiring respective preliminary filtering results of the two filters at the current moment, the preliminary filtering results being associated with the positioning data to be processed; a first calculation module, for calculating respective probabilities of selection of the two filters at the current moment, wherein the probability of selection of each filter at the current moment represents the probability that the IMM will select said filter at the current moment; and a second calculation module, for calculating the sum of the respective products of the preliminary filtering result and probability of selection of each of the two filters at the current moment, to serve as the filtered positioning data, characterized in that the acquisition module (406) comprises: a third calculation module, for calculating respective filtering result proportions of the two filters at the current moment, based on respective Markov chain transfer probabilities of the two filters and respective probabilities of selection of the two filters at the previous moment preceding the current moment, wherein the filtering result proportion of either one of the two filters at the current moment represents the proportion of the sum of filtering results of the two filters at the current moment that is made up by the filtering result of said either one of the two filters at the current moment; a fourth calculation module, for calculating respective mixed inputs for the two filters, wherein the mixed input for each filter is calculated on the basis of the positioning data to be processed, a preliminary filtering result of said filter at the previous moment, the respective Markov chain transfer probabilities of the two filters, and the respective probabilities of selection of the two filters at the previous moment; a fifth calculation module, for calculating a positioning data prediction value for each of the two filters at the current moment; and an obtaining module, for obtaining respective preliminary filtering results of the two filters at the current moment, by using each of the two filters to filter the positioning data prediction value for said filter at the current moment.

6. Apparatus(400) according to Claim 5, wherein the positioning data prediction value for each of the two filters at the current moment is calculated on the basis of a positioning data prediction value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment.

7. Apparatus(400) according to Claim 5, wherein the fifth calculation module comprises: a sixth calculation module, for calculating an auxiliary calculation value for each of the two filters at the current moment, the auxiliary calculation value being calculated on the basis of an auxiliary calculation value for said filter at the previous moment, the calculated mixed input for said filter, a given and unchanging transfer matrix, a given and unchanging observation matrix, and a coefficient gain at the current moment; and a first determining module, for determining a positioning data prediction value for each of the two filters at the current moment, the positioning data prediction value being calculated on the basis of the positioning data to be processed, the auxiliary calculation value for said filter at the current moment, and a given and unchanging measurement noise covariance.

8. Apparatus (400) according to Claim 6, wherein the first calculation module comprises: a seventh calculation module, for calculating respective filtering parameter values for the two filters, wherein the filtering parameter value for each of the two filters is calculated on the basis of the positioning data to be processed, the positioning data prediction value for said filter at the current moment, and a given and unchanging measurement noise covariance; and a second determining module, for determining respective probabilities of selection of the two filters at the current moment, based on the respective filtering parameter values for the two filters and the respective filtering result proportions of the two filters at the current moment.

9. Machine-readable storage medium, having an executable instruction thereon; when the executable instruction is executed, a machine is caused to execute the method according to any one of Claims 1 - 4.