【实例简介】
Optimal filtering with Kalman filters and smoothers – a Manual for Matlab toolbox EKF/UKF
Jouni Hartikainen and Simo Särkkä
Laboratory of Computational Engineering,
Helsinki University of Technology,
P.O.Box 9203, FIN-02015 TKK, Espoo, Finland
【实例截图】
【核心代码】
EKF_UKF工具箱
├── ekfukf
│ ├── Contents.m
│ ├── demos
│ │ ├── bot_demo
│ │ │ ├── bot_d2h_dx2.m
│ │ │ ├── bot_demo_all.m
│ │ │ ├── bot_demo_ekf1.ps
│ │ │ ├── bot_demo_ekf2.ps
│ │ │ ├── bot_demo_ukf.ps
│ │ │ ├── bot_dh_dx.m
│ │ │ ├── bot_h.m
│ │ │ ├── ekfs_bot_demo.m
│ │ │ └── ukfs_bot_demo.m
│ │ ├── ekf_sine_demo
│ │ │ ├── demo2_f1.ps
│ │ │ ├── demo2_f2.ps
│ │ │ ├── demo2_f3.ps
│ │ │ ├── ekf_sine_d2h_dx2.m
│ │ │ ├── ekf_sine_demo.m
│ │ │ ├── ekf_sine_dh_dx.m
│ │ │ ├── ekf_sine_f.m
│ │ │ └── ekf_sine_h.m
│ │ ├── kf_cwpa_demo
│ │ │ └── kf_cwpa_demo.m
│ │ ├── kf_sine_demo
│ │ │ └── kf_sine_demo.m
│ │ ├── reentry_demo
│ │ │ ├── make_reentry_data.m
│ │ │ ├── reentry_cond.m
│ │ │ ├── reentry_demo.m
│ │ │ ├── reentry_df_dx.m
│ │ │ ├── reentry_dh_dx.m
│ │ │ ├── reentry_f.m
│ │ │ ├── reentry_h.m
│ │ │ ├── reentry_if.m
│ │ │ └── reentry_param.m
│ │ └── ungm_demo
│ │ ├── ungm_d2f_dx2.m
│ │ ├── ungm_d2h_dx2.m
│ │ ├── ungm_demo.m
│ │ ├── ungm_df_dx.m
│ │ ├── ungm_dh_dx.m
│ │ ├── ungm_f.m
│ │ └── ungm_h.m
│ ├── der_check.m
│ ├── ekf_predict1.m
│ ├── ekf_predict2.m
│ ├── ekf_update1.m
│ ├── ekf_update2.m
│ ├── erts_smooth1.m
│ ├── etf_smooth1.m
│ ├── gauss_pdf.m
│ ├── gauss_rnd.m
│ ├── kf_lhood.m
│ ├── kf_loop.m
│ ├── kf_predict.m
│ ├── kf_update.m
│ ├── License.txt
│ ├── lti_disc.m
│ ├── lti_int.m
│ ├── Release_Notes.txt
│ ├── resampstr.m
│ ├── rk4.m
│ ├── rts_smooth.m
│ ├── schol.m
│ ├── tf_smooth.m
│ ├── ukf_predict1.m
│ ├── ukf_predict2.m
│ ├── ukf_predict3.m
│ ├── ukf_update1.m
│ ├── ukf_update2.m
│ ├── ukf_update3.m
│ ├── urts_smooth1.m
│ ├── urts_smooth2.m
│ ├── utf_smooth1.m
│ ├── ut_mweights.m
│ ├── ut_sigmas.m
│ ├── ut_transform.m
│ └── ut_weights.m
└── MATLAB_UKF.pdf
8 directories, 72 files