In addition to providing a navigation solution, navigation systems should also be able to provide users with timely warnings indicating when it is not safe/acceptable to use the navigation solution. A navigation system with this capability is, by definition, a navigation system with integrity.
With GPS for example, satellite failures can occur which result in unpredictable deterministic range errors on the failing satellite. Satellite failures are rare (i.e., on the order of 1 every year), but safety-critical navigation systems must account for these errors. Typically, navigation systems (e.g., GPS Receivers) provide integrity on their position solution (i.e., horizontal position and altitude), but do not provide integrity on other navigation parameters, such as ground speed and vertical velocity.
In an embodiment of the invention, a navigation system for a vehicle having a receiver operable to receive a plurality of signals from a plurality of transmitters includes a processor and a memory device. The memory device has stored thereon machine-readable instructions that, when executed by the processor, enable the processor to determine a set of pseudo-range measurements derived from the plurality of signals, employing at least one Kalman filter process, determine from the measurements an error covariance matrix for a main navigation solution, and using a solution separation technique, determine at least one protection level value based on the error covariance matrix.
Preferred and alternative embodiments of the present invention are described in detail below with reference to the following drawings.
An embodiment builds on many of the concepts applied to position integrity in order to provide integrity on the following navigation states: North Velocity, East Velocity, Ground Speed, Vertical Speed, Flight Path Angle, and Track Angle.
One or more embodiments may include a bank of filters/solutions (whether Kalman Filter or Least Squares) that may be composed of a main solution that processes all satellite measurements along with a set of sub-solutions; where each sub-solution processes one satellite fewer than the main solution.
Navigation systems primarily employ one of the following implementations in order to calculate a navigation solution: a Kalman Filter or a Least Squares Solution. In general, GPS receivers which have GPS satellite measurements (and possibly altitude aiding) use a Least Squares solution while Hybrid Inertial/GPS systems use a Kalman Filter. Both methods use a recursive algorithm which provides a solution via a weighted combination of predictions and measurements. However, a Least Squares Solution possesses minimal prediction capability and is therefore heavily influenced by measurements (in fact the weighting factor on predictions in a Least Squares Solution approaches zero with each iteration). A Kalman Filter on the other hand is able to take advantage of additional information about the problem; such as additional measurement data (e.g., inertial data) or additional information about system noise and/or measurement noise. This allows the Kalman Filter to continuously vary its weighting on its own predictions versus measurement inputs (this may be done via the Kalman Gain). A Kalman Filter with very low confidence in its own predictions (i.e., a very large Kalman Gain) will behave much like a Least Squares Solution.
The Error Covariance Matrix, often denoted by the symbol “P,” within a navigation system represents the standard deviation of the error state estimates within a navigation solution. For example, given a 3×3 matrix representing the error covariance for the x, y, and z velocity states within a Kalman filter:
We would expect (with a properly modeled Kalman Filter) that the absolute value of the difference between the true ground speed and the Kalman Filter's ground speed would not exceed 2√{square root over ((σx2+σu2))} more than ˜95% of the time. The same would be true for vertical velocity using 2√{square root over (σz2)} instead. Note the off diagonal terms here represent cross-correlation between the velocities (how a change in x-velocity impacts a change in y-velocity or z-velocity for example).
The Error Covariance Matrix may be a critical component of any fault detection and integrity limit algorithm. For a Kalman Filter, P may be a fundamental part of the recursive Kalman Filter process. A Kalman Filter navigation solution may not be produced without the P matrix. With a Least-Squares solution, calculation of the actual navigation solution may not require use of an error covariance matrix. Therefore, a Least Squares Solution may only produce a P matrix if it is desired to provide integrity with the navigation solution. Calculation of a P matrix for a Least Squares solution is based on the satellite geometry (line of sight from user to all satellites in view) and an estimate of the errors on the satellite measurements.
Once a navigation system has an error covariance matrix along with its actual navigation solution, fault detection and calculation of integrity can be performed via Solution Separation or Parity Space Based techniques.
User set 12, mounted to an aircraft (not shown), includes receiver 14, processor 16, and processor memory 18. Receiver 14, preferably NAVSTAR GPS compatible, receives the signals, extracts the position and time data, and provides pseudorange measurements to processor 16. From the pseudorange measurements, processor 16 can derive a position solution for the user set. Although the satellites can transmit their positions in World Geodetic System of 1984 (WGS-84) coordinates, a Cartesian earth-centered earth-fixed system, an embodiment determines the position solution in a local reference frame L, which is level with the north-east coordinate plane and tangential to the Earth. This frame choice, however, is not critical, since it is well-understood how to transform coordinates from one frame to another.
Processor 16 can also use the pseudorange measurements to detect satellite transmitter failures and to determine a worst-case error, or protection limit, both of which it outputs with the position solution to flight management system 20. Flight management system 20 compares the protection limit to an alarm limit corresponding to a particular aircraft flight phase. For example, during a pre-landing flight phase, such as nonprecision approach, the alarm limit (or allowable radial error) may be 0.3 nautical miles, but during a less-demanding oceanic flight phase, the alarm limit may be 2-10 nautical miles. (For more details on these limits, see RTCA publication DO-208, which is incorporated herein by reference.) If the protection limit exceeds the alarm limit, the flight management system, or its equivalent, announces or signals an integrity failure to a navigational display (not shown) in the cockpit of the aircraft. The processor also signals whether it has detected any satellite transmitter failures.
As shown in
Inertial reference unit 22, mounted to the aircraft (not shown), preferably includes three accelerometers 24a-24c for measuring acceleration in three dimensions and three gyroscopes 26a-26c for measuring angular orientation, or attitude, relative a reference plane. Inertial reference unit 22 also includes inertial processor 25 which determines an inertial position solution ri, preferably a three-element vector in an earth-fixed reference frame. Inertial processor 26 also preferably converts the acceleration data into raw acceleration vector araw and attitude data into raw angular velocity vector ωraw. The preferred angular velocity vector defines the rotation of the body frame (fixed to the aircraft) in three dimensions, and the preferred inertial acceleration defines the three components of acceleration in body frame coordinates. Inertial processor 26 also determines a transformation matrix C for transforming body frame coordinates to local vertical frame L, a three-element rotation vector ωIE which describes rotation of the earth-based frame E versus inertial frame I transformed to L frame, and rotation vector ωEL which describes rotation of the L frame versus the earth-fixed frame E transformed to L frame. The details of this inertial processing are well known in the art.
While least-squares solutions provide a solution based on measurement inputs, Kalman Filters provide a solution based on a weighted combination of predictions and measurements. An embodiment of the invention involves the processor 16 determining integrity for: North Velocity, East Velocity, Groundspeed, Vertical Velocity, track angle, and flight path angle based on a hybrid solution which blends multiple position measurements via a Kalman Filter (e.g., GPS measurements blended with position/velocity data from an Inertial Reference System). An embodiment of the invention employs principles of a snapshot solution separation algorithm described in commonly owned U.S. patent application Ser. No. ______ (Attorney Docket No. HOOO-1-1317), which is hereby incorporated by reference as if fully set forth herein, with a difference being the source of error covariance matrices. In this case the error covariance matrix is a direct by-product of the Kalman Filter process while for a snapshot solution it may be calculated via P=(
In an embodiment, and at a block 310, the processor 16 determines a measurement Matrix as follows:
In an embodiment, and at a block 320, the processor 16 determines an error state covariance matrix P used for a solution separation process described hereinafter. The error covariance matrix P may be determined as a result of a recursive Kalman Filter process illustrated and described in greater detail with reference to
Referring now to
K
k
=P
k
−
H
k
T(HkPk−HkT+Rk)−1
where Rk represents the Measurement Noise Covariance matrix.
At a block 420, the processor 16 computes the current estimate of the error state based on the current measurements according to the following:
Δ{circumflex over (x)}
k
=Δ{circumflex over (x)}
k
−
+K
k(Δzk−HkΔ{circumflex over (x)}k−)
where Δzk represents the current measurements. Note that HkΔ{circumflex over (x)}k− represents the Kalman Filter's prediction of the current measurements. The difference (Δzk−HkΔ{circumflex over (x)}k−) may be referred to as the innovations or measurement residuals.
At a block 430, the processor 16 computes the estimation error covariance matrix as follows:
P
k=(I−KkHk)Pk−
At a block 440, the processor 16 projects the estimate of the error state ahead to the next time step as follows:
Δ{circumflex over (x)}
k+1
−=ΦkΔ{circumflex over (x)}k
where Φk represents the state transition matrix
At a block 450, the processor 16 computes the prediction error covariance matrix (this represents the P matrix used for solution separation):
P
k+1
−=ΦkPkΦkT+Qk
where Qk represents the system (also referred to as process) noise covariance matrix.
After completing block 450, the process 300 of
Referring back to
At a block 520, the processor 16 calculates a detection threshold according to the following:
If the discriminator exceeds the threshold for any main/sub-solution combination, a satellite failure exists.
At a block 530, the processor 16 calculates the horizontal and vertical integrity for main least-squares solution according to the following:
a
On
horz=σhorz
HVPL
j
=D
j
horz
+a
j
horz
And similarly for vertical integrity:
VVPL
j
=D
j
vert
+a
j
vert
In an embodiment, HVPL and VVPL are based on the max values for all main/sub-solution combinations. Note that σd
Referring back to
The hybrid North Velocity, East Velocity, and Ground Speed Integrity are all represented by HVPL calculated above. VVPL represents the hybrid integrity on the vertical velocity.
Track Angle and Flight Path Angle integrity values are defined as follows:
Track Angle:
Flight Path Angle:
where VHybridGroundSpeed represents the hybrid ground speed.
While a preferred embodiment of the invention has been illustrated and described, as noted above, many changes can be made without departing from the spirit and scope of the invention. Accordingly, the scope of the invention is not limited by the disclosure of the preferred embodiment. Instead, the invention should be determined entirely by reference to the claims that follow.