fitEISModel
Perform impedance parameter estimation for battery fractional-order model from frequency-based EIS data
Since R2025a
Description
The fitEISModel
function performs impedance parameter
estimation for a battery fractional-order equivalent circuit model (FOECM) from
frequency-based electrochemical impedance spectroscopy (EIS) data. These parameters are then
stored inside an EISModel
object
that you can use to analyze or interpret battery or fuel cell impedance data.
This figure shows the typical workflow to estimate the parameters of an FOECM:
performs impedance parameter estimation for an batteryEISModel
= fitEISModel(eisData
)EISModel
object with default
properties from the EIS data, eisData
. The function returns an
EISModel
object with the estimated parameters.
performs impedance parameter estimation from the EIS data, batteryEISModel
= fitEISModel(eisData
,Name=Value
)eisData
, and
specifies additional options using name-value arguments. The function returns an
EISModel
object with the estimated parameters.
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a