ImageVerifierCode 换一换
格式:DOCX , 页数:19 ,大小:143.32KB ,
资源ID:15275049      下载积分:1 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-15275049.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(外文文献翻译译稿和原文.docx)为本站会员(b****7)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

外文文献翻译译稿和原文.docx

1、外文文献翻译译稿和原文外文文献翻译译稿1 卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,通过对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。例如,对于雷达来说,人们感兴趣的是其能够跟踪目标。但目标的位置、速度、加速度的测量值往往在任何时候都有噪声。卡尔曼滤波利用目标的动态信息,设法去掉噪声的影响,得到一个关于目标位置的好的估计。这个估计可以是对当前目标位置的估计(滤波),也可以是对于将来位置的估计(预测),也可以是对过去位置的估计(插值或平滑).命名编辑

2、这种滤波方法以它的发明者鲁道夫。E.卡尔曼(Rudolph E。 Kalman)命名,但是根据文献可知实际上Peter Swerling在更早之前就提出了一种类似的算法。斯坦利。施密特(Stanley Schmidt)首次实现了卡尔曼滤波器。卡尔曼在NASA埃姆斯研究中心访问时,发现他的方法对于解决阿波罗计划的轨道预测很有用,后来阿波罗飞船的导航电脑便使用了这种滤波器.关于这种滤波器的论文由Swerling(1958)、Kalman (1960)与Kalman and Bucy(1961)发表。目前,卡尔曼滤波已经有很多不同的实现.卡尔曼最初提出的形式现在一般称为简单卡尔曼滤波器.除此以外,还

3、有施密特扩展滤波器、信息滤波器以及很多Bierman, Thornton开发的平方根滤波器的变种.也许最常见的卡尔曼滤波器是锁相环,它在收音机、计算机和几乎任何视频或通讯设备中广泛存在。以下的讨论需要线性代数以及概率论的一般知识。 卡尔曼滤波建立在线性代数和隐马尔可夫模型(hidden Markov model)上。其基本动态系统可以用一个马尔可夫链表示,该马尔可夫链建立在一个被高斯噪声(即正态分布的噪声)干扰的线性算子上的。系统的状态可以用一个元素为实数的向量表示.随着离散时间的每一个增加,这个线性算子就会作用在当前状态上,产生一个新的状态,并也会带入一些噪声,同时系统的一些已知的控制器的控

4、制信息也会被加入。同时,另一个受噪声干扰的线性算子产生出这些隐含状态的可见输出. 卡尔曼滤波是一种递归的估计,即只要获知上一时刻状态的估计值以及当前状态的观测值就可以计算出当前状态的估计值,因此不需要记录观测或者估计的历史信息。卡尔曼滤波器与大多数滤波器不同之处,在于它是一种纯粹的时域滤波器,它不需要像低通滤波器等频域滤波器那样,需要在频域设计再转换到时域实现.卡尔曼滤波器的状态由以下两个变量表示:,在时刻k的状态的估计;,误差相关矩阵,度量估计值的精确程度。卡尔曼滤波器的操作包括两个阶段:预测与更新。在预测阶段,滤波器使用上一状态的估计,做出对当前状态的估计。在更新阶段,滤波器利用对当前状态

5、的观测值优化在预测阶段获得的预测值,以获得一个更精确的新估计值。预测(预测状态)(预测估计协方差矩阵)更新首先要算出以下三个量:(测量余量,measurement residual)(测量余量协方差)(最优卡尔曼增益)然后用它们来更新滤波器变量x与P:(更新的状态估计)(更新的协方差估计)使用上述公式计算仅在最优卡尔曼增益的时候有效。使用其他增益的话,公式要复杂一些不变量(Invariant)如果模型准确,而且与的值准确的反映了最初状态的分布,那么以下不变量就保持不变:所有估计的误差均值为零且协方差矩阵准确的反映了估计的协方差:请注意,其中表示的期望值,。 实例考虑在无摩擦的、无限长的直轨道上

6、的一辆车。该车最初停在位置0处,但时不时受到随机的冲击。我们每隔t秒即测量车的位置,但是这个测量是非精确的;我们想建立一个关于其位置以及速度的模型。我们来看如何推导出这个模型以及如何从这个模型得到卡尔曼滤波器。因为车上无动力,所以我们可以忽略掉Bk和uk。由于F、H、R和Q是常数,所以时间下标可以去掉。车的位置以及速度(或者更加一般的,一个粒子的运动状态)可以被线性状态空间描述如下:其中是速度,也就是位置对于时间的导数。我们假设在(k1)时刻与k时刻之间,车受到ak的加速度,其符合均值为0,标准差为a的正态分布。根据牛顿运动定律,我们可以推出其中且我们可以发现(因为a是一个标量)。在每一时刻,

7、我们对其位置进行测量,测量受到噪声干扰。我们假设噪声服从正态分布,均值为0,标准差为z。其中且如果我们知道足够精确的车最初的位置,那么我们可以初始化并且,我们告诉滤波器我们知道确切的初始位置,我们给出一个协方差矩阵:如果我们不确切的知道最初的位置与速度,那么协方差矩阵可以初始化为一个对角线元素是B的矩阵,B取一个合适的比较大的数。此时,与使用模型中已有信息相比,滤波器更倾向于使用初次测量值的信息。推推导后验协方差矩阵按照上边的定义,我们从误差协方差开始推导如下:代入再代入与整理误差向量,得因为测量误差vk与其他项是非相关的,因此有利用协方差矩阵的性质,此式可以写作使用不变量Pkk1以及Rk的定

8、义这一项可以写作 :这一公式对于任何卡尔曼增益Kk都成立。如果Kk是最优卡尔曼增益,则可以进一步简化,请见下文。最优卡尔曼增益的推导卡尔曼滤波器是一个最小均方误差估计器,后验状态误差估计(英文:a posterioristate estimate)是我们最小化这个矢量幅度平方的期望值,这等同于最小化后验估计协方差矩阵Pk|k的迹(trace)。将上面方程中的项展开、抵消,得到:当矩阵导数是0的时候得到Pkk的迹(trace)的最小值:此处须用到一个常用的式子,如下: 从这个方程解出卡尔曼增益Kk:这个增益称为最优卡尔曼增益,在使用时得到最小均方误差。后验误差协方差公式的化简在卡尔曼增益等于上面

9、导出的最优值时,计算后验协方差的公式可以进行简化.在卡尔曼增益公式两侧的右边都乘以SkKkT得到根据上面后验误差协方差展开公式,最后两项可以抵消,得到.这个公式的计算比较简单,所以实际中总是使用这个公式,但是需注意这公式仅在使用最优卡尔曼增益的时候它才成立.如果算术精度总是很低而导致数值稳定性出现问题,或者特意使用非最优卡尔曼增益,那么就不能使用这个简化;必须使用上面导出的后验误差协方差公式。自适应滤波器是能够根据输入信号自动调整性能进行数字信号处理的数字滤波器。作为对比,非自适应滤波器有静态的滤波器系数,这些静态系数一起组成传递函数.对于一些应用来说,由于事先并不知道所需要进行操作的参数,例

10、如一些噪声信号的特性,所以要求使用自适应的系数进行处理。在这种情况下,通常使用自适应滤波器,自适应滤波器使用反馈来调整滤波器系数以及频率响应.总的来说,自适应的过程涉及到将代价函数用于确定如何更改滤波器系数从而减小下一次迭代过程成本的算法。价值函数是滤波器最佳性能的判断准则,比如减小输入信号中的噪声成分的能力。随着数字信号处理器性能的增强,自适应滤波器的应用越来越常见,时至今日它们已经广泛地用于手机以及其它通信设备、数码录像机和数码照相机以及医疗监测设备中假设医院正在监测一个患者的心脏跳动,即心电图,这个信号受到 50Hz(许多国家供电所用频率)噪声的干扰剔除这个噪声的方法之一就是使用 50H

11、z 的陷波滤波器(en:notch filter)对信号进行滤波。但是,由于医院的电力供应会有少许波动,所以我们假设真正的电力供应可能会在 47Hz 到 53Hz 之间波动。为了剔除 47 到 53Hz 之间的频率的静态滤波器将会大幅度地降低心电图的质量,这是因为在这个阻带之内很有可能就有心脏跳动的频率分量。为了避免这种可能的信息丢失,可以使用自适应滤波器。自适应滤波器将患者的信号与电力供应信号直接作为输入信号,动态地跟踪噪声波动的频率。这样的自适应滤波器通常阻带宽度更小,这就意味着这种情况下用于医疗诊断的输出信号就更加准确。扩展卡尔曼滤波器在扩展卡尔曼滤波器(Extended Kalman

12、Filter,简称EKF)中状态转换和观测模型不需要是状态的线性函数,可替换为(可微的)函数。函数f可以用来从过去的估计值中计算预测的状态,相似的,函数h可以用来以预测的状态计算预测的测量值。然而f和h不能直接的应用在协方差中,取而代之的是计算偏导矩阵(Jacobian)。在每一步中使用当前的估计状态计算Jacobian矩阵,这几个矩阵可以用在卡尔曼滤波器的方程中。这个过程,实质上将非线性的函数在当前估计值处线性化了。这样一来,卡尔曼滤波器的等式为:预测使用Jacobians矩阵更新模型更新预测如同扩展卡尔曼滤波器(EKF)一样, UKF的预测过程可以独立于UKF的更新过程之外,与一个线性的(

13、或者确实是扩展卡尔曼滤波器的)更新过程合并来使用;或者,UKF的预测过程与更新过程在上述中地位互换亦可。外文文献翻译原文1Kalman filtering, also known aslinear quadratic estimation(LQE), is analgorithmthat uses a series of measurements observed over time, containingnoise(random variations) and other inaccuracies, and produces estimates of unknown variables th

14、at tend to be more precise than those based on a single measurement alone. More formally, the Kalman filter operatesrecursivelyon streams of noisy input data to produce a statistically optimalestimateof the underlyingsystem state. The filter is named afterRudolf (Rudy) E。 Klmn, one of the primary de

15、velopers of its theory.The Kalman filter has numerousapplicationsin technology。 A common application is forguidance, navigation and controlof vehicles, particularly aircraft and spacecraft. Furthermore, the Kalman filter is a widely applied concept intime seriesanalysis used in fields such assignal

16、processingandeconometrics. Kalman filters also are one of the main topics in the field of Robotic motion planning and control, and sometimes included inTrajectory optimization。The algorithm works in a twostep process。 In the prediction step, the Kalman filter produces estimates of the current state

17、variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using aweighted average, with more weight being given to estimates with higher certainty。 Because of

18、the algorithms recursive nature, it can run inreal timeusing only the present input measurements and the previously calculated state and its uncertainty matrix; no additional past information is required.It is a common misconception that the Kalman filter assumes that all error terms and measurement

19、s are Gaussian distributed. Kalmans original paper derived the filter using orthogonal projection theory to show that the covariance is minimized, and this result does not require any assumption, e。g。, that the errors are Gaussian。1He then showed that the filter yields the exact conditional probabil

20、ity estimate in the special case that all errors are Gaussian-distributed。Extensions and generalizations to the method have also been developed, such as theextended Kalman filterand theunscented Kalman filterwhich work on nonlinear systems。 The underlying model is aBayesian modelsimilar to ahidden M

21、arkov modelbut where the state space of thelatent variablesis continuous and where all latent and observed variables have Gaussian distributions。The Kalman filters are based on linear dynamic systems discretized in the time domain。 They are modelled on a Markov chain built on linear operators pertur

22、bed by errors that may include Gaussian noise。 The state of the system is represented as a vector of real numbers。 At each discrete time increment, a linear operator is applied to the state to generate the new state, with some noise mixed in, and optionally some information from the controls on the

23、system if they are known。 Then, another linear operator mixed with more noise generates the observed outputs from the true (hidden) state。 The Kalman filter may be regarded as analogous to the hidden Markov model, with the key difference that the hidden state variables take values in a continuous sp

24、ace (as opposed to a discrete state space as in the hidden Markov model).The Kalman filter is arecursiveestimator. This means that only the estimated state from the previous time step and the current measurement are needed to compute the estimate for the current state. In contrast to batch estimatio

25、n techniques, no history of observations and/or estimates is required. In what follows, the notationrepresents the estimate ofat timengiven observations up to, and including at timem n.The state of the filter is represented by two variables:, thea posterioristate estimate at timekgiven observations

26、up to and including at timek;, thea posteriorierror covariance matrix (a measure of the estimatedaccuracyof the state estimate).The Kalman filter can be written as a single equation, however it is most often conceptualized as two distinct phases: Predict” and ”Update”. The predict phase uses the sta

27、te estimate from the previous timestep to produce an estimate of the state at the current timestep. This predicted state estimate is also known as thea prioristate estimate because, although it is an estimate of the state at the current timestep, it does not include observation information from the

28、current timestep。 In the update phase, the currenta prioriprediction is combined with current observation information to refine the state estimate. This improved estimate is termed thea posterioristate estimate。Typically, the two phases alternate, with the prediction advancing the state until the ne

29、xt scheduled observation, and the update incorporating the observation. However, this is not necessary; if an observation is unavailable for some reason, the update may be skipped and multiple prediction steps performed. Likewise, if multiple independent observations are available at the same time,

30、multiple update steps may be performed (typically with different observation matricesHk)。1415PredictPredicted (a priori) state estimatePredicted (a priori) estimate covarianceUpdateInnovation or measurement residualInnovation (or residual) covarianceOptimalKalman gainUpdated (a posteriori) state est

31、imateUpdated (a posteriori) estimate covarianceThe formula for the updated estimate and covariance above is only valid for the optimal Kalman gain。 Usage of other gain values require a more complex formula found in thederivationssection。InvariantsIf the model is accurate, and the values forandaccurately reflect the distribution of the initial state values, then the following invariants are preserved: (all estimates have a mean error of zero)whereis theexpected valueof, and co

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2