Robust Battery Management Systems: Theory, Algorithms, and Software
Home > Science, Technology & Agriculture > Energy technology and engineering > Energy, power generation, distribution and storage > Robust Battery Management Systems: Theory, Algorithms, and Software
Robust Battery Management Systems: Theory, Algorithms, and Software

Robust Battery Management Systems: Theory, Algorithms, and Software


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

This book introduces several battery management problems and provides solutions using model-based approaches. It provides detailed coverage of battery management problems, including battery impedance estimation, battery capacity estimation, state of charge estimation, state of health estimation, battery thermal management, and optimal charging algorithms. The book introduces important battery management problems in a modularized fashion, decoupling each battery management problem from others as much as possible, allowing you to focus on understanding a particular topic rather than having to understand all aspects of a battery management system.   You will get the necessary background to understand, implement and improve battery fuel gauges in electric vehicles, and general state of health of the battery; use proven models and algorithms to estimate the thermal properties of a battery; and know the basics of smart battery charger design. You will also be equipped to accurately estimate battery features of vehicles, such as state of charge, expected charging time, and state of health, to make customized charging waveforms for each vehicle.   The book teaches you how to create simulation environments to test and validate algorithms against model uncertainty and measurement noise. In addition, the importance of benchmarking battery management algorithms is covered, and several bench marking metrics are presented. Included MATLAB codes give you an easy way to test the algorithms using realistic data and to develop and test alternative solutions. This is a useful and timely guide for battery engineers at all levels, as well as research scientists and advanced students working in this robust and rapidly advancing area.

Table of Contents:
Chapter 1 Introduction 1.1 Introduction 1.2 Who is this Book For? 1.3 Use Cases 1.4 What Is Novel in This Book? 1.5 Organization of this Book 1.6 MATLAB Codes 1.7 Bibliographical Notes   Chapter 2 Review of Required Mathematics 2.1 Introduction 2.2 Least Squares Estimator 2.3 Kalman Filter 2.4 Extended Kalman Filter 2.5 Conclusions 2.6 Bibliographical Notes 2.7 Problems   Chapter 3 Battery Modelling 3.1 Introduction 3.2 Elements of Electrical Equivalent Circuit Models 3.2.1 DC Equivalent Circuit Model 3.2.2 AC Equivalent Circuit Model 3.3 Reduced Order Models 3.3.1 Ideal Battery Model 3.3.2 Open Circuit Voltage Model 3.3.3 Relaxation Model 3.3.4 Hysteresis Model 3.3.5 Enhanced Self Correcting Model 3.3.6 R-int Model 3.3.7 Other Reduced Order Models 3.4 Battery Power 3.5 Battery Capacity 3.5.1 Total Capacity 3.5.2 Discharge Capacity 3.5.3 Rated Capacity 3.5.4 Custom Defined Capacity 3.6 State of Health 3.7 Battery Packs 3.8 Battery Simulator 3.9 Summary 3.10 Bibliographical Notes   Chapter 4 Open Circuit Voltage Characterization 4.1 Introduction 4.2 Empirical OCV-SOC Models 4.2.1 Linear regression models 4.2.2 Nonlinear regression models 4.2.3 Hybrid or piecewise linear models 4.2.4 Tabular model 4.3 OCV-SOC Model Parameter Estimation 4.3.1 Linear least squares 4.3.2 Nonlinear least squares 4.3.3 Hybrid estimation 4.3.4 Tabular model estimation 4.4 Model Selection Metrics 4.4.1 OCV prediction error 4.4.2 Model evaluation metrics 4.4.3 Computational complexity 4.4.4 Numerical stability 4.4.5 System requirement 4.5 Selection of OCV-SOC Model 4.6 Summary 4.7 Bibliographical Notes   Chapter 5 Frequency Domain Approaches to Battery ECM Identification 5.1 Introduction 5.2 Frequency Response of a Battery 5.3 Computing Frequency Response Using DFT 5.4 ECM Parameter Estimation Problem 5.5 Approximate Estimation of ECM Parameters 5.6 Causes of Parameter Estimation Error 5.6.1 Effect of Approximation 5.6.2 Effect of Measurement Noise 5.7 Improved Approach for Parameter Estimation 5.7.1 Estimation of Warburg Coefficient 5.7.2 Estimation of CT Components 5.7.3 Estimation of SEI Components 5.7.4 Estimation of Resistance and Inductance 5.7.5 Feature Point Extraction 5.8 Demonstration 5.8.1 Demonstration Using Simulated Data 5.8.2 Demonstration Using Real Data 5.9 Summary 5.10 Bibliographical Notes   Chapter 6 Time Domain Approaches to Battery ECM Identification 6.1 Introduction 6.2 Signal Model of a Battery 6.3 ECM Identification of Different Model Orders 6.4 Parameter Estimation Method 6.5 Performance Analysis 6.6 Simulation Analysis 6.6.1 Perfect ECM Assumption 6.6.2 Realistic ECM Assumption 6.6.3 Real Data 6.7 Summary 6.8 Bibliographical Notes   Chapter 7 Battery Capacity Estimation 7.1 Introduction 7.2 Basics of Battery Capacity Estimation 7.2.1 Offline Estimation of Battery Capacity 7.2.2 Real-time Capacity Estimation 7.3 Capacity Estimation in the Presence of Noise 7.3.1 LS Estimate 7.3.2 TLS Estimate 7.4 Recursive Estimates 7.4.1 Recursive LS 7.4.2 Recursive TLS 7.4.3 Kalman Filter Based Fusion 7.5 Experimental Results 7.5.1 OCV-SOC characterization test 7.5.2 Dynamic discharge-charge profile 7.5.3 Real-time capacity estimation 7.6 Conclusions 7.7 Bibliographical Notes   Chapter 8 Battery Fuel Gauging 8.1 Introduction 8.1.1 State of Charge 8.1.2 Time to Shut Down 8.1.3 State of Health 8.1.4 Remaining Useful Life 8.2 SOC Estimation: Coulomb Counting Approach 8.3 SOC Estimation: OCV Based Approach 8.4 SOC Estimation: Fusion Approach 8.4.1 Measurement Model 8.4.2 Scaling 8.4.3 Extended Kalman filter for SOC tracking 8.5 Filter Consistency Testing approaches 8.5.1 Normalized Innovation Squared (NIS) 8.5.2 Zero-mean Test of Innovations 8.6 Results 8.7 Conclusions 8.8 Bibliographical Notes   Chapter 9 Battery Thermal Management 9.1 Introduction 9.2 Thermal Management Mediums 9.2.1 Air 9.2.2 Liquid 9.2.3 Phase Change Material 9.3 Battery Thermal Modelling 9.4 Simulation Results 9.5 Conclusions 9.6 Bibliographical Notes   Chapter 10 Optimal Charging Algorithms 10.1 Introduction 10.2 Charging Strategies 10.2.1 Constant Current Charging 10.2.2 Constant Voltage Charging 10.2.3 Constant Current-Constant Voltage Charging 10.2.4 Multi-stage Constant Current Charging 10.2.5 Pulse Charging 10.2.6 Trickle Charging 10.2.7 Float Charging 10.3 Optimized Charging Strategies 10.4 Numerical Results 10.5 Summary 10.6 Bibliographical Notes   Chapter 11 Evaluation and Benchmarking of Battery Management Systems 11.1 Introduction 11.2 CC Metric 11.3 OCV-SOC Metric 11.4 TTV Metric 11.5 Demonstration of BFG Evaluation 11.6 Summary 11.7 Bibliographical Notes Appendix A Closed form Derivation of TLS Estimate Appendix B Formal Derivation of Capacity Appendix C Discretization of State-Space Model


Best Sellers


Product Details
  • ISBN-13: 9781630819521
  • Publisher: Artech House Publishers
  • Publisher Imprint: Artech House Publishers
  • Edition: Unabridged edition
  • Language: English
  • Returnable: Y
  • Width: 152 mm
  • ISBN-10: 1630819522
  • Publisher Date: 30 Jun 2023
  • Binding: Hardback
  • Height: 229 mm
  • No of Pages: 304
  • Returnable: Y


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Robust Battery Management Systems: Theory, Algorithms, and Software
Artech House Publishers -
Robust Battery Management Systems: Theory, Algorithms, and Software
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Robust Battery Management Systems: Theory, Algorithms, and Software

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!