-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some basic questions about using and presenting the results #5
Comments
Hi, These are all good questions. I believe that some of them are addressed in the tutorial already, so I will point you to the relevant section when possible.
|
For your second set of questions:
|
Thank you for your professional and informative response. |
I still have problems regarding the results of the final total DRT and the decomposed peaks (I use RQ as the base element in the ECM), specifically:
When I try to recover the obtained data as you have pointed out using the following codes:
I got
Thank you in advance for the help! |
Hi, sorry for the delayed reply!
|
Hi,
Thanks! |
I see, thanks for clarifying. After peak positions have been identified, the individual DRT contribution of each peak is estimated. This is done by first identifying troughs or valleys between peaks, then assigning a weighting function to each peak that decays with a characteristic length scale determined by the distance to the trough. The weighting functions for all peaks are then used to assign a fraction of the DRT at each timescale to each peak. The individual peak distributions can then be integrated to obtain peak polarization resistances, and circuit parameters (such as dispersion or asymmetry) can be estimated from the distributions as described in the paper. You can see the result of this non-parametric peak deconvolution process by using |
Hi, |
Hi,
I am trying to interpret some impedance spectra using your package.
As a new user, I followed the procedure described in ``Fitting EIS data.ipynb'' and
I have successfully obtained the drt inversion results.
Based on this, I have some basic questions about the DRT optimization and results plotting:
For the final drt, how to visualize the peak separating plot: the individual peak distributions over the total distribution?
Besides the time constant, is it possible to obtain the frequency range of the identified peaks? (this is useful information for some application scenarios)
And is there a way to export the final drt and peak separation results data for further plots rather than he given plot functions?
I am trying to make sure I understand and present things correctly since I am using it for formal work. Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: