0% found this document useful (0 votes)
2 views

notes2

The document provides specifications for a battery, including nominal voltage of 3.3 V, rated capacity of 2.05 Ah, and fully charged voltage of 4.2 V. It also includes various lookup tables for state of charge (SOC), temperature, capacity, and resistance values. Additionally, it presents detailed resistance and electromotive force (Em) data in matrix form.

Uploaded by

Senthil Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

notes2

The document provides specifications for a battery, including nominal voltage of 3.3 V, rated capacity of 2.05 Ah, and fully charged voltage of 4.2 V. It also includes various lookup tables for state of charge (SOC), temperature, capacity, and resistance values. Additionally, it presents detailed resistance and electromotive force (Em) data in matrix form.

Uploaded by

Senthil Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Parameter Value

Nominal voltage (c) 3.3 V

Rated capacity 2.05 Ah

Maximum capacity (d) 2 Ah

Fully charged voltage (a) 4.2 V

Nominal discharge current 1.95 A

Internal resistance 0.0107

battery =

struct with fields:

SOC_LUT: [7×1 double]

temperature_LUT: [278.1500 293.1500 313.1500]

capacity_LUT: [28.0081 27.6250 27.6392]

Em_LUT: [7×3 double]

R0_LUT: [7×3 double]

R1_LUT: [7×3 double]

C1_LUT: [7×3 double]


battery.R0_LUT

0.0117 0.0085 0.0090

0.0110 0.0085 0.0090

0.0114 0.0087 0.0092

0.0107 0.0082 0.0088

0.0107 0.0083 0.0091

0.0113 0.0085 0.0089

0.0116 0.0085 0.0089

>> battery.R1_LUT

ans =

0.0109 0.0029 0.0013

0.0069 0.0024 0.0012

0.0047 0.0026 0.0013

0.0034 0.0016 0.0010

0.0033 0.0023 0.0014

0.0033 0.0018 0.0011

0.0028 0.0017 0.0011


>> battery.Em_LUT

3.4966 3.5057 3.5148

3.5519 3.5660 3.5653

3.6183 3.6337 3.6402

3.7066 3.7127 3.7213

3.9131 3.9259 3.9376

4.0748 4.0777 4.0821

4.1923 4.1928 4.1930

You might also like