Welcome![Sign In][Sign Up]
Location:
Downloads Documents Software Engineering
Title: KalmanGain Download
 Description: Kalman filter KalmanGain = EstimateCovariance* sqrt (1/(EstimateCovariance* EstimateCovariance+ MeasureCovariance* MeasureCovariance)) //Calculate the estimated value of this filter EstimateValue = EstimateValue+ KalmanGain* (Measure- EstimateValue) //Update the covariance EstimateCovariance = sqrt (1- KalmanGain)* EstimateCovariance //Update the measurement variance MeasureCovariance = sqrt (1- KalmanGain)* MeasureCovariance //Returns the estimated value return EstimateValue
 Downloaders recently: [More information of uploader 马国豪]
 To Search:
File list (Check if you may need any files):
 

说明.txt
    

CodeBus www.codebus.net