FitEquivalentCircuitModel
Equivalent circuit model for fitting parameters from time-based pulse power characterization data
Since R2025a
Description
Use FitEquivalentCircuitModel
to create a fit equivalent circuit
model (ECM) object. Use this object to fit battery ECM parameters from time-based battery
pulse power characterization data.
You can obtain the pulse power data at different battery operating conditions, such as
different states of charge, temperature, load currents, and current directionality. The
preferred technique for the impedance measurement of batteries is hybrid pulse power
characterization (HPPC). To specify the ECM topology used to fit the data, set the
ECM
property. You can specify the desired fitting algorithm by defining
the FittingMethod
property.
Note
To perform impedance parameter estimation for a battery ECM
object from
time-based hybrid pulse power characterization data, use the fitECM
function instead.
Creation
Description
Note
To use this object, at the MATLAB® Command Window, run this command at least once each MATLAB session:
import simscape.battery.parameters.*;
creates a fitBatteryEcm
= FitEquivalentCircuitModelFitEquivalentCircuitModel
object with default property
values.
creates a fitBatteryEcm
= FitEquivalentCircuitModel(PropertyName=Value
)FitEquivalentCircuitModel
object and sets Properties using one or more name-value
arguments.
Properties
Object Functions
fitecm | Estimate parameters of battery equivalent circuit model for constant current pulse |
fitecmToHppcTest | Estimate parameters of battery equivalent circuit model from
HPPCTest object |
fitecmToHppcTestSuite | Estimate parameters of battery equivalent circuit model from
HPPCTestSuite object |
Version History
Introduced in R2025a