Not Applicable.
1. Field of the Invention
The present invention relates generally to spacecraft antenna pointing error correction, and specifically to a system and a method for improving spacecraft antenna pointing accuracy utilizing feedforward estimation.
2. Description of the Related Art
A significant trend in satellite communications is the use of spot beams to provide targeted services to specific urban regions and population centers. Examples of A2100 spacecraft that include spot beam payloads are Echostar 7, Rainbow-1, and the Echostar X spacecraft. Given the typical small coverage region diameter of 200 to 400 km, accurate pointing is critical to minimize the necessary beam diameter and payload power. To achieve high accuracy beam pointing, prior art systems use autotrack antenna feeds and receivers that sense the antenna pointing error with respect to an uplink beacon signal. With an autotrack system, antenna circular pointing errors of 0.05 degrees are possible, which is a factor of three better than the typical 0.15 degree pointing error without autotrack. The drawback of prior-art autotrack systems is that they use feedback control strategies that react only to the presently sensed pointing error. When the error exceeds a given threshold, the antenna gimbal is stepped to reduce the error.
Typically, the threshold is set to a value of one gimbal step, so the tracking error will be at least this much and generally more due to latencies in the system implementation. For example, for a step size of 0.012 degrees, the maximum pointing error is roughly 0.02 degrees using a prior-art control approach. This error is excessive, since it represents 40% of the total allowable pointing error of 0.05 degrees due to all sources. Lowering the threshold can reduce the error, but also may cause excessive stepping due to noise that can exceed the gimbal mechanism life capability over the 15 year mission.
The system according to the invention provides improved performance by taking advantage of the fact that the antenna pointing error is periodic at the spacecraft orbit period of 24 hours. Therefore, it is possible to estimate the periodic antenna pointing error using an adaptive or fixed gain estimator and step the antenna gimbal to cancel it before a significant error in antenna pointing actually accrues. The estimator is designed to capture the significant harmonic components of the error signal and to reject the measurement noise, thereby preventing excessive gimbal stepping. Using an adaptive feedforward approach according to the invention, the antenna pointing error may be reduced to roughly half a gimbal step, or 0.006 degrees. This results in an improvement of 0.01 degrees in total antenna pointing, which may have a significant impact on mission performance. For example, for a 0.5 deg diameter spot beam, reducing the pointing error from 0.05 to 0.04 degrees would allow the payload power to be reduced by 7% (by shrinking the beam size), or alternatively would allow the service area to be increased by 10% (without changing the beam size).
According to one aspect of the invention, the present invention is a system for improving spacecraft antenna pointing accuracy including an antenna pointing error detection module for detecting and measuring spacecraft antenna pointing error, a feedforward estimator module for learning spacecraft antenna pointing error behavior from the measured spacecraft antenna pointing error and generating predictive output of estimated future spacecraft antenna pointing error, and an antenna pointing error correction module for prospectively correcting spacecraft antenna pointing error based on the predictive output from the feedforward estimator module.
According to another aspect of the invention, the present invention is a method for improving spacecraft antenna pointing accuracy including detecting and measuring spacecraft antenna pointing error, providing the measured spacecraft antenna pointing error as input to a feedforward estimator module, the feedforward estimator module learning spacecraft antenna pointing error behavior from the measured spacecraft antenna pointing error input, the feedforward estimator module generating predictive output of estimated future spacecraft antenna pointing error based on the measured spacecraft antenna pointing error input, and prospectively correcting spacecraft antenna pointing error based on the predictive output from the feedforward estimator module.
According to yet another aspect of the invention, the present invention is a system for improving spacecraft antenna pointing accuracy including means for detecting and measuring spacecraft antenna pointing error, means for providing the measured spacecraft antenna pointing error as input to a feedforward estimator module, means for the feedforward estimator module learning spacecraft antenna pointing error behavior from the measured spacecraft antenna pointing error input, means for the feedforward estimator module generating predictive output of estimated future spacecraft antenna pointing error based on the measured spacecraft antenna pointing error input, and means for prospectively correcting spacecraft antenna pointing error based on the predictive output from the feedforward estimator module.
Other and further objects and advantages of the present invention will be further understood and appreciated by those skilled in the art by reference to the following specification, claims, and drawings.
Referring now to the drawings in which like reference numbers represent corresponding parts throughout:
In contrast to the prior-art feedback control approaches, the present invention takes advantage of the periodic nature of spacecraft antenna pointing error behavior which has the period of 24 hours. As well known to those skilled in the art, the spacecraft antenna pointing error has a pattern that repeats itself every 24 hours due to the fact that the spacecraft orbits Earth with a period of 24 hours. Hence, instead of blindly correcting antenna pointing error continuously as done in the prior art feedback control systems, the present invention learns or models the periodic antenna pointing error behavior with a functional model of the measured antenna pointing error values. Then, an estimate of future antenna pointing error is predicted from the learned antenna pointing error behavior model, which is in turn used to prospectively correct antenna pointing error—i.e., correct the antenna pointing error at a future point in time by canceling out the predicted pointing error amount. Such use of feedforward estimator according to the present invention is novel for spacecraft antenna pointing error correction systems.
Autotrack sensor (210) measures the error between the actual antenna boresight pointing direction and the line of sight vector to an uplinked beacon signal source. This error is added to the antenna gimbal angle to determine the total antenna distortion angle as shown in Equation 1.
φd(t)=φa(t)+φg(t) (1)
Under the assumption that the antenna distortion is periodic, estimator (220) is used to model the distortion. The estimator input is the measured distortion angle and the output is the estimated distortion angle. The difference between the measured and estimated distortion angle is the residual error as computed in Equation 2.
φr(t)=φd(t)−{circumflex over (φ)}d(t) (2)
This residual is used to update the estimator coefficients in order to improve the model accuracy. The update algorithm may be the standard Recursive Least Squares (RLS) algorithm that is known to those with skill in the art. For on-board implementations, computationally efficient mechanization of the RLS algorithm are known, such as the Fast Transversal Filter (FTF). However, any optimization algorithm or technique known to those skilled in the art can be used to update the estimator coefficients without departing from the scope of the present invention. The updated model coefficients are used to compute the estimated distortion angle at the next time step, denoted as {circumflex over (φ)}d(t+). The current gimbal angle is then subtracted from this estimated future distortion angle in order to compute the uncorrected distortion expected at the next time step:
φuc(t+)={circumflex over (φ)}d(t+)−φg(t) (3)
Based on the uncorrected distortion angle, the gimbal step command generator (230) computes the number of gimbal steps required to reduce the distortion angle to less than half a gimbal step. The gimbal steps are commanded to gimbal drive electronics (240) and the total gimbal angle is updated accordingly. It should be noted that the gimbal angle correction may be computed based on the uncorrected distortion angle in Equation 3, or it may be computed based on both the present and future (one step ahead) uncorrected error estimates. The correction may be computed to minimize the pointing error over the pointing correction update interval (typically 5 or 6 minutes).
As noted in
The AR model is a particularly good one, because the actual frequencies contained in the distortion angle may not be known in advance, and a sufficiently high order model will capture all frequency components that are present. Furthermore, as is known to those with skill in the art, over-parameterizing the model (increasing the model order above what is strictly required to model the distortion angle) provides noise attenuation that prevents excessive gimbal stepping.
In one embodiment of the invention, the periodic distortion is modeled using a pth order discrete-time AR model of the following form:
φd[k]=a1φd[k−1]+a2φd[k−2]+ . . . apφd[k−p] (4)
where φd[k] is the current distortion angle. The model coefficients (a1, a2, . . . ap) are computed using an RLS filter in this embodiment. The future distortion is then computed based on measurements (φd[k], φd[k−1], . . . φd[k−p+1]).
Viewed in another way, feedforward estimator is a machine learning system that learns the functional behavior of a function from a set of known values or measurements—i.e., past measurements—and predicts the future behavior of the function—i.e., gives an estimate of the functional behavior at a point in the future—hence the name feedforward. According to the present invention, feedforward estimator (220) can utilize any machine learning technologies known to those skilled in the art, including, but not limited to, the neural networks, the genetic algorithms, Kalman filters, and Bayesian learning systems.
The processing or computation for feedforward estimator (220) can be performed on-board the spacecraft with a choice of appropriate computing model, software, and hardware. However, the processing can also be performed at a ground station without departing from the scope of the present invention. In this embodiment, the choice of computing model, software, and hardware is much greater, as a ground station can provide much greater range of computing resources than the spacecraft on-board modules.
The foregoing description of the preferred embodiment of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention not be limited by this detailed description, but by the claims and the equivalents to the claims appended hereto.
Number | Name | Date | Kind |
---|---|---|---|
4883244 | Challoner et al. | Nov 1989 | A |
5043737 | Dell-Imagine | Aug 1991 | A |
5062592 | Kishimoto | Nov 1991 | A |
5184139 | Hirako et al. | Feb 1993 | A |
5341147 | Scott | Aug 1994 | A |
5374933 | Kao | Dec 1994 | A |
5521604 | Yamashita | May 1996 | A |
5587714 | Chu et al. | Dec 1996 | A |
5838278 | Tsujisawa et al. | Nov 1998 | A |
5940034 | Leung | Aug 1999 | A |
6329947 | Smith | Dec 2001 | B2 |
6538602 | Natsume et al. | Mar 2003 | B2 |
6595469 | Li et al. | Jul 2003 | B2 |
6704607 | Stone et al. | Mar 2004 | B2 |
6720918 | Reckdahl et al. | Apr 2004 | B2 |
6961016 | Pozgay | Nov 2005 | B1 |
7015857 | Pozgay | Mar 2006 | B1 |
7053828 | Goodzeit et al. | May 2006 | B1 |
7174242 | Deakin | Feb 2007 | B2 |
20050007273 | Fowell et al. | Jan 2005 | A1 |