CN103558554A - On-line estimating method for SOH of new energy automobile power battery - Google Patents

On-line estimating method for SOH of new energy automobile power battery Download PDF

Info

Publication number
CN103558554A
CN103558554A CN201310482435.XA CN201310482435A CN103558554A CN 103558554 A CN103558554 A CN 103558554A CN 201310482435 A CN201310482435 A CN 201310482435A CN 103558554 A CN103558554 A CN 103558554A
Authority
CN
China
Prior art keywords
input
network
layer
output
partiald
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310482435.XA
Other languages
Chinese (zh)
Inventor
罗敏
孙卫明
肖勇
赵伟
黄默涵
孟金岭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Electric Power Research Institute of Guangdong Power Grid Co Ltd
Original Assignee
Electric Power Research Institute of Guangdong Power Grid Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Electric Power Research Institute of Guangdong Power Grid Co Ltd filed Critical Electric Power Research Institute of Guangdong Power Grid Co Ltd
Priority to CN201310482435.XA priority Critical patent/CN103558554A/en
Publication of CN103558554A publication Critical patent/CN103558554A/en
Pending legal-status Critical Current

Links

Images

Abstract

A on-line estimating method for the SOH of a new energy automobile power battery includes the steps that S1, an SOH predicating model of the battery is established and optimized, and an improved Elman network (OIF Elman network) algorithm having an output-input feedback mechanism is adopted; S2, input parameters of the SOH model of the battery are selected; internal resistance, currents and temperature of the battery serve as the input parameters of the model; S3, operation is performed under the Matlab7.1 environment; S4, verification is performed. When the number of sample points is few, the OIF Elman network is obviously superior to an Elman network in whether training speed or predication precision. The generalization capacity of the OIF Elman network is improved, the requirement for the number of training samples is lowered, besides, the predication precision can be improved, and the on-line estimating method can be successfully applied to predicating the SOH of the power battery.

Description

A kind of method of new-energy automobile power battery SOH estimation on line
Technical field
The present invention relates to a kind of new-energy automobile power battery SOH(battery cycle life) method of estimation on line.
Background technology
Electrokinetic cell is the core of new-energy automobile, is the maximum bottleneck on new-energy automobile technology and cost, is also a ring most crucial in new-energy automobile industrial chain.Along with a large amount of consumption of Global Oil resource equal energy source, atmospheric pollution, weather and ecological deterioration further aggravate, the external interdependency of the energy surpass 50% and the overall background of development low-carbon economy under, development new-energy automobile has been trend of the times.
Compare with orthodox car, electric automobile has unrivaled advantage, but is still faced with at present the problem of many technology and cost aspect, is mainly the once charging distance travelled, battery life, charging equipment (communal facility) of electric automobile etc.And electrokinetic cell system life prediction problem is one of the most key problem of current battery system, the factor that affects battery life is a lot, and battery life is subject to its temperature that discharges and recharges mode of operation, size of current, running environment, pressure, cell making process, the structure of itself and the impact of the many factors such as chemical characteristic.So the life-span that simply and rapidly dopes battery seems very important.
For the prediction of battery life, consider and mainly contain based on battery mechanism, battery characteristics and data-driven now.In actual applications, should utilize battery mechanism model as far as possible, but its shortcoming is battery mechanism model, need meticulous parameter, complexity is higher, and the agine mechaism model of Erecting and improving is very difficult; Key based on signatures to predict is the relationship description finding between sensitive features parameter, feature on-line testing method and feature and the cell health state showing with cell degradation; Principle based on data-driven should be to describe at mechanism model the thought that in irrealizable situation, auxiliary data drives again, from data, excavate rule, pure fitting formula or the neural network model obtaining based on data-driven has certain limitation in actual applications, should be on the basis of mechanism or characteristic model, to be combined with the thought of data-driven again.
Summary of the invention
Technical matters to be solved by this invention, be just to provide a kind of forecast model comparatively simple, without fine parameters and can reduce the demand to training sample number, can improve again the method for the electric automobile power battery SOH estimation on line of precision of prediction.
Solve the problems of the technologies described above, the technical solution used in the present invention is:
A method for electric automobile power battery SOH estimation on line, is characterized in that: comprise the following steps:
Foundation and the optimization of S1 battery SOH forecast model
Employing has the improved Elman network algorithm of output-input feedback mechanism: OIF Elman network:
The same with general neural network, OIF Elman is divided into 3 layers: input layer, hidden layer and output layer, wherein input layer mathematical model is
x u(k)=u(k-1) (1);
X u(k) represent k input layer state constantly, etching system input quantity when u (k) represents k;
The mathematical model of hidden neuron is:
x(k)=f(W 11x c(k)+W 12x u(k)+W 14y c(k)) (2)
x c(k)=αx c(k-1)+x(k-1) (3)
y c(k)=γy c(k-1)+y(k-1) (4);
Wherein, x (k) represents the k state of hidden node constantly; x c(k) represent the k state of associative unit 1 node constantly; y c(k) represent the k state of associative unit 2 nodes constantly; W 11the connection weight matrix that represents implicit node and associative unit; W 12represent the connection weight matrix between hidden node and input node; W 14represent the connection weight matrix between hidden node and associative unit 2;
The neuronic mathematical model of output layer is:
y(k)=W 13x(k) (5);
Wherein, y (k) represents the k state of output layer node constantly; W 13represent the connection weight matrix between hidden node and output node;
Being input as of the hidden node of described OIF Elman network: input layer state, associative unit 1 state, associative unit 2 states, establish the actual y of being output as of k step system d(k), definition error function is:
E ( k ) = 1 2 ( y d ( k ) - y ( k ) ) T ( y d ( k ) - y ( k ) ) - - - ( 6 ) ;
By E to connection weight W 11, W 12, W 13, W 14ask respectively local derviation, by gradient descent method, can be obtained the learning algorithm of OIF Elman network:
ΔW ij 13=η 3δ i 0x j(k) i=1,2,…,m;j=1,2,…,n (7)
ΔW jq 12=η 2δ j hu q(k-1) j=1,2,…,n;q=1,2,…,r (8)
Δ W jl 11 = η l Σ i = 1 m ( δ i 0 W ij 13 ) ∂ x i ( k ) ∂ W jl 11 , j = 1,2 , . . . , n ; l = 1,2 , . . . , n - - - ( 9 )
Δ W js 14 = η 4 Σ i = 1 m ( δ i 0 W ij 13 ) ∂ x i ( k ) ∂ W js 14 , j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 10 )
∂ x i ( k ) ∂ W js 14 = f j ′ ( · ) y s ( k - 1 ) + γ ∂ x i ( k - 1 ) ∂ W js 14 , j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 11 )
Wherein, η 1, η 2, η 3, η 4be respectively W 11, W 12, W 13, W 14learning Step, 0≤γ < 1 is the feedback gain of the connection certainly factor of associative unit 2, δ i 0and δ j hfor error signal;
δ i 0=(y di(k)-y i(k)) (12)
&delta; j h = &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) f j &prime; ( &CenterDot; ) - - - ( 13 )
&PartialD;x i ( k ) &PartialD; W j 1 11 = f j &prime; ( &CenterDot; ) x l ( k - 1 ) + &alpha; &PartialD; x i ( k - 1 ) &PartialD; W jl 11 - - - ( 14 ) ;
Described OIF Elman Learning Algorithms adopts gradient descent method, it is adaptive learning speed momentum gradient decline back-propagation algorithm, it can improve the training speed of network, effectively Suppression network is absorbed in local minimum point again, the destination of study is to revise weights and bias by the difference of the real output value of network and output sample value, makes the error sum of squares of network output layer minimum.
The selection of S2 battery SOH mode input parameter
Select the internal resistance of cell, electric current and temperature as the input parameter of model;
Determine the number n of hidden neuron 2with input layer number n 1:
The number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (15)
From sample data, network input layer has 3 neurons, and output layer has 1 neuron, therefore the neuronic number in middle layer is set to 7 respectively;
S3 moves under Matlab7.1 environment, for fear of numerical value in the computer simulation process in neural network, overflow, must carry out standardization to each cell value of network input layer and output layer, and make them in [0,1] or [1,1], in, the standardized method of the input parameter that the present invention adopts is:
x ^ = x - x min x max - x min - - - ( 16 )
In formula, x maxfor the maximal value of this group variable, x minminimum value for this group variable;
Concrete operation step is as follows:
S3-1 parameter initialization;
S3-2 batch input learning sample, and input and output amount is normalized;
S3-3 calculates each layer and associative unit output;
S3-4 calculates output error;
S3-5 judgement output error meets the demands no: if finish after the weights that storage has been trained that meet the demands; If do not meet the demands, according to formula 12-13, do not calculate each layer of error signal, according to formula 7-10, adjust each layer of weights, return to step S3-3;
The simulation analysis of S4 checking battery SOH forecast model
Select the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, with improving Elman and two kinds of neural net model establishings of Elman, predict, predicted the outcome respectively, comparative analysis both with the error of actual measurement SOH.
Beneficial effect: the present invention is chosen in the life-span of predicting battery on characteristic model basis in conjunction with the thought of data-driven, having proposed to have the improvement Elman(OIF Elman of output-input feedback) neural network algorithm predicts the residual life of electric automobile power battery (SOH), with traditional Elman network contrast, OIF(output-input feedback) Elman network has not only added the feedback of hidden node, and counts the feedback of output layer node.Predict the outcome and show, when sample point is less, no matter on training speed, or on precision of prediction, OIF Elman network is obviously better than Elman network.OIF Elman network has improved the generalization ability of network, has both reduced the demand to training sample number, can improve precision of prediction again, can successful Application in electrokinetic cell residual life (SOH) prediction.
Accompanying drawing explanation
Fig. 1 is OIF Elman neural networks principles process flow diagram of the present invention;
Fig. 2 is OIF Elman algorithm flow chart in Matlab7.1.
Embodiment
This electric automobile power battery SOH estimation on line method comprises following part: foundation and the optimization of battery SOH predictive model algorithm, the selection of forecast model input parameter, the simulation comparison of forecast model result and analysis.
First be foundation and the optimization of algorithm, Elman neural network can be regarded as a feedforward neural network with local mnemon and local feedback link, different from general neural network structure is, many associated layers in Elman neuromechanism, its effect is for remembering the former output valve constantly of Hidden unit, can think a time delay operator, it makes whole network have the function of dynamic memory.And the method that the present invention puts forward is the improved Elman network algorithm with output-input feedback mechanism, i.e. OIF Elman network.OIF Elman network has increased the feedback of output node than Elman network, to obtain more information from limited training sample.
Then be the selection of battery SOH mode input parameter, consider that to affect the factor of battery life a lot, should be using principal element as input value, through comparative analysis, select to affect battery life principal element---the internal resistance of cell, electric current and temperature are as the input parameter of model;
It is finally the simulation analysis of battery SOH forecast model, in experiment, select the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, with improving Elman and two kinds of neural net model establishings of Elman, predict, predicted the outcome respectively, comparative analysis both with actual measurement SOH error.
Below in conjunction with Fig. 1, Fig. 2 is described in further detail the online SOH Forecasting Methodology of this battery system each several part.
Fig. 1 is OIF Elman neural networks principles process flow diagram.
In Fig. 1 OIF Elman neural network, the selection of u (k) input parameter should be the major influence factors of SOH, the factor that affects SOH is a lot, by analysis the present invention above, select the internal resistance, electric current, temperature of battery as input value, thereby can adopt the OIF Elman neural network model of 3-N-1, output valve is SOH, be that input layer number is 3, hidden neuron number is undetermined, and output layer neuron number is 1.
Definite especially middle layer neuron number object of OIF Elman neural network practical structures determines it is an experimental problem, also needs a large amount of experiments.In three-layer network, the number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (17)
From sample data, network input layer should have 3 neurons, and output layer should have 1 neuron, therefore the number of hidden neuron is set to 7 respectively.
Fig. 2 is OIF Elman algorithm flow chart in Matlab7.1, network training process is moved under Matlab7.1 environment, for fear of numerical value in the computer simulation process in neural network, overflow, must carry out standardization to each cell value of network input layer and output layer, and make them in [0,1] or in [1,1], the standardized method of the input parameter that the present invention adopts is:
x ^ = x - x min x max - x min - - - ( 18 )
In formula, x maxfor the maximal value of this group variable, x minminimum value for this group variable.

Claims (2)

1. a method for electric automobile power battery SOH estimation on line, is characterized in that: comprise the following steps:
Foundation and the optimization of S1 battery SOH forecast model
Employing has the improved Elman network algorithm of output-input feedback mechanism: OIF Elman network, OIF Elman is divided into 3 layers: input layer, hidden layer and output layer, wherein input layer mathematical model is
x u(k)=u(k-1) (1);
X u(k) represent k input layer state constantly, etching system input quantity when u (k) represents k;
The mathematical model of hidden neuron is:
x(k)=f(W 11x c(k)+W 12x u(k)+W 14y c(k)) (2)
x c(k)=αx c(k-1)+x(k-1) (3)
y c(k)=γy c(k-1)+y(k-1) (4);
Wherein, x (k) represents the k state of hidden node constantly; x c(k) represent the k state of associative unit 1 node constantly; y c(k) represent the k state of associative unit 2 nodes constantly; W 11the connection weight matrix that represents implicit node and associative unit; W 12represent the connection weight matrix between hidden node and input node; W 14represent the connection weight matrix between hidden node and associative unit 2;
The neuronic mathematical model of output layer is:
y(k)=W 13x(k) (5);
Wherein, y (k) represents the k state of output layer node constantly; W 13represent the connection weight matrix between hidden node and output node;
Being input as of the hidden node of described OIF Elman network: input layer state, associative unit 1 state, associative unit 2 states, establish the actual y of being output as of k step system d(k), definition error function is:
E ( k ) = 1 2 ( y d ( k ) - y ( k ) ) T ( y d ( k ) - y ( k ) ) - - - ( 6 ) ;
By E to connection weight W 11, W 12, W 13, W 14ask respectively local derviation, by gradient descent method, can be obtained the learning algorithm of OIF Elman network:
ΔW ij 13=η 3δ i 0x j(k) i=1,2,…,m;j=1,2,…,n (7)
ΔW jq 122δ j hu q(k-1) j=1,2,…,n;q=1,2,…,r (8)
&Delta; W jl 11 = &eta; l &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) &PartialD; x i ( k ) &PartialD; W jl 11 , j = 1,2 , . . . , n ; l = 1,2 , . . . , n - - - ( 9 )
&Delta; W js 14 = &eta; 4 &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) &PartialD; x i ( k ) &PartialD; W js 14 , j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 10 )
&PartialD; x i ( k ) &PartialD; W js 14 = f j &prime; ( &CenterDot; ) y s ( k - 1 ) + &gamma; &PartialD; x i ( k - 1 ) &PartialD; W js 14 , j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 11 )
Wherein, η 1, η 2, η 3, η 4be respectively W 11, W 12, W 13, W 14learning Step, 0≤γ < 1 is the feedback gain of the connection certainly factor of associative unit 2, δ i 0and δ j hfor error signal;
δ i 0=(y di(k)-y i(k)) (12)
&delta; j h = &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) f j &prime; ( &CenterDot; ) - - - ( 13 )
&PartialD;x i ( k ) &PartialD; W j 1 11 = f j &prime; ( &CenterDot; ) x l ( k - 1 ) + &alpha; &PartialD; x i ( k - 1 ) &PartialD; W jl 11 - - - ( 14 ) ;
Described OIF Elman Learning Algorithms adopts gradient descent method, it is adaptive learning speed momentum gradient decline back-propagation algorithm, it can improve the training speed of network, effectively Suppression network is absorbed in local minimum point again, the destination of study is to revise weights and bias by the difference of the real output value of network and output sample value, makes the error sum of squares of network output layer minimum;
The selection of S2 battery SOH mode input parameter
Select the internal resistance of cell, electric current and temperature as the input parameter of model;
Determine the number n of hidden neuron 2with input layer number n 1:
The number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (14)
From sample data, network input layer has 3 neurons, and output layer has 1 neuron, therefore the neuronic number in middle layer is set to 7 respectively;
S3 moves under Matlab7.1 environment
Each cell value to network input layer and output layer carries out standardization, and makes them in [0,1] or [1,1], and the standardized method of the input parameter of employing is:
x ^ = x - x min x max - x min - - - ( 15 )
In formula, x maxfor the maximal value of this group variable, x minminimum value for this group variable;
The simulation analysis of S4 checking battery SOH forecast model is selected the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, with improving Elman and two kinds of neural net model establishings of Elman, predict, predicted the outcome respectively, comparative analysis both with actual measurement SOH error.
2. the method for electric automobile power battery SOH estimation on line according to claim 1, is characterized in that: described step S3 comprises following sub-step:
S3-1 parameter initialization;
S3-2 batch input learning sample, and input and output amount is normalized;
S3-3 calculates each layer and associative unit output;
S3-4 calculates output error;
S3-5 judgement output error meets the demands no: if finish after the weights that storage has been trained that meet the demands; If do not meet the demands, according to formula 12-13, do not calculate each layer of error signal, according to formula 7-10, adjust each layer of weights, return to step S3-3.
CN201310482435.XA 2013-10-15 2013-10-15 On-line estimating method for SOH of new energy automobile power battery Pending CN103558554A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310482435.XA CN103558554A (en) 2013-10-15 2013-10-15 On-line estimating method for SOH of new energy automobile power battery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310482435.XA CN103558554A (en) 2013-10-15 2013-10-15 On-line estimating method for SOH of new energy automobile power battery

Publications (1)

Publication Number Publication Date
CN103558554A true CN103558554A (en) 2014-02-05

Family

ID=50012856

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310482435.XA Pending CN103558554A (en) 2013-10-15 2013-10-15 On-line estimating method for SOH of new energy automobile power battery

Country Status (1)

Country Link
CN (1) CN103558554A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035037A (en) * 2014-05-12 2014-09-10 广东电网公司电力科学研究院 On-line estimating method for SOH of new energy automobile power battery
CN104198949A (en) * 2014-09-09 2014-12-10 上虞安卡拖车配件有限公司 Battery health state detection method
CN104881001A (en) * 2014-04-25 2015-09-02 安徽贵博新能科技有限公司 Energy storage battery management system based on deep learning network
CN105301508A (en) * 2015-11-09 2016-02-03 华晨汽车集团控股有限公司 Prediction method for electric automobile endurance mileage through redial basis function neural network
CN106033113A (en) * 2015-03-19 2016-10-19 国家电网公司 Health state evaluation method for energy-storage battery pack
CN106383315A (en) * 2016-08-29 2017-02-08 丹阳亿豪电子科技有限公司 New energy automobile battery state of charge (SOC) prediction method
CN107121642A (en) * 2017-06-28 2017-09-01 北京新能源汽车股份有限公司 The SOH coefficient updating methods and device of electrokinetic cell
CN107765190A (en) * 2017-12-11 2018-03-06 太原理工大学 A kind of life-span prediction method of long-life fast charging type ferric phosphate lithium cell
CN108258338A (en) * 2017-12-29 2018-07-06 江苏博强新能源科技股份有限公司 The management system and method for battery
CN110927585A (en) * 2019-12-31 2020-03-27 四川长虹电器股份有限公司 Lithium battery SOH estimation system and method based on self-circulation correction
CN114791993A (en) * 2022-05-16 2022-07-26 江苏大学 SOH prediction method and system for power battery pack
CN114914562A (en) * 2022-05-19 2022-08-16 西安合能电气科技有限公司 Hardware system, management method and detection device for realizing bypass, current sharing and voltage stabilization of single battery cell based on algorithm
US11953558B2 (en) 2018-09-17 2024-04-09 Volvo Truck Corporation Method and system for estimating the state-of-health of a battery

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004264126A (en) * 2003-02-28 2004-09-24 Nissan Motor Co Ltd Input and output possible power estimating system of secondary battery
CN1607397A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for on line identifying parameters of power accumulator model
EP1531335A2 (en) * 2003-11-14 2005-05-18 Sony Corporation Battery pack and remaining battery capacity calculation method
JP2007292778A (en) * 1998-06-02 2007-11-08 Toyota Motor Corp Method for estimating state of battery charge
CN103020445A (en) * 2012-12-10 2013-04-03 西南交通大学 SOC (State of Charge) and SOH (State of Health) prediction method of electric vehicle-mounted lithium iron phosphate battery

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007292778A (en) * 1998-06-02 2007-11-08 Toyota Motor Corp Method for estimating state of battery charge
JP2004264126A (en) * 2003-02-28 2004-09-24 Nissan Motor Co Ltd Input and output possible power estimating system of secondary battery
CN1607397A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for on line identifying parameters of power accumulator model
EP1531335A2 (en) * 2003-11-14 2005-05-18 Sony Corporation Battery pack and remaining battery capacity calculation method
CN103020445A (en) * 2012-12-10 2013-04-03 西南交通大学 SOC (State of Charge) and SOH (State of Health) prediction method of electric vehicle-mounted lithium iron phosphate battery

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
吴珍毅 等: "改进Elman网络在锂离子电池容量预测中的应用", 《西南科技大学学报》 *
石春源: "基于Elman神经网络锂电池劣化程度的预测研究", 《中国优秀硕士学位论文全文数据库·工程科技Ⅱ辑》 *
苏刚 等: "基于改进Elman网络的光伏电池最大功率跟踪", 《电力电子技术》 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881001A (en) * 2014-04-25 2015-09-02 安徽贵博新能科技有限公司 Energy storage battery management system based on deep learning network
CN104035037A (en) * 2014-05-12 2014-09-10 广东电网公司电力科学研究院 On-line estimating method for SOH of new energy automobile power battery
CN104198949A (en) * 2014-09-09 2014-12-10 上虞安卡拖车配件有限公司 Battery health state detection method
CN106033113B (en) * 2015-03-19 2019-03-08 国家电网公司 A kind of energy-storage battery group health state evaluation method
CN106033113A (en) * 2015-03-19 2016-10-19 国家电网公司 Health state evaluation method for energy-storage battery pack
CN105301508A (en) * 2015-11-09 2016-02-03 华晨汽车集团控股有限公司 Prediction method for electric automobile endurance mileage through redial basis function neural network
CN106383315A (en) * 2016-08-29 2017-02-08 丹阳亿豪电子科技有限公司 New energy automobile battery state of charge (SOC) prediction method
CN107121642A (en) * 2017-06-28 2017-09-01 北京新能源汽车股份有限公司 The SOH coefficient updating methods and device of electrokinetic cell
CN107121642B (en) * 2017-06-28 2020-02-18 北京新能源汽车股份有限公司 SOH coefficient adjusting method and device for power battery
CN107765190A (en) * 2017-12-11 2018-03-06 太原理工大学 A kind of life-span prediction method of long-life fast charging type ferric phosphate lithium cell
CN108258338A (en) * 2017-12-29 2018-07-06 江苏博强新能源科技股份有限公司 The management system and method for battery
US11953558B2 (en) 2018-09-17 2024-04-09 Volvo Truck Corporation Method and system for estimating the state-of-health of a battery
CN110927585A (en) * 2019-12-31 2020-03-27 四川长虹电器股份有限公司 Lithium battery SOH estimation system and method based on self-circulation correction
CN114791993A (en) * 2022-05-16 2022-07-26 江苏大学 SOH prediction method and system for power battery pack
CN114914562A (en) * 2022-05-19 2022-08-16 西安合能电气科技有限公司 Hardware system, management method and detection device for realizing bypass, current sharing and voltage stabilization of single battery cell based on algorithm

Similar Documents

Publication Publication Date Title
CN103558554A (en) On-line estimating method for SOH of new energy automobile power battery
Lipu et al. Intelligent algorithms and control strategies for battery management system in electric vehicles: Progress, challenges and future outlook
CN104035037A (en) On-line estimating method for SOH of new energy automobile power battery
Gou et al. State-of-health estimation and remaining-useful-life prediction for lithium-ion battery using a hybrid data-driven method
CN105389980B (en) Short-time Traffic Flow Forecasting Methods based on long short-term memory recurrent neural network
Sun et al. Velocity predictors for predictive energy management in hybrid electric vehicles
Wang et al. A new wind power prediction method based on chaotic theory and Bernstein Neural Network
CN111680848A (en) Battery life prediction method based on prediction model fusion and storage medium
CN102968056A (en) Modeling system of proton exchange membrane fuel cell (PEMFC) and intelligent predictive control method thereof
Tian et al. An adaptive online sequential extreme learning machine for short-term wind speed prediction based on improved artificial bee colony algorithm
CN104598984A (en) Fuzzy neural network based fault prediction method
CN115742855A (en) Electric automobile remaining mileage prediction method and device, electric automobile and medium
Li et al. Remaining useful life prediction of lithium battery using convolutional neural network with optimized parameters
Bhatt et al. Machine learning‐based approach for useful capacity prediction of second‐life batteries employing appropriate input selection
Yuan et al. Traffic flow modeling with gradual physics regularized learning
Cai et al. Remaining useful life prediction method of EV power battery for DC fast charging condition
Wang et al. Vessel traffic flow forecasting based on BP neural network and residual analysis
He et al. Neural computing for grey Richards differential equation to forecast traffic parameters with various time granularity
Wang et al. Cloud computing and extreme learning machine for a distributed energy consumption forecasting in equipment-manufacturing enterprises
Poczeta et al. Application of fuzzy cognitive maps with evolutionary learning algorithm to model decision support systems based on real-life and historical data
Ansari et al. Jellyfish optimized recurrent neural network for state of health estimation of lithium-ion batteries
Yue et al. Implementation of an early-stage fuel cell degradation prediction digital twin based on transfer learning
Vinothini et al. Fault detection of electric vehicle using machine learning algorithm
El Shahat Neural network storage unit parameters modelling
Li et al. RUL prediction of rolling bearings across working conditions based on multi-scale convolutional parallel memory domain adaptation network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140205