/SIMPAC-2024-69

Repository for code used and referenced in 2024 feature extraction paper

Primary LanguageJupyter NotebookMIT LicenseMIT

EIS Feature Extraction

Repository for code used and referenced in 2024 feature extraction paper submission titled "Computation-efficient Approach to EIS Feature Extraction for Battery Informatics and Big Data"

This repository contains the python source code for extracting key features from electrochemical impedance spectroscopy (EIS) data.

There are two python source code files found in this repository

  1. EIS_feature_extraction - (same code but as a .py and as a .ipynb file type)
  2. PCA_analysis_for_EIS_features - (same code but as a .py and as a .ipynb file type)

The EIS_feature_extraction code works to parameterize and extract key features that can be used for chemometric and/or machine learning.

The PCA_analysis_for_EIS_features code loads parameterized data that was generated from the EIS_feature_extraction code and provides a principal component analysis (PCA).

Supporting Data can be found in the 3 subfolders

  1. Data - location raw data .csv files can be found
  2. Generated Features - location of extracted feature files
  3. Figures - location of figures generated from code

#Credits Project Lead - Xueying Li Quinn Project Manager - David Shock

The MIT License (MIT)

Copyright (c) 2024 Powerit

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.