├── Init_HNEI.m ├── Init_LFP.m ├── Init_NCA.m ├── Init_NMC.m ├── LICENSE ├── README.md ├── correlation_analysis_12seg.m ├── correlation_analysis_diff_seg.m ├── extract_data.m ├── soh_DCNN.m ├── soh_MLR.m └── soh_SGPR.m /Init_HNEI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/Init_HNEI.m -------------------------------------------------------------------------------- /Init_LFP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/Init_LFP.m -------------------------------------------------------------------------------- /Init_NCA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/Init_NCA.m -------------------------------------------------------------------------------- /Init_NMC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/Init_NMC.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/README.md -------------------------------------------------------------------------------- /correlation_analysis_12seg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/correlation_analysis_12seg.m -------------------------------------------------------------------------------- /correlation_analysis_diff_seg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/correlation_analysis_diff_seg.m -------------------------------------------------------------------------------- /extract_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/extract_data.m -------------------------------------------------------------------------------- /soh_DCNN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/soh_DCNN.m -------------------------------------------------------------------------------- /soh_MLR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/soh_MLR.m -------------------------------------------------------------------------------- /soh_SGPR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BatICM/battery-health-evaluation/HEAD/soh_SGPR.m --------------------------------------------------------------------------------