Movatterモバイル変換


[0]ホーム

URL:


CN116391131B - Battery temperature prediction method and system - Google Patents

Battery temperature prediction method and system

Info

Publication number
CN116391131B
CN116391131BCN202080106356.7ACN202080106356ACN116391131BCN 116391131 BCN116391131 BCN 116391131BCN 202080106356 ACN202080106356 ACN 202080106356ACN 116391131 BCN116391131 BCN 116391131B
Authority
CN
China
Prior art keywords
data
charging
historical
battery
determining
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.)
Active
Application number
CN202080106356.7A
Other languages
Chinese (zh)
Other versions
CN116391131A (en
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.)
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development Co Ltd
Original Assignee
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development 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 Zhejiang Geely Holding Group Co Ltd, Ningbo Geely Automobile Research and Development Co LtdfiledCriticalZhejiang Geely Holding Group Co Ltd
Publication of CN116391131ApublicationCriticalpatent/CN116391131A/en
Application grantedgrantedCritical
Publication of CN116391131BpublicationCriticalpatent/CN116391131B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

Translated fromChinese

一种电池温度预测方法及系统,方法包括:按周期获取电池的充电数据,充电数据包括历史充电数据和实时充电数据(S101);根据历史充电数据确定历史衍生数据(S102);根据历史充电数据和历史衍生数据确定特征向量数据(S103);根据特征向量数据确定多种充电工况下的模型输入样本(S104);根据模型输入样本建立深度自回归模型(S105);根据实时充电数据和深度自回归模型确定电池预测温度(S106)。所采用基于深度自回归的温度预测方法,通过挖掘数据序列的特征和隐含信息,对充电过程中电池单体最高温度进行实时预测,能够显著提升温度预测的精度。

A battery temperature prediction method and system, the method includes: obtaining battery charging data in cycles, the charging data including historical charging data and real-time charging data (S101); determining historical derivative data based on historical charging data (S102); determining feature vector data based on historical charging data and historical derivative data (S103); determining model input samples under multiple charging conditions based on feature vector data (S104); establishing a deep autoregression model based on the model input samples (S105); and determining the predicted battery temperature based on the real-time charging data and the deep autoregression model (S106). The temperature prediction method based on deep autoregression can significantly improve the accuracy of temperature prediction by mining the characteristics and implicit information of the data sequence to predict the maximum temperature of the battery cell in the charging process in real time.

Description

Battery temperature prediction method and system
Technical Field
The invention relates to the field of batteries, in particular to a battery temperature prediction method and system.
Background
The management and diagnosis of the battery are one of core technologies in battery application, and timely and accurately diagnose the battery faults, so that adverse effects of the faults on the battery can be found in advance, the service life of the battery is prolonged, and in extreme cases, disastrous accidents are avoided. At present, the research on the temperature of the battery is mainly that the heat dissipation parameters between the battery and the cooling liquid and the heat dissipation parameters between the battery and the air are diagnosed through the test and calibration of the internal reaction mechanism and the external characteristics of the battery in an experimental environment. However, in a real vehicle environment, the temperature of the battery is affected by various factors, and the existing method is difficult to apply to the real vehicle environment, and the temperature prediction accuracy is low.
In addition, the early warning threshold is provided directly according to service experience in general, or N times of standard deviation is set directly to judge the abnormal temperature of the battery, and in practice, the modes often lead to false alarm and false alarm due to accidental deviation of temperature sequences.
Therefore, it is necessary to provide a solution to the technical problem of low temperature prediction accuracy in the prior art.
Disclosure of Invention
In order to solve the technical problem of low temperature prediction precision in the prior art, the invention provides a battery temperature prediction method and a battery temperature prediction system.
The battery temperature prediction method provided by the invention comprises the following steps:
Acquiring charging data of a battery according to a period, wherein the charging data comprises historical charging data and real-time charging data;
determining historical derived data from the historical charging data;
determining feature vector data from the historical charging data and the historical derived data;
determining model input samples under various charging conditions according to the feature vector data;
establishing a depth autoregressive model according to the model input sample;
And determining the predicted temperature of the battery according to the real-time charging data and the depth autoregressive model.
The battery temperature prediction method provided by the invention is further improved in that the determining historical derived data according to the historical charging data comprises the following steps:
determining the average value of the battery cell temperature, the extremely poor battery cell temperature, the average value of the battery cell voltage and the extremely poor battery cell voltage according to the historical charging data;
determining periodic characteristics of the charging time according to the historical charging data, the sine function and the cosine function;
according to the historical charging time data, carrying out standardized processing on the month of charging time, the week of charging in one year and the hour of charging in one day to determine the charging frequency characteristic;
And determining the temperature hysteresis term characteristics according to the historical battery cell charging temperature data and preset hysteresis term parameters.
The battery temperature prediction method provided by the invention is still further improved in that the determining historical derived data according to the historical charging data further comprises:
and determining the highest temperature prediction trend according to the historical charging data and a linear interpolation method.
The battery temperature prediction method provided by the invention is still further improved in that the determining historical derived data according to the historical charging data further comprises:
and determining longitude and latitude information during charging according to the historical charging data, and performing standardization processing on the longitude and latitude information to determine a longitude and latitude interval.
The invention provides a battery temperature prediction method, which is further improved in that the determining model input samples under various charging conditions according to the feature vector data comprises the following steps:
Determining training data under various charging conditions according to the feature vector data, the preset observation time window length, the preset prediction window length and the preset maximum hysteresis term;
And uniformly sampling the training data according to a preset random number seed, and determining the model input sample.
The battery temperature prediction method provided by the invention is further improved in that a sample is input according to the model, and a chain rule of conditional probability distribution is used for establishing the depth autoregressive model.
The battery temperature prediction method provided by the invention is further improved in that the determining the battery predicted temperature according to the real-time charging data and the depth autoregressive model comprises the following steps:
Determining real-time derived data according to the real-time charging data;
And determining the battery temperature prediction probability distribution in the prediction window length according to the real-time charging data, the real-time derivative data and the depth autoregressive model.
The battery temperature prediction method provided by the invention is further improved in that the method further comprises the following steps:
performing abnormality detection on the predicted temperature of the battery;
And when the battery predicted temperature is abnormal, generating battery predicted temperature abnormal information, and performing fault processing according to the battery predicted temperature abnormal information.
The battery temperature prediction method provided by the invention is further improved in that the abnormality detection of the battery temperature prediction method comprises the following steps:
Acquiring the actual temperature of a battery;
Determining a residual error according to the actual temperature of the battery and the predicted temperature of the battery;
determining a residual mean value and a residual standard deviation according to the residual;
determining an abnormal threshold according to the residual error, the residual error mean value and the residual error standard deviation;
and determining an anomaly score according to the residual average value, the residual standard deviation and the anomaly threshold value, wherein the anomaly score is used for representing the probability of battery temperature anomaly.
In addition, the invention also provides a battery temperature prediction system, which comprises the following steps:
the first module is used for acquiring charging data of the battery according to a period, wherein the charging data comprises historical charging data and real-time charging data;
A second module for determining historical derived data from the historical charging data;
A third module for determining feature vector data from the historical charging data and the historical derived data;
A fourth module, configured to determine model input samples under multiple charging conditions according to the feature vector data;
a fifth module for establishing a depth autoregressive model according to the model input sample;
and a sixth module for determining a predicted battery temperature based on the real-time charging data and the deep autoregressive model.
The method adopts a method based on big data driving, predicts and diagnoses the highest temperature of the battery monomer in real time in the charging process by mining the characteristics and the hidden information of the data sequence, can remarkably improve the accuracy of temperature prediction, avoids prediction deviation caused by inconsistent experimental environment in a real-vehicle environment, predicts probability distribution of temperature by considering various related time sequence characteristics, predicts possible temperature faults in advance, gives an alarm before an accident, determines a temperature early warning threshold by adopting an unsupervised learning mode, outputs abnormal scores, improves early warning accuracy and reduces false alarm rate.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a battery temperature prediction method according to embodiment 1 of the present invention;
FIG. 2 is a schematic flow chart of the embodiment 1 of the present invention;
FIG. 3 is a schematic diagram of an autoregressive recurrent neural network according to example 1 of the present invention;
fig. 4 is a block diagram of a battery temperature prediction system according to embodiment 2 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In order to solve the technical problem of low temperature prediction precision in the prior art, the invention provides a battery temperature prediction method and a battery temperature prediction system.
Example 1:
As shown in fig. 1 to 3, the battery temperature prediction method provided in embodiment 1 includes:
Step S101, charging data of a battery is obtained according to a period, wherein the charging data comprises historical charging data and real-time charging data;
step S102, determining historical derived data according to the historical charging data;
Step S103, determining feature vector data according to the historical charging data and the historical derivative data;
step S104, determining model input samples under various charging conditions according to the feature vector data;
step 105, establishing a depth autoregressive model according to the model input sample;
And S106, determining the predicted temperature of the battery according to the real-time charging data and the depth autoregressive model.
In this embodiment 1, a temperature prediction method based on deep autoregressive is provided for the problem of overheating of the monomer temperature possibly occurring in the charging process of the power battery, so that the accuracy of temperature prediction can be significantly improved.
In this embodiment 1, step S101 is a data acquisition step, where vehicle data including battery-related data during charging, stationary and running of the vehicle is first acquired, and charging data during charging of the vehicle is split from the vehicle data. The period is in the order of seconds, and preferably, the period in embodiment 1 is 10 seconds. Data (one data every 10 s) in the charging process of the power battery can be collected through a TBox (automobile box) by utilizing a temperature sensor, a current sensor, a voltage sensor and the like, and the data is transmitted back to a big data platform after being cleaned.
The historical charge data includes historical cell temperature, historical charge current, historical charge voltage, historical charge amount, historical battery resistance, historical state of charge, historical charge time data, historical cell charge temperature data, and the like. The real-time charging data comprises real-time battery cell temperature, real-time charging current, real-time charging voltage, real-time charge quantity, real-time battery resistance, real-time charge state, real-time charging time data, real-time battery cell charging temperature data and the like.
The historical derived data comprises a highest temperature prediction trend, a battery cell temperature average value, a battery cell temperature range, a battery cell voltage average value, a battery cell voltage range, longitude and latitude intervals during charging, periodic characteristics of charging time, charging frequency characteristics, temperature hysteresis term characteristics and the like.
Further, step S102 includes:
Determining a maximum temperature prediction trend according to historical charging data and a linear interpolation method, and firstly, filling the missing value of the temperature of the historical battery cell by using the linear interpolation method to obtain the maximum temperature trend of the battery cell in a period of time in the future;
determining the average value of the battery cell temperature, the extremely poor battery cell temperature, the average value of the battery cell voltage and the extremely poor battery cell voltage according to the historical charging data;
Specifically, the temperature sequence, voltage sequence, resistance sequence, SOC sequence, etc. of each battery cell are extracted from the historical charging data, the indexes such as the average temperature of the battery cell, the extremely poor temperature of the battery cell, the average voltage of the battery cell, the extremely poor voltage of the battery cell, etc. are calculated, in the data of each 10s of the data in this embodiment 1, 30 temperature sensors and 60 voltage sensors are provided according to the number of collected sensors, for example, 30 temperature values and 60 voltage values are recorded, the indexes such as the average temperature, the extremely poor voltage, etc. are calculated according to the 30 temperature values and the 60 voltage values, the maximum value of the 30 temperature values is obtained, and the data of the frequency of 10s forms a sequence, namely the highest temperature trend.
Determining longitude and latitude information during charging according to historical charging data, performing standardization processing on the longitude and latitude information to determine a longitude and latitude interval, specifically extracting the longitude and latitude information during charging from the historical charging data, and performing standardization processing;
determining periodic characteristics of charging time according to historical charging data, a sine function and a cosine function;
the charging frequency characteristics are determined by carrying out standardization processing on the month of the charging time, the week of charging in one year and the hour of charging in one day according to the historical charging time data, for example, the charging month data is 1 month and can be standardized to be-0.5, 12 months and 0.5, and the standardized month is in the interval of-0.5 and 0.5 in 12 months in one year;
The method comprises the steps of determining a temperature hysteresis term characteristic according to historical battery monomer charging temperature data and preset hysteresis term parameters, specifically extracting hysteresis term characteristics of a temperature sequence, such as hysteresis 1 order, 5 order, 6 order, 10 order and the like, assuming that the current time is t and the corresponding time of the hysteresis 1 order is t-10, and selecting a specific hysteresis term can be set by a user according to a model prediction effect.
In step S103, parameters critical to battery temperature prediction are selected, and a multi-element time series composed of a plurality of feature arrays is divided to form feature vectors. The historical charging data is set to be in an array form, historical derivative data is added to columns of the array, and data acquired in one data acquisition period is one row of the array to form feature vector data.
The historical derived data may also include voltage cell cumulative bias, number of voltage cell cumulative bias, and the like. The voltage cell cumulative deviation is obtained by subtracting the voltage cell median from the cell voltage and taking the absolute value.
Further, step S104 includes determining training data under various charging conditions according to the feature vector data, the preset observation time window length, the preset prediction window length and the preset maximum hysteresis term, and uniformly sampling the training data according to the preset random number seeds to determine model input samples. In the embodiment 1, given the observation time window length, the prediction window length and the maximum hysteresis term, the feature vector data is subjected to data segmentation to form model training data under different charging working conditions, random number seeds are set, the training data is uniformly sampled, the data in a single charging process is uniformly sampled to obtain a sampling sample in the single charging process, and the data in multiple charging processes is sampled to obtain a model input sample. The obtained model input sample can represent charging data under different charging working conditions in the process of multiple times of charging and is used for model training input.
Further, in step S105, a deep autoregressive model is built from the model input samples and using the chain law of conditional probability distribution. In this embodiment 1, model training is performed based on feature vector data using an autoregressive model based on deep learning.
The value of the ith sequence at time step t is denoted by zi,t, xi,t denotes the feature, and t0 denotes the predicted start time. The probability distribution of zi,t is predicted based on an autoregressive cyclic neural network and is represented by a likelihood function l (zi,ti,t), wherein θi,t represents the parameter space to be learned. The model is shown in fig. 3, with training on the left and prediction on the right.
During training, at each time step t, the network inputs include the feature xi,t, the value zi,t-1 of the last time step, and the state of the last time stepThe current state is calculated firstThen calculate the parameters of likelihood l (z|θ)Finally by maximizing log-likelihood) To learn network parameters. In this example 1, a 2-layer hidden layer is used, and a network structure of 100 units per layer is used, and LSTM (long short term memory network) is used as the neuron unit.
In the prediction process, historical data of t < t0 is fed into the network to obtain an initial stateThe prediction results were then obtained using samples, T, for T0,t0 +1This sampled value is used as input for the next step. By repeating the process, a series of sampling values T0 -T can be obtained, and the required target values, such as quantiles, expectations and the like, can be calculated by using the sampling values. The result of this prediction forms a probability distribution rather than a single point estimate.The specific form of (c) depends on the likelihood function i (z|θ) because the temperature prediction is a continuous real number, and the likelihood function we choose a gaussian distribution, then θ= (μ, σ), where μ, σ represent the mean, standard deviation parameters of the gaussian distribution. In the following formulaThe state of the current time step is indicated,Bμ denotes the slope and intercept term of mu,Bσ denotes the slope of σ, the intercept term.
The output objective of the network is a parameter of the probability distribution.
Further, step S106 includes determining real-time derived data from the real-time charging data, and determining a predicted probability distribution of battery temperature over a predicted window length from the real-time charging data, the real-time derived data, and the deep autoregressive model. And cleaning the real-time charging data, determining real-time derived data, and inputting the real-time charging data and the real-time derived data into a deep autoregressive model to obtain the battery temperature prediction probability distribution within the prediction window length.
The method further comprises the steps of detecting the battery predicted temperature abnormally, generating battery predicted temperature abnormal information when the battery predicted temperature is abnormal, performing fault processing according to the battery predicted temperature abnormal information, specifically, performing further processing according to the abnormal battery predicted temperature, performing fault alarm according to a processing result, displaying alarm information through a display screen, and playing the alarm information through a loudspeaker.
Further, the abnormality detection of the predicted battery temperature includes:
Acquiring the actual temperature of a battery;
determining residual errors according to the actual temperature of the battery and the predicted temperature of the battery;
Determining a residual mean value and a residual standard deviation according to the residual;
Determining an abnormal threshold according to the residual error, the residual error mean value and the residual error standard deviation;
And determining an anomaly score according to the residual mean value, the residual standard deviation and the anomaly threshold value, wherein the anomaly score is used for representing the probability of battery temperature anomaly.
Specifically, a residual sequence e= [ e(t-h),...e(t-1), e (t) ] is calculated, wherein the residual isY(t) is the actual value of the temperature acquired by the sensor in real time,Is a predicted value of the depth autoregressive model, h is a predicted window length, and t is a corresponding current time point.
In this embodiment 1, an anomaly threshold value is determined by adopting an unsupervised learning method, which is specifically as follows:
Assume that the outlier threshold is generated by ε=μ (e) +zσ (e), μ (e), σ (e) being the mean and standard deviation of the residuals, respectively, where z >0, is a coefficient of standard deviation. Then:
Wherein:
Δμ(e)=μ(e)-μ({e∈e|e<ε})
Δσ(e)=σ(e)-σ({e∈e|e<ε})
ea={e∈e|e>∈}
Eseq=|ea∈ea|
The outlier threshold is determined in such a way that if the residual is largely removed, the original residual sequence mean and standard deviation should be largely reduced. In addition, punishment is carried out on the magnitude and the number of the residual values in the out-of-range so as to obtain an adaptive abnormal threshold value.
The anomaly score calculation is performed according to the following formula:
Wherein the method comprises the steps ofThe maximum value of the residual sequence ea at the i-th prediction is represented. That is, the residual sequence is normalized, and an abnormality score is output, wherein the higher the abnormality score is, the greater the possibility of abnormality of the battery temperature is.
In addition, the determination of the abnormal threshold value can also be based on the mode of the service, the standard is set, and the abnormal threshold value is set by the user.
Conventional prediction methods are single sequence time series predictions in which model parameters for each given time are estimated independently from past observations, the model typically being manually selected to account for different factors such as autocorrelation structure, trends, seasonal factors, etc. In this embodiment 1, based on the deep autoregressive model, considering that the temperature change of the power battery is affected by various related time sequences, such as current, charging resistance, charge quantity and ambient temperature in the charging process, the related time sequence attributes are included in this embodiment 1, and a more complex and accurate model is fitted. Meanwhile, the workload brought by manual feature engineering and model selection is reduced in the embodiment 1. In addition, by writing a prediction framework, the model supports time sequence training and prediction with the frequency of second level, and is different from the model training mode of the traditional model which only supports more than minute level, the embodiment 1 can be better suitable for the temperature prediction and early warning of the power battery.
Conventional timing predictions can only give a single point estimate of temperature. This embodiment 1 can provide not only a specific single point estimation value but also a probability distribution of the battery temperature in a certain period of time in the future, and this embodiment 1 can better assist decision by providing the entire probability prediction distribution of the temperature.
In this embodiment 1, a model input sample is obtained by means of uniform sampling. And performing time window sliding on all the observed time sequences according to the observation time window length, the prediction window length and the maximum hysteresis term of the temperature sequences. And all samples formed after the time window slides are uniformly sampled, so that input samples of the model are obtained. The processing mode improves the model training speed on one hand, and obtains the characteristics under different charging working conditions on the other hand. Is superior to the traditional processing mode adopting all samples or splitting samples randomly.
In the prior art, an early warning threshold is directly provided according to service experience, or N times of standard deviation is directly set to judge abnormality, and the traditional modes often lead to false alarm and false alarm due to accidental deviation of a temperature sequence in practice. In this embodiment 1, an unsupervised learning method is adopted to determine a temperature early warning threshold value, and an abnormality score is output. In the embodiment 1, an unsupervised learning mode is adopted to provide an early warning threshold, accidental deviations are identified and removed, an abnormal score value is provided on the basis, early warning accuracy is improved, and false alarm rate is reduced.
The invention adopts a method based on a depth autoregressive model and big data driving, and carries out real-time prediction and real-time diagnosis on the highest temperature of the battery monomer in the charging process by mining the characteristics and the hidden information of a data sequence. And the prediction deviation caused by inconsistent experimental environment in the real vehicle environment is avoided. Considering various related time sequence characteristics, predicting probability distribution of temperature, predicting possible temperature faults in advance, and giving an alarm before an accident. And a temperature early warning threshold value is determined by adopting an unsupervised learning mode, accidental deviation is identified and removed, an abnormal score value is provided on the basis, the early warning accuracy is improved, and the false alarm rate is reduced.
Example 2:
as shown in fig. 4, this embodiment 2 provides a battery temperature prediction system 100, and using the method in embodiment 1, the battery temperature prediction system 100 includes:
A first module 11, configured to obtain charging data of the battery according to a period, where the charging data includes historical charging data and real-time charging data;
a second module 12 for determining historical derived data from the historical charging data;
a third module 13 for determining feature vector data from the historical charging data and the historical derived data;
A fourth module 14, configured to determine model input samples under multiple charging conditions according to the feature vector data;
a fifth module 15, configured to establish a depth autoregressive model according to the model input samples;
a sixth module 16 is configured to determine a predicted battery temperature based on the real-time charging data and the deep autoregressive model.
The invention is based on a depth autoregressive model, and can perform temperature anomaly detection based on residual sequences by using an RNN (recurrent neural network) architecture for probability prediction. Aiming at the problem of monomer temperature overheating possibly occurring in the charging process of the power battery, the invention provides a temperature prediction method based on deep autoregressive, which can remarkably improve the accuracy of temperature prediction and the effect of temperature abnormality diagnosis.
The foregoing is only illustrative of the present invention and is not to be construed as limiting thereof, but rather as various modifications, equivalent arrangements, improvements, etc., within the spirit and principles of the present invention.

Claims (10)

CN202080106356.7A2020-12-172020-12-17Battery temperature prediction method and systemActiveCN116391131B (en)

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
PCT/CN2020/137309WO2022126526A1 (en)2020-12-172020-12-17Battery temperature predication method and system

Publications (2)

Publication NumberPublication Date
CN116391131A CN116391131A (en)2023-07-04
CN116391131Btrue CN116391131B (en)2025-07-22

Family

ID=82058816

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202080106356.7AActiveCN116391131B (en)2020-12-172020-12-17Battery temperature prediction method and system

Country Status (2)

CountryLink
CN (1)CN116391131B (en)
WO (1)WO2022126526A1 (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN115447439A (en)*2022-09-192022-12-09特瓦特能源科技有限公司 Charging safety warning method, system, equipment and medium based on battery temperature
CN115312895B (en)*2022-10-122022-12-20启东市航新实用技术研究所Method for monitoring steady state of battery pack of new energy vehicle
CN115639481B (en)*2022-12-222023-04-25羿动新能源科技有限公司Battery data preprocessing system and method based on big data prediction SOC
CN115986874B (en)*2022-12-262023-11-24昆山金鑫新能源科技股份有限公司Battery charging safety monitoring and early warning method and system
CN115939583B (en)*2023-01-032023-07-21深圳市派沃新能源科技股份有限公司Energy storage liquid cooling system and control method thereof
CN116087790A (en)*2023-01-312023-05-09中国华能集团清洁能源技术研究院有限公司 Energy storage battery fault identification method and device
CN116154914B (en)*2023-03-022023-11-07深圳市南霸科技有限公司Battery charging management method and device
CN116662865A (en)*2023-06-252023-08-29北京嘀嘀无限科技发展有限公司Battery risk determination method, battery risk determination device, electronic equipment and readable storage medium
CN116600228B (en)*2023-07-182024-03-29深圳市鑫正宇科技有限公司Communication system and method for wireless earphone and earphone storage box
CN117289168B (en)*2023-09-192024-05-28北京翼新数智科技有限公司Product quality monitoring system based on sensor data and intelligent algorithm
CN117457173B (en)*2023-12-252024-03-12中国人民解放军总医院第二医学中心Arrhythmia monitoring system of wearable equipment for department of cardiology
CN117638325B (en)*2024-01-252024-04-16武汉理工大学 A method and system for low temperature thermal management of power battery
CN117805663B (en)*2024-02-282024-05-10常州拜特测控技术有限公司Battery testing method, device, equipment and medium based on running state
CN118003949A (en)*2024-03-052024-05-10杭州明坤电器有限公司Intelligent charger charging monitoring management system
CN118182256B (en)*2024-03-262024-11-12重庆赛力斯凤凰智创科技有限公司 Vehicle energy consumption management method, device, equipment and medium
CN117972620B (en)*2024-04-022024-05-28深圳和润达科技有限公司Cell abnormality prediction method and device based on logistic regression algorithm
CN118228182B (en)*2024-05-222024-07-16银河航天(北京)通信技术有限公司Method and device for evaluating working state of measuring object by using temperature measurement point
CN118362906B (en)*2024-06-192024-10-29中国第一汽车股份有限公司Battery state parameter prediction method and device, electronic equipment and storage medium
CN118519043B (en)*2024-07-232024-10-18杭州神驹科技有限公司New energy mine card battery fault prediction method based on RNN (RNN-based network) circulating neural network
CN119438952A (en)*2024-09-042025-02-14北京理工大学前沿技术研究院 New energy vehicle battery degradation prediction method based on charging condition identification
CN119884609B (en)*2025-03-262025-07-15合肥工业大学Lithium battery surface temperature prediction method and system based on TFT

Citations (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106233115A (en)*2014-03-272016-12-14赛峰飞机发动机公司Estimate the most normal method of measured value of the physical parameter of aircraft engine

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4295373A (en)*1980-04-031981-10-20United Technologies CorporationFluidic angular rate sensor with integrated impulse jet pump assembly
US9989595B1 (en)*2013-12-312018-06-05Hrl Laboratories, LlcMethods for on-line, high-accuracy estimation of battery state of power
DE102014101157B4 (en)*2014-01-302019-03-21Infineon Technologies Ag Methods and apparatus for determining a state of charge
CN103941191B (en)*2014-03-262016-05-04海博瑞恩电子科技无锡有限公司A kind of method of energy storage device integrated management and energy storage device
GB2537406B (en)*2015-04-162017-10-18Oxis Energy LtdMethod and apparatus for determining the state of health and state of charge of lithium sulfur batteries
US11169514B2 (en)*2018-08-272021-11-09Nec CorporationUnsupervised anomaly detection, diagnosis, and correction in multivariate time series data
CN109978229A (en)*2019-02-122019-07-05常伟The method that the full battery core multi-point temperature of a kind of pair of power battery pack and tie point temperature carry out thermal runaway prediction
CN111829688A (en)*2019-03-272020-10-27中南大学 A method for predicting temperature field distribution during operation of lithium-ion battery
CN111823952B (en)*2020-04-172022-07-05北京嘀嘀无限科技发展有限公司Battery cell temperature diagnosis method, storage medium and electronic equipment
CN111999648A (en)*2020-08-202020-11-27浙江工业大学 A method for predicting the remaining life of lithium batteries based on long short-term memory network

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106233115A (en)*2014-03-272016-12-14赛峰飞机发动机公司Estimate the most normal method of measured value of the physical parameter of aircraft engine

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Battery pack temperature field compression sensing based on deep learning algorithm;Chen Siyuan 等;《PROCEEDINGS OF 2019 14TH IEEE INTERNATIONAL CONFERENCE ON ELECTRONIC MEASUREMENT & INSTRUMENTS (ICEMI)》;20200527;1047-1053*
Chen Siyuan 等.Battery pack temperature field compression sensing based on deep learning algorithm.《PROCEEDINGS OF 2019 14TH IEEE INTERNATIONAL CONFERENCE ON ELECTRONIC MEASUREMENT & INSTRUMENTS (ICEMI)》.2020,1047-1053.*

Also Published As

Publication numberPublication date
CN116391131A (en)2023-07-04
WO2022126526A1 (en)2022-06-23

Similar Documents

PublicationPublication DateTitle
CN116391131B (en)Battery temperature prediction method and system
Wang et al.State of health estimation based on modified Gaussian process regression for lithium-ion batteries
CN112731159B (en) A method for predicting and locating battery faults in battery compartments of energy storage power stations
CN110909822B (en) A Satellite Anomaly Detection Method Based on Improved Gaussian Process Regression Model
CN113343633A (en)Thermal runaway fault classification and risk prediction method and system for power lithium battery
CN108556682B (en)Driving range prediction method, device and equipment
CN113447828A (en)Lithium battery temperature estimation method and system based on Bayesian neural network
CN118050653A (en)Method and device for predicting the battery of a diagnostic device using a multi-element converter model
JP2020129233A (en) Anomaly detection device
CN114994546B (en)Battery pack SOH prediction system and method based on blockchain and Informer neural network
CN117471346A (en)Method and system for determining remaining life and health status of retired battery module
CN111191824B (en)Power battery capacity attenuation prediction method and system
CN116660757A (en)Battery voltage estimation method, device and storage medium
CN109145373B (en)Residual life prediction method and device based on improved ESGP and prediction interval
CN108961460B (en) Fault prediction method and device based on sparse ESGP and multi-objective optimization
CN116774053A (en)Method, system and storage medium for predicting remaining service life of battery
CN117272783A (en)Power battery life prediction method based on cloud edge collaborative multi-model fusion
CN119749253A (en) A fault warning method for automotive lithium batteries based on multivariate prediction and anomaly detection
CN115656831A (en)Multi-step advanced prediction and fault diagnosis method for single battery voltage
CN118731773B (en) Abnormal battery cell detection method, device, electronic device and storage medium
CN118445561A (en)Early warning method for thermal runaway of battery module based on time sequence prediction model
CN118393364A (en) A power battery system multi-fault diagnosis method, device, medium and product
CN117456637A (en)Vehicle data detection method, vehicle data detection device, vehicle, and storage medium
CN116579233A (en)Method for predicting residual life of mechanical equipment
CN112231849B (en)Axle temperature fault detection method based on NEST and SPRT fusion algorithm

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp