estimateBatteryEISParameters
Estimate initial parameters for electrochemical-impedance-spectroscopy fractional-order model
Since R2025a
Description
The estimateBatteryEISParameters function estimates the initial parameters for a specific electrochemical-impedance-spectroscopy (EIS) fractional-order model.
The estimateBatteryEISParameters function calculates the parameters based on a-priori fit of several lithium-ion batteries and provides an approximation of the order of magnitude of the parameters only. The calculation of the parameter initial estimate depends on the battery capacity, temperature, and remaining capacity.
An EISModel
object models the fractional-order model that this function
uses to estimate the initial parameters. The CircuitTopology
property of
this EISModel
object is equal to
"R0+L1+(R1,CPE1)+(R2,CPE2)+CPE3"
. This value models an
EISModel
object with this 2-ZARC circuit topology:
These initial parameters estimates serve as an approximated initial guess for optimization-based fitting strategies of EIS parameters. The values that this function returns are only an approximation and they are not the final parameter values or representative of any system. As a result, expect great deviations between the simulated and the actual physical behavior of a battery system. To ensure the requisite accuracy, validate the simulated behavior against experimental data and refine the parameter values and models.
estimates the initial parameters of an EIS fractional-order model with a
initialParameters
= estimateBatteryEISParameters(Name=Value
)"R0+L1+(R1,CPE1)+(R2,CPE2)+CPE3"
circuit topology from the
battery capacity, temperature, and remaining capacity.
Examples
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a