24小时热门版块排行榜    

Znn3bq.jpeg
北京石油化工学院2026年研究生招生接收调剂公告
查看: 2215  |  回复: 2

datou_nono

银虫 (小有名气)

[求助] NASA battery capacity data set 分析

有没有使用过NASA battery capacity data set的啊,如下给出Li-ion batteries (# 5, 6, 7 and 18)的数据及测试条件。对于这样的mat文件,怎么得到横轴为充放电次数,纵轴为电池容量的数据呢?
谢谢大家的帮助啊!

Data Description:
A set of four Li-ion batteries (# 5, 6, 7 and 18) were run through 3 different operational profiles (charge, discharge and impedance) at room temperature. Charging was carried out in a constant current (CC) mode at 1.5A until the battery voltage reached 4.2V and then continued in a constant voltage (CV) mode until the charge current dropped to 20mA. Discharge was carried out at a constant current (CC) level of 2A until the battery voltage fell to 2.7V, 2.5V, 2.2V and 2.5V for batteries 5 6 7 and 18 respectively. Impedance measurement was carried out through an electrochemical impedance spectroscopy (EIS) frequency sweep from 0.1Hz to 5kHz. Repeated charge and discharge cycles result in accelerated aging of the batteries while impedance measurements provide insight into the internal battery parameters that change as aging progresses. The experiments were stopped when the batteries reached end-of-life (EOL) criteria, which was a 30% fade in rated capacity (from 2Ahr to 1.4Ahr). This dataset can be used for the prediction of both remaining charge (for a given discharge cycle) and remaining useful life (RUL).

Files:
B0005.mat        Data for Battery #5
B0006.mat        Data for Battery #6
B0007.mat        Data for Battery #7
B0018.mat        Data for Battery #18

Data Structure:
cycle:        top level structure array containing the charge, discharge and impedance operations
        type:         operation  type, can be charge, discharge or impedance
        ambient_temperature:        ambient temperature (degree C)
        time:         the date and time of the start of the cycle, in MATLAB  date vector format
        data:        data structure containing the measurements
           for charge the fields are:
                Voltage_measured:         Battery terminal voltage (Volts)
                Current_measured:        Battery output current (Amps)
                Temperature_measured:         Battery temperature (degree C)
                Current_charge:                Current measured at charger (Amps)
                Voltage_charge:                Voltage measured at charger (Volts)
                Time:                        Time vector for the cycle (secs)
           for discharge the fields are:
                Voltage_measured:         Battery terminal voltage (Volts)
                Current_measured:        Battery output current (Amps)
                Temperature_measured:         Battery temperature (degree C)
                Current_charge:                Current measured at load (Amps)
                Voltage_charge:                Voltage measured at load (Volts)
                Time:                        Time vector for the cycle (secs)
                Capacity:                Battery capacity (Ahr) for discharge till 2.7V
           for impedance the fields are:
                Sense_current:                Current in sense branch (Amps)
                Battery_current:        Current in battery branch (Amps)
                Current_ratio:                Ratio of the above currents
                Battery_impedance:        Battery impedance (Ohms) computed from raw data
                Rectified_impedance:        Calibrated and smoothed battery impedance (Ohms)
                Re:                        Estimated electrolyte resistance (Ohms)
                Rct:                        Estimated charge transfer resistance (Ohms)
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

我家小懒虫

新虫 (初入文坛)

你好,我现在导师也在要求这个,请问可以交流一下嘛?

发自小木虫Android客户端
2楼2019-02-27 16:19:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

皮肤嘿嘿

金虫 (小有名气)

%使用MATLAB导入电池数据,在cycle中筛选要计算的目标,容量在discharge中提取,那么放电一次就充放电一次,提取多少Capacit%y就循环多少次,也可以对应时间轴,不过时间轴作用不大,因为长时间的涓流充电意义不大。给你部分MATLAB代码吧:
clear
clc

load B0005
load B0006
load B0007
load B0018

j=1;
type_name='discharge';
for i=1:length(B0005.cycle) % 5、6、7号电池数据长度相同
    cycle_05=B0005.cycle(i);
    cycle_06=B0006.cycle(i);
    cycle_07=B0007.cycle(i);
    if strcmp(cycle_05.type,type_name)==0
        continue
    else
        cap_05(j,=cycle_05.data.Capacity;
    end
3楼2021-02-19 22:46:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 datou_nono 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 284求调剂 +14 梵@@ 2026-04-06 14/700 2026-04-08 00:36 by JourneyLucky
[考研] 本科生物信息学,总分362 求07 08调剂 +6 q小倩1210 2026-04-06 6/300 2026-04-07 19:40 by macy2011
[考研] 290求调剂085701 +15 1314捧花 2026-04-02 16/800 2026-04-07 18:15 by 蓝云思雨
[考研] 277求调剂 +13 倪建设 2026-04-06 13/650 2026-04-07 15:46 by 啊俊!
[考研] 复试调剂 +9 春日来信- 2026-04-03 9/450 2026-04-07 15:17 by 尽舜尧1
[考研] 081700化学工程与技术 一志愿中海洋 323 求调剂学校 +19 披星河 2026-04-03 19/950 2026-04-07 15:14 by 尽舜尧1
[考研] 一志愿华东理工085601材料工程303分求调剂 +8 a1708 2026-04-06 8/400 2026-04-07 11:20 by 诗与自由
[考研] 求调剂 +11 xzghyuj 2026-04-04 11/550 2026-04-06 11:49 by lijunpoly
[考研] 材料调剂 +6 一样YWY 2026-04-05 6/300 2026-04-05 20:30 by 南航~万老师
[考研] 081200-11408-276学硕求调剂 +4 崔wj 2026-04-04 5/250 2026-04-05 14:06 by imissbao
[考研] 085600调剂 +9 东照照照 2026-04-04 9/450 2026-04-05 13:44 by ujn_zhuj
[考研] +5 化工专硕323分 2026-04-04 5/250 2026-04-05 08:02 by 544594351
[考博] 申博 +7 IQwQl 2026-04-04 7/350 2026-04-04 23:32 by mumin1990
[考研] 一志愿华南师范361分,化学求调剂 +7 Nicole88888 2026-04-01 7/350 2026-04-04 18:28 by macy2011
[考研] 11408 一志愿西电,277分求调剂 +4 zhouzhen654 2026-04-03 4/200 2026-04-04 18:10 by 猪会飞
[考研] 本科985,专业0812分336求调剂 +4 莫莫很行 2026-04-03 4/200 2026-04-03 21:31 by zhq0425
[考研] 313求调剂 +3 ~微微凉~ 2026-04-03 3/150 2026-04-03 11:25 by 啵啵啵0119
[考研] 262求调剂 +6 励志一定发文章 2026-04-02 7/350 2026-04-03 09:54 by linyelide
[考研] 285求调剂 +8 AZMK 2026-04-02 11/550 2026-04-02 20:16 by yulian1987
[考研] 266求调剂 +4 学员97LZgn 2026-04-02 4/200 2026-04-02 09:52 by yulian1987
信息提示
请填处理意见