


技术领域technical field
本发明涉及一种混合电动汽车的当前行驶状态的智能识别方法,属于电动汽车控制技术领域。The invention relates to an intelligent identification method for the current driving state of a hybrid electric vehicle, belonging to the technical field of electric vehicle control.
背景技术Background technique
电动汽车是我国汽车发展的一个重要方向,对混合动力电动汽车控制策略的研究已经成为汽车研究的热点之一,而汽车行驶时的能源分配问题又是电动汽车控制策略研究的重点。与传统发动机汽车相比,混合动力电动汽车的控制策略与汽车行驶状态紧密联系,而目前国内还没有对汽车行驶状态进行识别的设备和方法,因此混合动力电动汽车在燃油经济性和排放性能方面的优势没有得到最大体现。本发明通过对汽车的行驶车速进行处理和计算,从而有效地识别出了汽车的行驶状态,帮助电动汽车整车控制器更好的对汽车的能量进行分配。Electric vehicle is an important direction of automobile development in our country. The research on the control strategy of hybrid electric vehicle has become one of the hotspots in automobile research. Compared with traditional engine vehicles, the control strategy of hybrid electric vehicles is closely related to the driving state of the vehicle. At present, there is no equipment and method for identifying the driving state of the vehicle in China. Therefore, the fuel economy and emission performance of hybrid electric vehicles advantages are not fully realized. The invention processes and calculates the running speed of the car, thereby effectively identifying the running state of the car and helping the controller of the electric car to better distribute the energy of the car.
发明内容:Invention content:
本发明的目的是通过如下技术方案实现的:The purpose of the present invention is achieved through the following technical solutions:
由于目前没有对汽车行驶状态进行识别的方法和技术,在一定程度上影响了混合动力电动汽车的能量分配以及汽车燃油经济性和排放性能的提高,为了弥补这一不足,本发明提供一种智能识别混合动力电动汽车行驶状态的方法。通过采集汽车一段时间的行驶速度,然后采用神经网络方法对其进行计算和分析,从而识别出汽车当前的行驶状态,帮助汽车自身的整车控制系统调整参数,使得混合动力电动汽车的燃油经济性和排放性能得到更大的提高。Since there is no method and technology for identifying the driving state of the vehicle at present, it affects the energy distribution of the hybrid electric vehicle and the improvement of the fuel economy and emission performance of the vehicle to a certain extent. In order to make up for this deficiency, the invention provides an intelligent A method for identifying the driving state of a hybrid electric vehicle. By collecting the driving speed of the car for a period of time, and then using the neural network method to calculate and analyze it, so as to identify the current driving state of the car, help the car's own vehicle control system to adjust parameters, and make the fuel economy of hybrid electric vehicles and emissions performance are even more improved.
采用神经网络识别汽车行驶工况的工作过程主要分为两个阶段,首先是学习期,其主要是通过对汽车标准行驶工况进行学习,从而确定状态识别程序中的各项参数:然后是工作期,主要是采集汽车的行驶车速并进行处理,再通过状态识别程序计算得到汽车的当前行驶状态是属于哪种标准行驶工况。The working process of using the neural network to identify the driving conditions of the vehicle is mainly divided into two stages. The first is the learning period, which is mainly to determine the parameters in the state recognition program by learning the standard driving conditions of the vehicle: and then the working period. In the first stage, it mainly collects the driving speed of the car and processes it, and then calculates which standard driving condition the current driving state of the car belongs to through the state recognition program.
第一个阶段学习期,主要通过在PC机中用matlab编写程序来实现,其方法步骤为:The first stage of learning is mainly realized by writing a program with matlab in a PC, and the method steps are as follows:
步骤1:首先输入现有汽车主干道、快速路等国家或者地方标准行驶工况,然后分别对汽车主干道、快速路等的行驶工况进行分段,每一小段作为一个样本,而且每个样本的时间可以重叠。若设定每个小样本的采样时间为ts秒,每隔tf秒钟进行一次采样,ts=nitf,则其划分结果为0~ts秒为一段工况,tf~(ts+tf)秒为一段工况,2tf~(2tf+ts)秒为一段工况,......,(n·tf)~(n·tf+ts)秒为一段工况,并把每种工况分段后的结果进行存储,若主干道工况分为n1段,则把主干道工况的存储为数组vz1,vz2,......vzn1;若快速路工况分为n2段,快速路工况存储为数组vk1,vk2,......,vkn2;Step 1: First input the national or local standard driving conditions such as the existing automobile arterial roads and expressways, and then segment the driving conditions of the automobile arterial roads and expressways respectively. Each small section is used as a sample, and each The times of the samples can overlap. If the sampling time of each small sample is set as ts seconds, sampling is performed every tf seconds, ts = ni tf , then the division result is 0~ts seconds as a section of working conditions, tf ~(ts +tf ) seconds is a working condition, 2tf ~(2tf +ts ) seconds is a working condition, ..., (n·tf )~(n·tf + ts ) seconds is a working condition, and store the results of each working condition segmented, if the main road working condition is divided into n1 segments, then store the working condition of the main road as an array vz1 , vz2 ,. ..... vzn1 ; If the working condition of the expressway is divided into n2 sections, the working condition of the expressway is stored as an array vk1 , vk2 , ..., vkn2 ;
步骤2:对每一小段工况数组进行处理,首先通过工况的速度计算加速度,当加速度为正时存储为数组az1,az2,......,azn1,ak1,ak2,……,akn2,……,当加速度为负时存储为数组rz1,rz2,……,rzn1,rk1,rk2,……,rkn2,……,以及每个采样点的速度和加速度的乘积存储为数组vaz1,vaz2,......,vazn1,vak1,vak2,……,vakn2,......。再对速度和正加速度的数组计算其数据的最大值、平均值以及标准差,对负加速度的数组计算其数据的最小值、平均值和标准差,对加速度和速度乘积的数组计算其数据的平均值。再对速度、正加速度、负加速度、速度和加速度的乘积的数组进行节点划分和数据统计,并计算每部分占时间的百分比;Step 2: Process each small section of the working condition array, first calculate the acceleration through the speed of the working condition, and store it as an array az1 , az2 ,..., azn1 , ak1 , a when the acceleration is positivek2 ,...,akn2 ,..., stored as array rz1 ,rz2 ,...,rzn1 ,rk1 ,rk2 ,...,rkn2 ,..., when the acceleration is negative, and each sample The product of the velocity and acceleration of the point is stored as an array vaz1 , vaz2 , . . . , vazn1 , vak1, vak2 , . Then calculate the maximum value, average value and standard deviation of the data for the array of velocity and positive acceleration, calculate the minimum value, average value and standard deviation of the data for the array of negative acceleration, and calculate the average of the data for the array of acceleration and velocity products value. Then perform node division and data statistics on the array of speed, positive acceleration, negative acceleration, product of speed and acceleration, and calculate the percentage of time for each part;
步骤3:采用上述步骤2中计算得到的参数,作为神经网络学习的训练样本x1、x2……xk,即输入层;采用y1代表主干路工况,y2代表快速路工况,……,ym代表第m中工况,作为神经网络的输出层;然后采用公式(1)进行计算,求得神经网络各连接权上的权值wim、bm。Step 3: Use the parameters calculated in the above step 2 as the training samples x1 , x2 ... xk learned by the neural network, that is, the input layer; use y1 to represent the working condition of the trunk road, and y2 to represent the working condition of the expressway , ..., ym represents the working condition in the mth, as the output layer of the neural network; then use the formula (1) to calculate the weights wim and bm of each connection weight of the neural network.
第二个阶段工作期,主要通过在PC机中采用C编写行驶状态智能识别程序,然后下载到智能识别控制器中实现,其方法步骤为:The second stage of work is mainly realized by using C to write the driving state intelligent recognition program in the PC, and then downloading it to the intelligent recognition controller. The method steps are:
步骤4:首先对速度进行限幅滤波法处理:当前采集到车速与前一次求得的车速进行对比,若变化量大于vc,则取前一次求得的车速,若变化小于vc,则当前采集到车速;然后对速度进行递推平均滤波法处理:若在第一阶段中速度的采样频率为tf秒钟一次,则取前nc次的车速的平均值作为当前车速;Step 4: First, the speed is processed by the limiting filter method: compare the current collected vehicle speed with the previously obtained vehicle speed, if the change is greater than vc , take the previously obtained vehicle speed, if the change is less than vc , then The current vehicle speed is collected; then the speed is processed by the recursive average filtering method: if the sampling frequency of the speed in the first stage is once every tf seconds, then the average value of the previous nc times of vehicle speed is taken as the current vehicle speed;
步骤5:存储一定时间的车速,形成车速数组。若在第一阶段中选用ts秒的样本进行神经网络权值计算,则在汽车行驶过程中在每次采样后存储前ts秒内的车速,形成一个具有ni个速度值的数组作为一个速度片断;Step 5: Store the vehicle speed for a certain period of time to form a vehicle speed array. If in the first stage, samples of ts seconds are selected for neural network weight calculation, the vehicle speed in the previous ts seconds is stored after each sampling in the driving process of the car, and an array with ni speed values is formed as a velocity segment;
步骤6:对上述速度片断按照第一阶段中的步骤2进行计算,得到神经网络计算所需的各项参数;Step 6: Calculate the above-mentioned speed fragment according to step 2 in the first stage, and obtain various parameters required for neural network calculation;
步骤7:然后采用公式(1)进行神经网络计算,即得到当前汽车行驶状态ym。Step 7: Then use the formula (1) to perform neural network calculation, that is, to obtain the current vehicle driving state ym .
本发明的有益效果是:对汽车行驶状态识别效果明显,可以帮助电动汽车控制器合理有效地调节控制参数,从而进一步提高电动汽车的燃油经济性和排放性能。The beneficial effect of the invention is that: the recognition effect on the driving state of the vehicle is obvious, and it can help the controller of the electric vehicle to adjust the control parameters reasonably and effectively, so as to further improve the fuel economy and emission performance of the electric vehicle.
附图说明:Description of drawings:
图1为本发明采用神经网络实现智能识别流程图;Fig. 1 is that the present invention adopts neural network to realize intelligent recognition flowchart;
图2为某城市主干道行驶工况;Figure 2 shows the driving conditions of a city's main road;
图3为某城市快速路行驶工况;Figure 3 shows the driving conditions of an urban expressway;
图4为本发明采用本智能识别方法的识别效果图。Fig. 4 is a recognition effect diagram of the present invention using the intelligent recognition method.
具体实施方式:Detailed ways:
下面结合附图对本发明作进一步描述如下:Below in conjunction with accompanying drawing, the present invention is further described as follows:
如图1所示,采用神经网络进行智能识别需要进行两个阶段,第一个阶段是学习期,主要是计算智能识别程序所需的控制参数,第二个阶段就是编写智能识别程序,然后下载到控制器中就可以实时的对汽车的行驶状态进行识别。下面我们将结合实例对上述两个阶段分别进行详细的阐述:As shown in Figure 1, the use of neural networks for intelligent recognition requires two stages. The first stage is the learning period, which is mainly to calculate the control parameters required by the intelligent recognition program. The second stage is to write the intelligent recognition program and then download it. In the controller, the driving state of the car can be identified in real time. In the following, we will elaborate on the above two stages in detail with examples:
第一个阶段,学习期如图1的上半部所示:The first phase, the learning period, is shown in the upper half of Figure 1:
步骤1:采集汽车主干路和快速路标准行驶工况。然后对汽车行驶工况进行分段,得到小速度片段,即小样本。在本次实例分析中,每个小样本的采样时间为ts选用180秒,tf选用1秒钟,因此ni=180,ts=nitf。分段结果为:0~180为一个样本小段,1~181为一个样本小段,依次类推。并把每种工况分段后的结果进行存储,主干道工况分为800段,存储为数组vz1,vz2,......v800;快速路工况分为64段,存储为数组vk1,vk2,......,v64;Step 1: Collect standard driving conditions of automobile trunk roads and expressways. Then segment the driving conditions of the vehicle to obtain small speed segments, that is, small samples. In this example analysis, the sampling time of each small sample is 180 seconds for ts and 1 second for tf , so ni =180, ts =nitf . The segmentation result is: 0~180 is a sample segment, 1~181 is a sample segment, and so on. And store the results after each working condition is segmented, the working condition of the main road is divided into 800 sections, stored as an array vz1 , vz2 , ... v800 ; the working condition of the expressway is divided into 64 sections, stored as arrays vk1 , vk2 , . . . , v64 ;
步骤2:计算各个速度片段的参数。首先通过工况的速度计算加速度,当加速度为正时存储为数组az1,az2,......,azn1,ak1,ak2,……,akn2,当加速度为负时存储为数组rz1,rz2,……,rzn1,rk1,rk2,……,rkn2,以及每个采样点的速度和加速度的乘积存储为数组vaz1,vaz2,......,vazn1,vak1,vak2,……,vakn2。再对速度和正加速度的数组计算其数据的最大值、平均值以及标准差,对负加速度的数组计算其数据的最小值、平均值和标准差,对速度和加速度乘积的数组计算其数据的平均值。再对速度、正加速度、负加速度、速度和加速度的乘积的数组进行节点划分和数据统计,并计算每部分占时间的百分比,例如:若对速度划分节点为4个,即1m/s、5m/s、10m/s、15m/s,则计算速度小于等于1m/s的采样点数占采样总点数的比例、速度大于1小于等于5m/s的点数占总点数的比例、速度大于5小于等于10m/s点数占总点数的比例、速度大于10小于等于15m/s的点数占总点数的比例、速度大于15m/s的点数占总点数的比例;若对正加速度划分节点为1个,即7m/s2,则计算加速度大于0小于等于7m/s2的点数占总点数的比例、加速度大于7m/s2的点数占总点数的比例;若对负加速度划分节点为1个,即—7m/s2,则计算减速度大于等于-7小于0m/s2的点数占总点数的比例、减速度小于-7m/s2的点数占总点数的比例;若对速度和加速度的乘积节点为3个,即3m2/s3、6m2/s3、10m2/s3,则计算速度和加速度的乘积小于0m2/s3的点数占总点数的比例、速度和加速度的乘积大于3小于等于6m2/s3的点数占总点数的比例、速度和加速度的乘积大于6小于等于10m2/s3的点数占总点数的比例、速度和加速度的乘积大于10m2/s3的点数占总点数的比例。最终主干道工况计算得到一个800*24的矩阵,快速路工况计算得到一个64*24的矩阵;Step 2: Calculate the parameters of each velocity segment. First, the acceleration is calculated through the speed of the working condition. When the acceleration is positive, it is stored as an array az1 , az2 , ..., azn1 , ak1 , ak2 , ..., akn2 , and when the acceleration is negative Stored as an array rz1 , rz2 , ..., rzn1 , rk1 , rk2 , ..., rkn2 , and the product of velocity and acceleration at each sampling point is stored as an array vaz1 , vaz2 , ... ..., vazn1 , vak1 , vak2 , ..., vakn2 . Then calculate the maximum value, average value, and standard deviation of the data for the array of speed and positive acceleration, calculate the minimum value, average value, and standard deviation of the data for the array of negative acceleration, and calculate the average of the data for the array of speed and acceleration products value. Then divide the array of speed, positive acceleration, negative acceleration, product of speed and acceleration into node division and data statistics, and calculate the percentage of time for each part, for example: if the speed is divided into 4 nodes, that is, 1m/s, 5m /s, 10m/s, 15m/s, calculate the proportion of sampling points whose speed is less than or equal to 1m/s to the total number of sampling points, the proportion of points whose speed is greater than 1 and less than or equal to 5m/s to the total number of points, and the proportion of points whose speed is greater than 5 and less than or equal to The ratio of 10m/s points to the total number of points, the ratio of points with a speed greater than 10 and less than or equal to 15m/s to the total number of points, the ratio of points with a speed greater than 15m/s to the total number of points; if the positive acceleration is divided into 1 node, that is 7m/s2 , then calculate the proportion of points whose acceleration is greater than 0 and less than or equal to 7m/s2 to the total number of points, and the proportion of points whose acceleration is greater than 7m/s2 to the total number of points; if the negative acceleration is divided into one node, that is— 7m/s2 , then calculate the proportion of points whose deceleration is greater than or equal to -7 and less than 0m/s2 to the total number of points, and the proportion of points whose deceleration is less than -7m/s2 to the total number of points; if the product node of velocity and acceleration is 3, that is, 3m2 /s3 , 6m2 /s3 , and 10m2 /s3 , then the ratio of the number of points where the product of velocity and acceleration is less than 0m2 /s3 to the total number of points, and the product of velocity and acceleration is greater than 3 The ratio of points less than or equal to 6m2 /s3 to the total number of points, and the product of velocity and acceleration greater than 6 The ratio of points less than or equal to 10m2 /s3 to the total number of points, and the product of velocity and acceleration greater than 10m2 /s3 Points as a percentage of total points. Finally, an 800*24 matrix is calculated for the main road condition, and a 64*24 matrix is obtained for the expressway condition;
步骤3:计算神经网络识别中的参数。把步骤2中对主干道和快速路得到的两个矩阵作为输入层;然后定义主干道y1为1,快速路y2为0,作为输出层。通过公式(1)计算得到,wim为矩阵[-12.214;-12.269;-12.183;6.0995;2.3818;2.3416;-13.32;-13.214;-13.924;5.8685;5.7457;-0.06623;6.0199;2.8603;1.3746;4.3112;3.712;2.9215;-5.1756;-11.405;-10.7;-3.1999;-2.5333;-3.1603],bm=7.5095;Step 3: Calculate the parameters in neural network recognition. Take the two matrices obtained for the main road and express road in step 2 as the input layer; then define the main road y1 as 1 and the express road y2 as 0 as the output layer. Calculated by formula (1),wim is a matrix [-12.214; -12.269; -12.183; 6.0995; 2.3818; 2.3416; -13.32; 4.3112; 3.712; 2.9215; -5.1756; -11.405; -10.7; -3.1999; -2.5333; -3.1603], bm =7.5095;
第二个阶段,工作期如图1的下半部所示:The second stage, the working period is shown in the lower half of Figure 1:
步骤4:对采集到的车速进行滤波处理。首先对速度进行限幅滤波法处理:若vc选用20km/h,与前一次求得的车速进行对比,若变化量大于20km/h,则取前一次求得的车速,若变化小于20km/h,则取当前采集到的车速;然后对速度进行递推平均滤波法处理:若nc选用10,则取前10次的车速的平均值作为当前车速;Step 4: Filter the collected vehicle speed. Firstly, the speed is processed by the limiting filter method: if vc is 20km/h, compare it with the previous vehicle speed, if the change is greater than 20km/h, take the previous vehicle speed, if the change is less than 20km/h h, then take the currently collected vehicle speed; then process the speed with the recursive average filtering method: if nc is selected as 10, then take the average value of the previous 10 vehicle speeds as the current vehicle speed;
步骤5:存储前ti即180秒内的车速得到一个速度数组;Step 5: Store the vehicle speed within 180 seconds before ti to obtain a speed array;
步骤6:对上述速度组计算表1中数值,得到一个矩阵;Step 6: Calculate the values in Table 1 for the above speed group to obtain a matrix;
步骤7:把得到的矩阵代入神经网络计算公式(1)便可得到当前行驶状态。Step 7: Substituting the obtained matrix into the neural network calculation formula (1) to obtain the current driving state.
如图2所示,图中纵坐标为速度,横坐标为时间,曲线是中国某城市主干道的标准行驶工况。As shown in Figure 2, the ordinate in the figure is speed, the abscissa is time, and the curve is the standard driving condition of a main road in a certain city in China.
如图3所示,图中纵坐标为速度,横坐标为时间,曲线是中国某城市快速路的标准行驶工况。As shown in Figure 3, the ordinate in the figure is speed, the abscissa is time, and the curve is the standard driving condition of an expressway in a certain city in China.
如图4所示,图中左侧纵坐标为速度,右侧纵坐标为行驶状态,横坐标表示时间,图中实线为某型号电动汽车在某城市实际行驶速度曲线,图中虚线为识别出的行驶状态结果,在0~2132秒和2602~3035秒的上识别结果为1,表示在主干道上行驶,在其他时间段上识别结果为0,表示在快速路上行驶,与实际行驶状况基本吻合,识别效果明显。As shown in Figure 4, the ordinate on the left side of the figure is the speed, the ordinate on the right side is the driving state, and the abscissa represents the time. The solid line in the figure is the actual driving speed curve of a certain type of electric vehicle in a certain city, and the dotted line in the figure is the identification The result of the driving status is 1 at 0-2132 seconds and 2602-3035 seconds, which means driving on the main road, and 0 at other time periods, which means driving on the express road, which is different from the actual driving conditions. Basically match, the recognition effect is obvious.
表1:神经网络计算中样本计算所需参数Table 1: Parameters required for sample calculation in neural network calculation
说明:va:代表加速度和速度的乘积,单位为:m2/s3。Explanation: va: stands for the product of acceleration and velocity, the unit is: m2 /s3 .
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2008102391682ACN101419679B (en) | 2008-12-11 | 2008-12-11 | An intelligent identification method for the driving state of a hybrid electric vehicle |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2008102391682ACN101419679B (en) | 2008-12-11 | 2008-12-11 | An intelligent identification method for the driving state of a hybrid electric vehicle |
| Publication Number | Publication Date |
|---|---|
| CN101419679Atrue CN101419679A (en) | 2009-04-29 |
| CN101419679B CN101419679B (en) | 2011-11-23 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2008102391682AExpired - Fee RelatedCN101419679B (en) | 2008-12-11 | 2008-12-11 | An intelligent identification method for the driving state of a hybrid electric vehicle |
| Country | Link |
|---|---|
| CN (1) | CN101419679B (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102496079A (en)* | 2011-12-12 | 2012-06-13 | 北京航空航天大学 | Monitoring method for energy consumption and emission on roads |
| CN102566416A (en)* | 2011-12-20 | 2012-07-11 | 北京交通大学 | Intelligent identification and evaluation method for operation condition of hybrid shunting locomotive |
| CN102592330A (en)* | 2012-01-19 | 2012-07-18 | 上海交通大学 | Method for extracting road vehicle running status based on battery data of electric vehicle |
| CN101633357B (en)* | 2009-08-26 | 2012-11-21 | 湖南南车时代电动汽车股份有限公司 | Method for complete vehicle control of tandem type hybrid bus based on working condition |
| CN103279795A (en)* | 2013-06-13 | 2013-09-04 | 中南大学 | Method for predicating collision damage of passengers |
| CN104802737A (en)* | 2015-03-25 | 2015-07-29 | 清华大学 | Mobile phone based vehicle abnormality driving behavior detection method |
| CN106546763A (en)* | 2015-09-23 | 2017-03-29 | 联创汽车电子有限公司 | Speed computational methods |
| CN107093227A (en)* | 2017-05-05 | 2017-08-25 | 苏州海格新能源汽车电控系统科技有限公司 | Vehicle operation mode recognition method, device and vehicle operation control system |
| CN110514254A (en)* | 2019-09-06 | 2019-11-29 | 重庆市城投金卡信息产业(集团)股份有限公司 | Bicycle discharges quantity measuring method and its detection system |
| CN110514255A (en)* | 2019-09-06 | 2019-11-29 | 重庆市城投金卡信息产业(集团)股份有限公司 | Motor vehicle emission quantity measuring method and its detection system |
| CN111223303A (en)* | 2018-11-27 | 2020-06-02 | 杭州海康威视数字技术股份有限公司 | Charging pile parking space management method, device and system |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9802599B2 (en) | 2016-03-08 | 2017-10-31 | Ford Global Technologies, Llc | Vehicle lane placement |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101633357B (en)* | 2009-08-26 | 2012-11-21 | 湖南南车时代电动汽车股份有限公司 | Method for complete vehicle control of tandem type hybrid bus based on working condition |
| CN102496079B (en)* | 2011-12-12 | 2015-04-08 | 北京航空航天大学 | Monitoring method for energy consumption and emission on roads |
| CN102496079A (en)* | 2011-12-12 | 2012-06-13 | 北京航空航天大学 | Monitoring method for energy consumption and emission on roads |
| CN102566416A (en)* | 2011-12-20 | 2012-07-11 | 北京交通大学 | Intelligent identification and evaluation method for operation condition of hybrid shunting locomotive |
| CN102592330A (en)* | 2012-01-19 | 2012-07-18 | 上海交通大学 | Method for extracting road vehicle running status based on battery data of electric vehicle |
| CN102592330B (en)* | 2012-01-19 | 2014-08-06 | 上海交通大学 | Method for extracting road vehicle running status based on battery data of electric vehicle |
| CN103279795B (en)* | 2013-06-13 | 2016-01-13 | 中南大学 | A kind of Forecasting Methodology of occupant crash's damage |
| CN103279795A (en)* | 2013-06-13 | 2013-09-04 | 中南大学 | Method for predicating collision damage of passengers |
| CN104802737A (en)* | 2015-03-25 | 2015-07-29 | 清华大学 | Mobile phone based vehicle abnormality driving behavior detection method |
| CN104802737B (en)* | 2015-03-25 | 2017-05-10 | 清华大学 | A mobile phone-based vehicle abnormal driving behavior detection method |
| CN106546763A (en)* | 2015-09-23 | 2017-03-29 | 联创汽车电子有限公司 | Speed computational methods |
| CN106546763B (en)* | 2015-09-23 | 2019-05-21 | 联创汽车电子有限公司 | Speed calculation method |
| CN107093227A (en)* | 2017-05-05 | 2017-08-25 | 苏州海格新能源汽车电控系统科技有限公司 | Vehicle operation mode recognition method, device and vehicle operation control system |
| CN107093227B (en)* | 2017-05-05 | 2020-04-14 | 苏州海格新能源汽车电控系统科技有限公司 | Method and device for identifying running condition of whole vehicle and running control system of whole vehicle |
| CN111223303A (en)* | 2018-11-27 | 2020-06-02 | 杭州海康威视数字技术股份有限公司 | Charging pile parking space management method, device and system |
| CN111223303B (en)* | 2018-11-27 | 2021-06-29 | 杭州海康威视数字技术股份有限公司 | Charging pile parking space management method, device and system |
| CN110514254A (en)* | 2019-09-06 | 2019-11-29 | 重庆市城投金卡信息产业(集团)股份有限公司 | Bicycle discharges quantity measuring method and its detection system |
| CN110514255A (en)* | 2019-09-06 | 2019-11-29 | 重庆市城投金卡信息产业(集团)股份有限公司 | Motor vehicle emission quantity measuring method and its detection system |
| Publication number | Publication date |
|---|---|
| CN101419679B (en) | 2011-11-23 |
| Publication | Publication Date | Title |
|---|---|---|
| CN101419679B (en) | An intelligent identification method for the driving state of a hybrid electric vehicle | |
| CN101419677B (en) | A method for identifying the driving state of a hybrid electric vehicle | |
| CN111873804B (en) | Electric automobile working condition data generation method and energy consumption evaluation working condition generation method | |
| LU500570B1 (en) | Method for vehicle load weight prediction, system, electronic equipment, and medium thereof | |
| CN109552338B (en) | Evaluation method and system for ecological driving behavior of pure electric vehicle | |
| CN110775065A (en) | A battery life prediction method for hybrid electric vehicles based on operating condition recognition | |
| CN110610260A (en) | Driving energy consumption prediction system, method, storage medium and device | |
| CN108528436A (en) | A kind of ECMS multiple target dual blank-holders of ectonexine nesting | |
| CN107103749B (en) | Following traffic flow characteristic modeling method under Internet of vehicles environment | |
| CN102729991B (en) | A method for energy distribution of a hybrid electric bus | |
| CN106844949B (en) | Training method of bidirectional LSTM model for realizing energy-saving control of locomotive | |
| CN108116241B (en) | Method and device for adjusting electric quantity balance point of hybrid electric vehicle and vehicle | |
| CN202499132U (en) | New type Plug_in hybrid electric vehicle energy management controller | |
| CN113276829B (en) | A variable weight method for vehicle driving energy saving optimization based on working condition prediction | |
| CN111775925A (en) | A working mode decision-making method and device for a power-split hybrid electric vehicle | |
| CN110210098B (en) | Transmission parameter matching method for extended range four-wheel drive hybrid electric vehicle | |
| CN107160950B (en) | A kind of CAN bus based vehicle running state recognition methods | |
| CN116340718A (en) | Method and system for constructing automobile carbon emission estimation model based on track data | |
| CN112026744A (en) | Series-parallel hybrid power system energy management method based on DQN variants | |
| CN105957348A (en) | Urban bus route node emission estimating method based on GIS and PEMS | |
| CN101419678A (en) | Method for identifying running state of hybrid electric vehicle | |
| CN105301508A (en) | Prediction method for electric automobile endurance mileage through redial basis function neural network | |
| CN101323304A (en) | Intelligent running state identification system of hybrid electric vehicle | |
| Hu et al. | Energy management optimization method of plug-in hybrid-electric bus based on incremental learning | |
| CN118457545A (en) | Energy management method, device, equipment and medium for hybrid electric vehicle |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee | Granted publication date:20111123 Termination date:20141211 | |
| EXPY | Termination of patent right or utility model |