カルマン・フィルタリングの理論と実践(第3版)<br>Kalman Filtering : Theory and Practice Using Matlab (3RD)

個数:
  • ポイントキャンペーン

カルマン・フィルタリングの理論と実践(第3版)
Kalman Filtering : Theory and Practice Using Matlab (3RD)

  • ウェブストア価格 ¥27,008(本体¥24,553)
  • IEEE(2008/09発売)
  • 外貨定価 UK£ 93.50
  • 【ウェブストア限定】サマー!ポイント5倍キャンペーン 対象商品(~7/21)※店舗受取は対象外
  • ポイント 1,225pt
  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 575 p.
  • 言語 ENG
  • 商品コード 9780470173664
  • DDC分類 629.8312

基本説明

2009年春 電子情報通信学会総合大会好評書。

Full Description


This book provides readers with a solid introduction to the theoretical and practical aspects of Kalman filtering. It has been updated with the latest developments in the implementation and application of Kalman filtering, including adaptations for nonlinear filtering, more robust smoothing methods, and developing applications in navigation. All software is provided in MATLAB, giving readers the opportunity to discover how the Kalman filter works in action and to consider the practical arithmetic needed to preserve the accuracy of results. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Contents

Preface ix Acknowledgments xiii List of Abbreviations xv 1 General Information 1 1.1 On Kalman Filtering, 1 1.2 On Optimal Estimation Methods, 5 1.3 On the Notation Used In This Book, 23 1.4 Summary, 25 Problems, 26 2 Linear Dynamic Systems 31 2.1 Chapter Focus, 31 2.2 Dynamic System Models, 36 2.3 Continuous Linear Systems and Their Solutions, 40 2.4 Discrete Linear Systems and Their Solutions, 53 2.5 Observability of Linear Dynamic System Models, 55 2.6 Summary, 61 Problems, 64 3 Random Processes and Stochastic Systems 67 3.1 Chapter Focus, 67 3.2 Probability and Random Variables (RVs), 70 3.3 Statistical Properties of RVs, 78 3.4 Statistical Properties of Random Processes (RPs), 80 3.5 Linear RP Models, 88 3.6 Shaping Filters and State Augmentation, 95 3.7 Mean and Covariance Propagation, 99 3.8 Relationships Between Model Parameters, 105 3.9 Orthogonality Principle, 114 3.10 Summary, 118 Problems, 121 4 Linear Optimal Filters and Predictors 131 4.1 Chapter Focus, 131 4.2 Kalman Filter, 133 4.3 Kalman-Bucy Filter, 144 4.4 Optimal Linear Predictors, 146 4.5 Correlated Noise Sources, 147 4.6 Relationships Between Kalman-Bucy and Wiener Filters, 148 4.7 Quadratic Loss Functions, 149 4.8 Matrix Riccati Differential Equation, 151 4.9 Matrix Riccati Equation In Discrete Time, 165 4.10 Model Equations for Transformed State Variables, 170 4.11 Application of Kalman Filters, 172 4.12 Summary, 177 Problems, 179 5 Optimal Smoothers 183 5.1 Chapter Focus, 183 5.2 Fixed-Interval Smoothing, 189 5.3 Fixed-Lag Smoothing, 200 5.4 Fixed-Point Smoothing, 213 5.5 Summary, 220 Problems, 221 6 Implementation Methods 225 6.1 Chapter Focus, 225 6.2 Computer Roundoff, 227 6.3 Effects of Roundoff Errors on Kalman Filters, 232 6.4 Factorization Methods for Square-Root Filtering, 238 6.5 Square-Root and UD Filters, 261 6.6 Other Implementation Methods, 275 6.7 Summary, 288 Problems, 289 7 Nonlinear Filtering 293 7.1 Chapter Focus, 293 7.2 Quasilinear Filtering, 296 7.3 Sampling Methods for Nonlinear Filtering, 330 7.4 Summary, 345 Problems, 350 8 Practical Considerations 355 8.1 Chapter Focus, 355 8.2 Detecting and Correcting Anomalous Behavior, 356 8.3 Prefiltering and Data Rejection Methods, 379 8.4 Stability of Kalman Filters, 382 8.5 Suboptimal and Reduced-Order Filters, 383 8.6 Schmidt-Kalman Filtering, 393 8.7 Memory, Throughput, and Wordlength Requirements, 403 8.8 Ways to Reduce Computational Requirements, 409 8.9 Error Budgets and Sensitivity Analysis, 414 8.10 Optimizing Measurement Selection Policies, 419 8.11 Innovations Analysis, 424 8.12 Summary, 425 Problems, 426 9 Applications to Navigation 427 9.1 Chapter Focus, 427 9.2 Host Vehicle Dynamics, 431 9.3 Inertial Navigation Systems (INS), 435 9.4 Global Navigation Satellite Systems (GNSS), 465 9.5 Kalman Filters for GNSS, 470 9.6 Loosely Coupled GNSS/INS Integration, 488 9.7 Tightly Coupled GNSS/INS Integration, 491 9.8 Summary, 507 Problems, 508 Appendix A MATLAB Software 511 A.1 Notice, 511 A.2 General System Requirements, 511 A.3 CD Directory Structure, 512 A.4 MATLAB Software for Chapter 2, 512 A.5 MATLAB Software for Chapter 3, 512 A.6 MATLAB Software for Chapter 4, 512 A.7 MATLAB Software for Chapter 5, 513 A.8 MATLAB Software for Chapter 6, 513 A.9 MATLAB Software for Chapter 7, 514 A.10 MATLAB Software for Chapter 8, 515 A.11 MATLAB Software for Chapter 9, 515 A.12 Other Sources of Software, 516 Appendix B A Matrix Refresher 519 B.1 Matrix Forms, 519 B.2 Matrix Operations, 523 B.3 Block Matrix Formulas, 527 B.4 Functions of Square Matrices, 531 B.5 Norms, 538 B.6 Cholesky Decomposition, 541 B.7 Orthogonal Decompositions of Matrices, 543 B.8 Quadratic Forms, 545 B.9 Derivatives of Matrices, 546 Bibliography 549 Index 565

最近チェックした商品