Pith. sign in

REVIEW 3 major objections 6 minor 82 references

NELM: Modern Open-Source Software for Multipurpose Impedance Spectra Analysis

T0 review · 3 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read NELM is a free, open-source MatLab/GNU Octave package for CNLS fitting of impedance spectra to arbitrary equivalent circuits, with Monte Carlo multistart stabilization and adaptive filtering, validated on RLC circuits, a silicon…

desk verdict Open-source impedance fitting package with real features and honest validation examples, but the universal RL-CPE+delay model needs identifiability checks before the physics claims carry weight. read the letter →

arxiv 2506.01997 v1 pith:7RSLWN6Y submitted 2025-05-19 physics.app-ph physics.comp-phphysics.data-an

classification physics.app-phphysics.comp-phphysics.data-an
keywords impedancespectroscopyCNLSequivalentcircuitsconstantphaseelementadaptivefilteringMonteCarlomultistartbiosensingopen-sourcesoftware
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces NELM, a free and open-source MatLab/GNU Octave package for electrical impedance spectroscopy analysis. Its central claim is that NELM can fit measured immittance spectra to essentially arbitrary equivalent circuits by complex nonlinear least squares, with user-chosen solvers, weights, immittance representations, Monte Carlo multistart stabilization, and an adaptive filtering mode for noisy time-domain data. The authors argue this matters because existing impedance analysis software is largely closed-source, dated, or limited to series/parallel circuits, and cannot handle delay exponents or high-resolution noisy spectra. They support the claim with demonstrations on RLC circuits, a silicon photodiode whose 0.7 V barrier potential is recovered, cultured-cell biosensing where cell-induced resistance changes are tracked, and a noise-immunity test at -6 dB signal-to-noise ratio.

What carries the argument

The engine is the CNLS working function $$$E^{2}$ = \frac{1}{L}\sum_{\ell=1}^{L} |Y_m(\omega_\ell)-$Y^{{ex}}$(\omega_\ell)|^2 W(\omega_\ell),$$ minimized by a switchable set of solvers, including simplex search, damped Newton-type refinement, coordinate and gradient descent, trust region, and homotopy methods. The workhorse model in most validations is the generalized RL-CPE circuit with delay exponent, $$Z = \left(R+i\omega L + \frac{1}{W(i\omega)^\$\alpha$}\right)$e^{{i\omega\tau}}$,$$ in which $1/(W(i\omega)^\alpha)$ is the constant-phase element modelling non-ideal capacitive behaviour and $e^{i\omega\tau}$ accounts for the time offset between voltage and current sampling; fixing the CPE exponent at unity reduces it to an RLC circuit, which is how the same model spans resonant circuits, photodiodes, and cell-covered electrodes. The adaptive filtering mode uses a separately implemented optimal linear filter, trained on the measured voltage and current sequences, to produce clean spectra before CNLS fitting. Making the model an anonymous function and generating Jacobians symbolically is what lets users define bridge circuits and custom models without touching the core solver.

What would settle it

Generate a synthetic impedance spectrum from a known equivalent circuit that contains an element the fitting model omits, such as a second RC time constant, and run NELM's CNLS with Monte Carlo stabilization on it. If the fit produces low residuals but recovered parameters that deviate from the known values, or if the Monte Carlo confidence intervals exclude the true values, then the claim that NELM reliably recovers physical parameters from real spectra would be weakened.

Watch

Extended reading notes

Core claim

The paper's central claim is that NELM supplies a complete and flexible CNLS fitting pipeline: the user selects the immittance type, the weighting, the minimization solver, and the equivalent circuit, either from built-in models, by fixing parameters in the style of the classic CNLS construction method, or by generating a new model symbolically with automatic Jacobian computation. Around this core, NELM layers a Monte Carlo multistart that seeds parallel fits from the previous spectrum, a warming-up mode for the first spectrum, confidence intervals from both Monte Carlo statistics and linearized error analysis, and an adaptive filtering method that estimates spectra from noisy time-domain recordings. The validation results reported are that NELM recovers the ratings of RLC circuits, identifies the photodiode pn-junction as near-ideal and abrupt with a 0.7 V diffusion barrier matching the datasheet, detects a single cultured cell floating over a microelectrode as a synchronous rise and fall in fitted resistance while pseudo-capacitance stays stable, and, in the adaptive filtering test, recovers the parameters of a cell-like R-CPE circuit at -6 dB SNR where the FFT-based approach fails. The paper's position is that these demonstrations establish NELM as a general-purpose tool for semiconductor, electrochemical, and biosensing applications.

Load-bearing premise

The load-bearing premise is that the simple model circuits chosen for the test systems actually represent the physics of those systems, so the fitted values, such as the 0.7 V photodiode barrier or the cell-induced resistance change, are real properties and not artifacts absorbed by the model.

Editorial extensions

If this is right

  • Users of impedance spectroscopy gain a free alternative to closed packages for fitting arbitrary equivalent circuits, including bridge topologies and delay-exponent terms that series/parallel-only tools cannot represent.
  • Batch time-series data, such as long cell-culture or corrosion experiments, can be fitted with warm starts from the previous spectrum and Monte Carlo multistart, reducing the impact of local minima on long runs.
  • The adaptive filtering mode makes CNLS fitting practical on spectra recorded at negative signal-to-noise ratios, which matters for implantable and wearable bioimpedance sensors.
  • Because models and solvers are user-extensible and the code is open, the package can be adapted to new equivalent circuits or new minimization protocols by modifying settings files rather than rewriting the analysis core.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If NELM is adopted, impedance analyses become more reproducible: the settings files, model definitions, and fixed parameters together form an explicit record of the analysis, which the paper does not highlight as a sharing feature.
  • The warm-start plus Monte Carlo multistart recipe is a general remedy for drift-prone time-series fitting and could transfer to other spectroscopies that suffer the same local-minimum and noise problems.
  • The adaptive-filtering result implies that visual fit quality is not a reliable success criterion: spectra can look well approximated while parameter estimates are wrong, so future EIS studies should report parameter uncertainties and the noise-handling method used.
  • The symbolic model generator suggests a broader reach than electrochemistry: any system whose response can be written as an immittance-like transfer function could in principle be fitted with the same core, making NELM a general immittance-fitting platform rather than an EIS-only tool.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper introduces NELM, a free, open-source MatLab/GNU Octave package for complex nonlinear least-squares (CNLS) analysis of impedance spectra. It describes the package architecture, data-loading and model interfaces, built-in equivalent-circuit models, multiple minimization solvers, Monte-Carlo multistart stabilization, confidence-interval estimation, symbolic model construction via Make_Model, and an adaptive-filtering (AF) noise-reduction routine. Validation is demonstrated on factory-rated RLC circuits, a BPW 20 RF silicon photodiode (yielding a barrier potential of 0.7 V), HeLa cell detachment monitored on a multielectrode array, and a Lapicque-circuit noise-immunity test comparing AF with FFT. The central claim is that NELM provides a modern, flexible, open alternative to EC-Lab, ZView, and LEVM that reliably recovers physical equivalent-circuit parameters from experimental impedance spectra.

Significance. If the parameter-recovery claim holds, NELM is a valuable open-source contribution: it supports bridge circuits, arbitrary user-defined equivalent circuits, symbolic Jacobian generation, parallel Monte-Carlo initialization, and AF noise reduction, and it is demonstrated on four distinct application classes against external reference values (factory-rated components, a manufacturer's C-V plot, and nominal Lapicque element ratings). The GitHub distribution and example data support reproducibility, and the software addresses genuine limitations of existing packages. However, the validation is at proof-of-concept level, and the central identifiability question for the delay-exponent model used in most demonstrations is not addressed; the quantitative reliability claims therefore need additional support before they can be accepted.

major comments (3)
  1. [Sec. 6.1, Eq. (4)] The silicon-photodiode validation checks only the derived barrier potential (0.7 V) and the observation that the CPE exponent is close to unity; the individual fitted parameters R, L, W, alpha, tau and their uncertainties are not reported. Because e^{i omega tau} rotates the impedance phase linearly in frequency, tau can trade off against both alpha (which changes phase slope) and L (which rotates the high-frequency impedance) over the 10 Hz to 40 kHz band. A biased W with a compensating tau could still produce a plausible linear C-V curve. Please report the fitted parameters with confidence intervals and correlations, and include a comparison with tau fixed at zero; without this, the claim that NELM recovers the physical junction capacitance is not established.
  2. [Sec. 6.2] The HeLa cell conclusion, that the electrode resistance rises while pseudo-capacitance remains stable during cell detachment, rests on the same RL-CPE-with-delay model of Eq. (4). No confidence intervals, time-resolved parameter trajectories, or alternative fits with tau fixed are shown, so one cannot exclude the possibility that adjustments in tau or alpha absorb part of the cell-induced impedance change. The authors should quantify the stability of the CPE parameters, show the resistance trace with error bars, and demonstrate that the observed response is not an artefact of parameter trade-off before attributing it specifically to cell resistance.
  3. [Secs. 4.2, 6.1, 6.2] NELM already includes both Monte-Carlo-based and Jacobian-based confidence-interval machinery, and the AF test in Sec. 6.3 reports 99.9% intervals over 10 experiments. Yet the RLC, photodiode, and HeLa validations report no parameter uncertainties or correlations at all. To substantiate the reliability claim for Eq. (4), at least one of these validation studies should include a full parameter report (best values, MC scatter or Jacobian confidence intervals, and a correlation matrix), ideally accompanied by a synthetic-data recovery test with known parameters. Without this, the absence of uncertainty reporting is a load-bearing gap, not merely a presentation issue.
minor comments (6)
  1. [Eq. (2)] The Hermitian-conjugation symbol is missing in the typeset normal equations: the expression 'J +J' should read J^dagger J and J^dagger F; as printed the equation is not mathematically valid.
  2. [Sec. 6.3, Fig. 7] The lower panels (c)-(e) are described only as 'Lower panels'; the text should state explicitly which panel shows which element rating to make the figure self-contained.
  3. [Throughout] The program name is spelled inconsistently as 'EC-lab' and 'EC-Lab'; please standardize.
  4. [Sec. 4.2] The sentence 'we does not use build into MatLab method MultiStart' should read 'we do not use the built-in MatLab MultiStart method'.
  5. [Sec. 5.2, Table 2] The text refers to 'asimplde_DRT.m' and 's implde_DRT.m' while Table 2 lists 'Simple_DRT.m'; please verify the actual file name in the distribution.
  6. [Abstract, Sec. 4.3] The abstract claims 'artificial intelligence' and the text calls AF 'AI-based adaptive filtering,' but the implemented AF method is a Wiener least-squares filter; this wording overstates the AI content.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper validates NELM on external benchmarks, and self-citations are implementation references rather than derivation inputs.

full rationale

The central content of the paper is a software description and a set of application demonstrations, not a theoretical derivation that reduces to its own inputs. The validation cases use independent points of reference: factory-rated RLC components, a digitized manufacturer CV curve for the BPW 20 RF photodiode, a Lapicque circuit with explicitly specified reference ratings for the AF noise-immunity test, and the published Giæver-Keese model for the HeLa cell experiments. The RL-CPE model with delay exponent, Eq. (4), is presented as a fitting ansatz, not derived from NELM, and the fitted parameters are then compared with external values. The one internal consistency check, where resonance peak position and height are recomputed from the NELM fit output in Sec. 6.1, is a sanity check rather than an independent prediction, and it is not load-bearing for the software's overall capability claim. The adaptive-filtering method originates in the authors' prior work (Ref. [12]) and the Monte-Carlo stabilization in Ref. [30], but the AF demonstration in Sec. 6.3 benchmarks the method against a known circuit with known element values, so the self-citations are not unexamined inputs that force the conclusion. No equation is shown to equal its own input, and no fitted parameter is renamed as a prediction. Identifiability concerns about trade-offs among tau, alpha, and L in Eq. (4) are correctness or uncertainty issues, not circularity. Overall, the derivation chain is self-contained against external benchmarks, and the paper warrants a non-circularity finding.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

NELM is a fitting tool, so the ledger is mostly model and method assumptions. No physical entities or hidden fitted constants are introduced: the EC parameters fitted in the examples are the intended outputs of the analysis. The key unproved premises are the adequacy of the chosen equivalent circuits, the reliability of the CNLS solvers, and the validity of the self-cited adaptive-filtering framework.

assumptions (5)
  • domain assumption The RL-CPE equivalent circuit with delay exponent e^(i*omega*tau) in Eq. (4) adequately represents the RLC circuits, the BPW 20 RF photodiode, and the HeLa cell-electrode system.
    Used for all validation fits except the AF noise test in Sec. 6. If this model omits a relevant process, the extracted R, L, W, alpha, and tau values could fit the data while not corresponding to the claimed physical quantities.
  • domain assumption The adaptive filtering impedance spectroscopy theory from Ref. [12] is correct for noise-immune spectrum reconstruction.
    The noise-combat demonstration in Sec. 6.3 relies entirely on this self-cited theory; the paper does not re-derive or independently verify it.
  • domain assumption Monte Carlo multistart with warm-up initialization stabilizes the CNLS fitting and avoids local minima.
    The batch processing workflow in Sec. 4.2 and Fig. 2 assumes that randomized restarts around the previous best fit are sufficient to keep the fit process stable.
  • domain assumption The AF training sequences are long enough relative to filter order to avoid overlearning.
    The paper itself states in Sec. 6.3 that the AF theory assumes infinite length and that sufficient length is needed to prevent interpolation; no quantitative guidance is given.
  • domain assumption The model m-functions return correct admittances and Jacobians.
    Jacobian-based confidence intervals and CNLS solvers in Sec. 4.1 and 4.4 depend on accurate Jacobian evaluation; no unit tests or independent checks are shown.

how reviews work

0 comments
Cite this review

Pith. "Pith review of NELM: Modern Open-Source Software for Multipurpose Impedance Spectra Analysis." pith.science (2026). https://pith.science/paper/7RSLWN6Y

@misc{pith2026250601997,
  author       = {Pith},
  title        = {Pith review of: NELM: Modern Open-Source Software for Multipurpose Impedance Spectra Analysis},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7RSLWN6Y}},
  note         = {Machine review of arXiv:2506.01997}
}
read the original abstract

Nowadays electrical impedance spectroscopy (EIS) has become an advanced experimental technique with a wide range of applications: from simple passive circuits diagnostics to semiconductor high-end device development and breakthrough technologies in bio-sensing. Although hardware for EIS today is well developed, the EIS analysis software is mainly custom, old fashioned, i.e. it is limited by features, does not utilize the progress in the modern computer science and hardware, and is usually implemented in close-source code or written on outdated programming languages, which causes slow progress in field of the EIS and complicates researchers attempts of development in EIS autonomous devices, such as implants. In this article, we introduce a free and open-sourced MatLab/GNU Octave package for EIS analysis called NELM, which provides powerful equipment tools for matching experimental impedance data with theoretical equivalent circuits. Our software has an user friendly interface and supports different formats of input data, fitting programs, and impedance models. In addition, we have developed NELM with implementation of the latest progress in computation science such as symbolic calculations, parallel computing, and artificial intelligence. The abilities of NELM were validated by its applications in the different fields of science, such as semiconductor studies, bioimpedance and electrochemestry, which demonstrated high-efficiency of the proposed software package and showed that it is a promising tool for solving actual problems in electronic industry, biosensorics, and healthcare technologies.

Figures

Figures reproduced from arXiv: 2506.01997 by the authors.

Figure 1
Figure 1. Architecture of the NELM engine. To provide the program flexibility NELM has: data loading interface, which convert the data in arbitrary format to the MatLab complex column￾array by anonymous function @Get_Spectrum_Func; model loading interface, which evaluate by anonymous function Channels.Model the EC immittance; the structure options, which define the approximations process settings; the main universal approxima… view at source ↗
Figure 2
Figure 2. NELM Software Block Diagram. Here ⃗r is a random vector, MC is Monte-Carlo, CI is confidence intervals. 8 [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Screenshots of NELM software. (a) MatLab editor window in which the NELM shell code is open, and a message prompting to continue the previously started CNLS processing of spectra; (b) window for selecting an equivalent circuit for data processing. 9 [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Screenshots of NELM software (continued). (a) [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Kaleidoscope of the NELM applications for various scientific tasks. (a) and (b) Iden [PITH_FULL_IMAGE:figures/full_fig_p027_5.png]
Figure 6
Figure 6. Figure 6: The demonstration of the NELM applicability for the cell biophysics research. In this [PITH_FULL_IMAGE:figures/full_fig_p030_6.png]
Figure 7
Figure 7. Figure 7: Demonstration of the AF impedance spectroscopy noise immunity. Here green dots are corresponds to the experimental [PITH_FULL_IMAGE:figures/full_fig_p033_7.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

82 extracted references · 79 canonical work pages

  1. [1]

    D. D. Stupin, E. A. Kuzina, A. A. Abelit, A. K. Emelyanov, D. M. Nikolaev, M. N. Ryazantsev, S. V. Koniakhin, M. V. Dubina, Bioimpedance spectroscopy: Basics and applications, ACS Biomaterials Science & Engineering 7 (6) (2021) 1962–1986. 32

  2. [2]

    Oppenheim, R

    A. Oppenheim, R. Schafer, L. Rabiner, B. Gold, B. Hunt, Digital signal pro- cessing and theory and application of digital signal processing (1976)

  3. [3]

    Tietze, C

    U. Tietze, C. Schenk, E. Gamm , Electronic Circuits: Handbook for Design and Application, 2nd Edition, Springer-Verlag Berlin Heidelberg, 2008

  4. [4]

    V. K. I. Dimitris G. Manolakis, Applied Digital Signal Processing: Theory and Practice, 1st Edition, Cambridge University Press, 2011

  5. [5]

    Rawlings, Sastry G

    John O. Rawlings, Sastry G. Pantula, David A. Dickey, Applied Regression Analysis: A Research Tool, 2nd Edition, Springer Texts in Statistics, Springer, 1998

  6. [6]

    Xin Yan, Xiao Gang Su, Linear Regression Analysis: Theory and Computing, 1st Edition, World Scientific Publishing Company, 2009

  7. [7]

    Hogg, Allen T

    Robert V. Hogg, Allen T. Craig, Introduction to mathematical statistics, 4th Edition, Macmillan, 1978

  8. [8]

    Per Christian Hansen, Víctor Pereyra, Godela Scherer, Least Squares Data Fit- ting with Applications, Johns Hopkins University Press, 2013

Show all 82 references
  1. [9]

    Barsoukov, J

    E. Barsoukov, J. R. Macdonald, Impedance spectroscopy: theory, experiment, and applications, John Wiley & Sons, 2018

  2. [10]

    J. R. Macdonald, J. Schoonman, A. Lehnen, Applicability and power of complex nonlinear least squares for the analysis of impedance and admittance data, Jour- nal of Electroanalytical Chemistry and Interfacial Electrochemistry 131 (1982) 77–95

  3. [11]

    J. R. Macdonald, J. Garber, Analysis of impedance and admittance data for solids and liquids, Journal of the Electrochemical Society 124 (7) (1977) 1022– 1030

  4. [12]

    D. D. Stupin, S. V. Koniakhin, N. A. Verlov, M. V. Dubina, Adaptive fil- tering to enhance noise immunity of impedance and admittance spectroscopy: Comparison with Fourier transformation, Phys. Rev. Applied 7 (2017) 054024. doi:10.1103/PhysRevApplied.7.054024

  5. [13]

    Rahman, Abdur Rub Abdur and Lo, Chun-Min and Bhansali, Shekharetal., A detailed model for high-frequency impedance characterization of ovarian cancer epithelial cell layer using ECIS electrodes, IEEE transactions on biomedical engineering 56 (2) (2009) 485–492. 33

  6. [14]

    Y. Qiu, R. Liao, X. Zhang, Real-time monitoring primary cardiomyocyte adhe- sion based on electrochemical impedance spectroscopy and electrical cell- sub- strate impedance sensing, Analytical chemistry 80 (4) (2008) 990–996

  7. [15]

    Y. Qiu, R. Liao, X. Zhang, Intervention of cardiomyocyte death based on real- time monitoring of cell adhesion through impedance sensing, Biosensors and Bioelectronics 25 (1) (2009) 147–153

  8. [16]

    A.Ganguly, PassivelyAddressableElectrochemicalSensorforDetectionofChlo- ride Ions in Ultra-Low Volumes of Human Sweat, The University of Texas at Dallas, 2019

  9. [17]

    K. M. Ismail, S. S. Hassan, S. S. Medany, M. A. Hefnawy, A facile sonochemical synthesis of the Zn-based metal–organic framework for electrochemical sensing of paracetamol, Materials Advances 5 (14) (2024) 5870–5884

  10. [18]

    Zarei, A

    A. Zarei, A. Hatefi-Mehrjardi, M. A. Karimi, A. Mohadesi, Impedimetric glu- cose biosensing based on drop-cast of porous graphene, nafion, ferrocene, and glucose oxidase biocomposite optimized by central composite design, Journal of Electroanalytical Chemistry 919 (2022) 116544

  11. [19]

    R. K. Shervedani, A. H. Mehrjardi, N. Zamiri, A novel method for glucose determination based on electrochemical impedance spectroscopy using glucose oxidase self-assembled biosensor, Bioelectrochemistry 69 (2) (2006) 201–208

  12. [20]

    S. Lee, K. J. Price, D.-H. Kim, Two local built-in potentials of h2s processed cztsse by complex impedance spectroscopy, Solar Energy 225 (2021) 11–18

  13. [21]

    Crain, S

    D. Crain, S. Rock, J. Garland, D. Roy, Comparison of DC and AC electro- analytical methods for measuring diode ideality factors and series resistances of silicon solar cells, Current Applied Physics 13 (9) (2013) 2087–2097

  14. [22]

    Macdonald, CNLS (complex nonlinear least squares): Immittance, inversion, and simulation fitting programs–LEVM manual

    J. Macdonald, CNLS (complex nonlinear least squares): Immittance, inversion, and simulation fitting programs–LEVM manual. version 8.08, issue data: Febru- ary, 2007d. W. Marquardt, SIAM Journal on Applied Mathematics 11 (1963) 431

  15. [23]

    D. D. Macdonald, A method for estimating impedance parameters for electro- chemical systems that exhibit pseudoinductance, Journal of the Electrochemical Society 125 (12) (1978) 2062–2064. 34

  16. [24]

    Y.-T. Tsai, D. Whitmore, Nonlinear least-squares analyses of complex impedance and admittance data for solid electrolytes, Solid State Ionics 7 (2) (1982) 129–139

  17. [25]

    Nocedal, S

    J. Nocedal, S. J. Wright, Numerical optimization, Springer, 1999

  18. [26]

    URLhttps://jrossmacdonald.com/jrm/wp-content/uploads/LEVMMANUAL.pdf

    Ross Macdonald , LEVM / LEVMW Manual (Version 8.13 (May 2015)). URLhttps://jrossmacdonald.com/jrm/wp-content/uploads/LEVMMANUAL.pdf

  19. [27]

    URLhttps://mmrc.caltech.edu/BioLogic%20Echem/ECLab%20Manuals/EC-Lab%20software%20user%27s%20manual.pdf

    BioLogic Science Instruments, EC-Lab Software User’s Manual (Version 10.38 – August 2014). URLhttps://mmrc.caltech.edu/BioLogic%20Echem/ECLab%20Manuals/EC-Lab%20software%20user%27s%20manual.pdf

  20. [28]

    Naranjo-Hernández, J

    D. Naranjo-Hernández, J. Reina-Tosina, L. M. Roa, G. Barbarov-Rostán, F. Ortega-Ruiz, P. C. Ramos, Smart bioimpedance device for the assessment of peripheral muscles in patients with COPD, Sensors (Basel, Switzerland) 24 (14) (2024)

  21. [29]

    , ZView 4.0 Operating ManualImpedance/Gain-Phase Graphing & Analysis Software (Rev

    Scribner Associates, Inc. , ZView 4.0 Operating ManualImpedance/Gain-Phase Graphing & Analysis Software (Rev. C, 2/2023)

  22. [30]

    Petersburg State Polytechnical University Jour- nal

    Boitsova, N.A., Abelit, A.A., Verlov, N.A., Stupin, D.D, Using Monte-Carlo based randomisation for stabilisation of data fitting in bioimpendance spec- troscopy: Proof-of-concept, St. Petersburg State Polytechnical University Jour- nal. Physics and Mathematics. 17 (2024) 315. ...

  23. [31]

    Cavallini, M

    F. Cavallini, M. Tarantola, Ecis based wounding and reorganization of car- diomyocytes and fibroblasts in co-cultures, Progress in biophysics and molecular biology 144 (2019) 116–127

  24. [32]

    Yrjänä, DearEIS – a GUI program for analyzing impedance spectra, Journal of Open Source Software 7 (80) (2022) 4808

    V. Yrjänä, DearEIS – a GUI program for analyzing impedance spectra, Journal of Open Source Software 7 (80) (2022) 4808. doi:10.21105/joss.04808. URLhttps://doi.org/10.21105/joss.04808

  25. [33]

    Murbachet al., Getting started with impedance.py

    Matthew D. Murbachet al., Getting started with impedance.py. URLhttps://impedancepy.readthedocs.io/en/latest/getting-started.html

  26. [34]

    Murbachet al., Impedance.py frequently asked questions

    Matthew D. Murbachet al., Impedance.py frequently asked questions. URLhttps://impedancepy.readthedocs.io/en/latest/faq.html

  27. [35]

    Yrjänä, Pyimpspec source code

    V. Yrjänä, Pyimpspec source code. URLhttps://github.com/vyrjana/pyimpspec 35

  28. [36]

    K. B. Knudsen, PyEIS manual. URLhttps://github.com/kbknudsen/PyEIS

  29. [37]

    URLhttps://github.com/mdmurbach/ImpedanceAnalyzer

    ImpedanceAnalyzer source code. URLhttps://github.com/mdmurbach/ImpedanceAnalyzer

  30. [38]

    URLhttp://www.abc.chemistry.bsu.by/vi/analyser/fitting.html

    EIS spectrum analyser help. URLhttp://www.abc.chemistry.bsu.by/vi/analyser/fitting.html

  31. [39]

    Zhang, R

    R. Zhang, R. Black, D. Sur, P. Karimi, K. Li, B. DeCost, J. R. Scully, J. Hattrick-Simpers, AutoEIS: automated bayesian model selection and analy- sis for electrochemical impedance spectroscopy, Journal of The Electrochemical Society 170 (8) (2023) 086502

  32. [40]

    URLhttps://github.com/AUTODIAL/AutoEIS

    AutoEIS source code. URLhttps://github.com/AUTODIAL/AutoEIS

  33. [41]

    URLhttps://github.com/NREL/OSIF

    OSIF source code. URLhttps://github.com/NREL/OSIF

  34. [42]

    Kobayashi, Kiyoshi and Suzuki, Tohru S, Free analysis and visualization pro- grams for electrochemical impedance spectroscopy coded in python, Electro- chemistry 89 (2) (2021) 218–222

  35. [43]

    URLhttps://www.nims.go.jp/pyZwx/en/pyZwx_UserGuide/userGuide-e.html

    pyZwx manual. URLhttps://www.nims.go.jp/pyZwx/en/pyZwx_UserGuide/userGuide-e.html

  36. [44]

    O. H. Maghsoudi, A. Vahedipour, J. Gerstenhaber, S. P. George, T. Hallowell, B. Robertson, M. Short, A. Spence, Matlab software for impedance spectroscopy designed for neuroscience applications, Journal of neuroscience methods 307 (2018) 70–83

  37. [45]

    B. A. Boukamp, A nonlinear least squares fit procedure for analysis of immit- tance data of electrochemical systems, Solid state ionics 20 (1) (1986) 31–44

  38. [46]

    Stupin, A

    D. Stupin, A. Lihachev, A. Nashchekin, How to take fractional-order deriva- tive experimentally?, in: Journal of Physics: Conference Series, Vol. 1124, IOP Publishing, 2018, p. 071011

  39. [47]

    Stupin, A

    BioElectronics Lab: D. Stupin, A. Abelit, N. Boitsova, NELM software 1.0 beta (2025). URLhttps://github.com/BioElectronicsLab/NELM-1.0-beta 36

  40. [48]

    Stupin, A

    BioElectronics Lab: D. Stupin, A. Abelit, N. Boitsova, NELM software playlist (2025). URLhttps://www.youtube.com/playlist?list=PLGs8WJXPVSmXVLjqGhC6q4nZcFmngpXkf

  41. [49]

    J. C. Lagarias, J. A. Reeds, M. H. Wright, P. E. Wright, Convergence proper- ties of the Nelder–Mead simplex method in low dimensions, SIAM Journal on optimization 9 (1) (1998) 112–147

  42. [50]

    C. T. Kelley, Iterative methods for optimization, SIAM, 1999

  43. [51]

    URLhttps://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.basinhopping.html

    basinhopping help. URLhttps://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.basinhopping.html

  44. [52]

    N. Ke, X. Wang, X. Xu, Y. A. Abassi, The xCELLigence system for real- time and label-free monitoring of cell viability, in: Mammalian Cell Viability, Springer, 2011, pp. 33–43

  45. [53]

    Golke, J

    A. Golke, J. Cymerys, A. Słońska, T. Dzieciatkowski, A. Chmielewska, A. Tu- cholska, M. Bańbura, The xCELLigence system for real-time and label-free anal- ysis of neuronal and dermal cell response to Equine Herpesvirus type 1 infection, Polish journal of veterinary sciences (2012)

  46. [54]

    C. L. Lawson, R. J. Hanson, Solving least squares problems, Classics in applied mathematics 15, Society for Industrial and Applied Mathematics, 1987

  47. [55]

    J. R. Rice, Matrix Computations and Mathematical Software (McGraw-Hill Computer Science Series), McGraw-Hill Companies, 1981

  48. [56]

    Hiriart-Urruty (auth.), Reiner Horst, Panos M

    J.-B. Hiriart-Urruty (auth.), Reiner Horst, Panos M. Pardalos (eds.), Hand- book of Global Optimization, 1st Edition, Nonconvex Optimization and Its Applications 2, Springer US, 1995

  49. [57]

    S. J. Hanson, Confidence intervals for nonlinear regression: A basic program, Behavior Research Methods & Instrumentation 10 (3) (1978) 437–441

  50. [58]

    I., Introduction to statistics (In Russian) (2010)

    Ivchenko G.I and Medvedev Yu. I., Introduction to statistics (In Russian) (2010)

  51. [59]

    Popkirov, R

    G. Popkirov, R. Schindler, A new impedance spectrometer for the investigation of electrochemical systems, Review of scientific instruments 63 (11) (1992) 5366– 5372. 37

  52. [60]

    Leisner, J

    M. Leisner, J. Carstensen, H. Föll, FFT impedance spectroscopy analysis of the growth of anodic oxides on (100) p-Si for various solvents, Journal of Electro- analytical Chemistry 615 (2) (2008) 124–134

  53. [61]

    Chang, S.-M

    B.-Y. Chang, S.-M. Park, Electrochemical impedance spectroscopy, Annual Re- view of Analytical Chemistry 3 (2010) 207–229

  54. [62]

    Stupin, A

    D. Stupin, A. Kornev, N. Filatov, S. Koniakhin, Cell-substrate lift-off lithog- raphy: Proof of concept, in: Journal of Physics: Conference Series, Vol. 1135, IOP Publishing, 2018, p. 012015

  55. [63]

    E. O. Brigham, The fast Fourier transform: An introduction to its theory and application, prentice-hall Edition, Prentice Hall, 1973

  56. [64]

    B. Y.-K. Hu, Kramers–kronig in two lines, Am. J. Phys 57 (9) (1989) 821

  57. [65]

    Urquidi-Macdonald, S

    M. Urquidi-Macdonald, S. Real, D. D. Macdonald, Applications of Kramers- Kronig transforms in the analysis of electrochemical impedance data III. stabil- ity and linearity, Electrochimica Acta 35 (10) (1990) 1559–1566

  58. [66]

    A.Gavrilyuk, D.Osinkin, D.Bronin, TheuseofTikhonovregularizationmethod for calculating the distribution function of relaxation times in impedance spec- troscopy, Russian Journal of Electrochemistry 53 (2017) 575–588

  59. [67]

    S. M. Sze, Physics of Semiconductor Devices, 2nd Edition, Wiley-Interscience, 1981

  60. [68]

    6, Vishay Semiconductor GmbH, P.O.B

    Vishay Semiconductors, BPW20RF manual, Fig. 6, Vishay Semiconductor GmbH, P.O.B. 3535, D-74025 Heilbronn, Germany (Rev. 1, 19–Mar–02)

  61. [69]

    Rohatgi, Webplotdigitizer

    A. Rohatgi, Webplotdigitizer. URLhttps://automeris.io

  62. [70]

    Y.Cui, Y.An, T.Jin, F.Zhang, P.He, Real-timemonitoringofskinwoundheal- ing on nano-grooves topography using electric cell-substrate impedance sensing (ECIS), Sensors and Actuators B: Chemical 250 (2017) 461–468

  63. [71]

    D. Das, F. A. Kamil, K. Biswas, S. Das, Electrical characterization of suspended hela cells using ECIS based biosensor, in: 2012 Sixth International Conference on Sensing Technology (ICST), IEEE, 2012, pp. 734–737

  64. [72]

    J. R. Masters, HeLa cells 50 years on: the good, the bad and the ugly, Nature Reviews Cancer 2 (4) (2002) 315. 38

  65. [73]

    Giaever, C

    I. Giaever, C. R. Keese (auth.), W. G. Jiang (eds.), Electric Cell-Substrate Impedance Sensing and Cancer Metastasis, 1st Edition, Cancer Metastasis - Biology and Treatment 17, Springer Netherlands, 2012

  66. [74]

    Giaever, C

    I. Giaever, C. R. Keese, A morphological biosensor for mammalian cells., Nature 366 (6455) (1993) 591

  67. [75]

    Kerner, T

    Z. Kerner, T. Pajkossy, On the origin of capacitance dispersion of rough elec- trodes, Electrochimica Acta 46 (2-3) (2000) 207–211

  68. [76]

    Pajkossy, Impedance of rough capacitive electrodes, Journal of Electroana- lytical Chemistry 364 (1-2) (1994) 111–125

    T. Pajkossy, Impedance of rough capacitive electrodes, Journal of Electroana- lytical Chemistry 364 (1-2) (1994) 111–125

  69. [77]

    D. D. Stupin, A. A. Abelit, A. S. Mereshchenko, M. S. Panov, M. N. Ryazant- sev, Copper–ruthenium composite as perspective material for bioelectrodes: Laser-assisted synthesis, biocompatibility study, and an impedance-based cel- lular biosensor as proof of concept, Biosensors ...

  70. [78]

    M. S. Panov, A. E. Grishankina, D. D. Stupin, A. I. Lihachev, V. N. Mironov, D. M. Strashkov, E. M. Khairullina, I. I. Tumkin, M. N. Ryazantsev,In Situlaser-induced fabrication of a ruthenium-based microelectrode for non- enzymatic dopamine sensing, Materials 13 (23) (2020) 5385

  71. [79]

    De Levie, The influence of surface roughness of solid electrodes on electro- chemical measurements, Electrochimica Acta 10 (2) (1965) 113–130

    R. De Levie, The influence of surface roughness of solid electrodes on electro- chemical measurements, Electrochimica Acta 10 (2) (1965) 113–130

  72. [80]

    Liu, Fractal model for the AC response of a rough interface, Physical Review Letters 55 (5) (1985) 529

    S. Liu, Fractal model for the AC response of a rough interface, Physical Review Letters 55 (5) (1985) 529

  73. [81]

    Itagaki, Y

    M. Itagaki, Y. Hatada, I. Shitanda, K. Watanabe, Complex impedance spectra of porous electrode with fractal structure, Electrochimica Acta 55 (21) (2010) 6255–6262

  74. [82]

    Widrow, P

    B. Widrow, P. N. Stearns, Adaptive Signal Processing, Prentice-Hall signal pro- cessing series, Prentice-Hall, 1985. 39

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.