Fitting an equivalent circuit in EIS data (Frequency, Re Impedance, Im Impedance)
60 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Panagiotis Artemiou
am 14 Mär. 2023
Kommentiert: Star Strider
am 14 Mär. 2023
I have a set of data (Freq, Re Z, Im Z), that came from EIS measurements. Is there any tool or function in matlab that I can use to find the parameters of an equivalent circuit for this data set?
Thank you!
0 Kommentare
Akzeptierte Antwort
Star Strider
am 14 Mär. 2023
You indicated the Signal Processing Toolbox, so in that regard, see if the invfreqz function will do what you want.
Beyond that, the idfrd function in the System Identification Toolbox would likely be appropriate. If you have the SIT, start there and follow the links.
Those functions will identify the parameters, however it will be necessary to use circuit synthesis techniques (Foster or Cauer or other approaches) to actually build an equivalent active or passive circuit from them. That is definitely not trivial.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!