MaximeVH / EquivalentCircuits.jl

A julia package to either fit the parameters of a specified equivalent electrical circuit to electrochemical impedance data, or to suggest a plausible circuit configuration for a given set of measurements (either through a comparison of circuits from the literature, or through an evolutionary algorithm approach).
MIT License
22 stars 6 forks source link

More Examples #15

Closed StefanPofahl closed 1 year ago

StefanPofahl commented 1 year ago

Hi Maxime,

I have made an example example_investigate_equivalent_circuit_modules.jl to investigate the characteristics of equivalent circuit elements / terminals. It would be nice, if you could add something similar to your repository.

Regards,

Stefan

MaximeVH commented 1 year ago

Hi Stefan,

I have included your informative examples. In the next release, the circuitfunctionand simulateimpedance_noiseless functions will be exported in the module. I will adjust the examples accordingly.

Regards,

Maxime