Next Article in Journal
Environmental Taxes in the Member States of the European Union—Trends in Energy Taxes
Previous Article in Journal
Research on the Mixing Mechanism and Parameter Optimization of Liquid Nitrogen Foam Generator
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development Method for the Driving Cycle of Electric Vehicles

School of Automotive and Traffic Engineering, Jiangsu University, Zhenjiang 212013, China
*
Author to whom correspondence should be addressed.
Energies 2022, 15(22), 8715; https://doi.org/10.3390/en15228715
Submission received: 25 October 2022 / Revised: 17 November 2022 / Accepted: 18 November 2022 / Published: 20 November 2022

Abstract

:
With the development of electric vehicles, more attention has been paid to the role of the driving cycle in vehicle performance testing. At present, the K-means algorithm is often used in the development of driving cycles. However, it is sensitive to the outlier points and also difficult to determine the K value. To solve this problem, the hierarchical cluster method is applied in this study. First, the real-world driving data are collected and denoised through wavelet domain denoising. Then, the data are divided into micro-trips and the characteristic parameters are extracted. The hierarchical cluster method is adopted to classify the micro-trips into different categories. An appropriate number of micro-trips are selected from each group in proportion to each category to assemble the driving cycle. Finally, both the economic simulation and the statistical analysis prove the accuracy of the generated driving cycle and the feasibility of the development method proposed in this paper.

1. Introduction

The continuous and rapid increase in car ownership is an important cause of air pollution and the energy crisis. The emission pollution of traditional vehicles harms the environment and human health. Vehicle emissions have become the main source of air pollution in most countries worldwide. Twenty-five percent of the global CO2 emissions come from automobiles, and the total emissions of greenhouse gases are proportional to the number of automobiles. Additionally, traditional cars are strongly dependent on oil, and volatile crude oil prices and the energy security strategies of countries have constrained the development of the auto industry. The development of electric vehicles cannot only effectively solve the emissions problem but also reduce the use of fuel, which is of great significance. The transformation of the automotive industry has already begun, and it is fast-tracked for further development, especially in China. The sales volume of new energy vehicles in China was less than 20,000 in 2013, but in 2021, 3.521 million units were sold, and 3.545 million units were produced, ranking first in the world in terms of production and sales for several consecutive years. This effectively reduces China’s pollution problems and energy problems.
The electric vehicle industry is transitioning from high-speed development to high-quality development, with higher performance testing requirements. Specifying a uniform condition for tests is necessary, which is why driving cycles need to be developed. Moreover, proper driving cycles are good for research on reducing energy consumption [1] A driving cycle is a series of data points representing the speed of a vehicle versus time [2], and it is the basis of testing. Europe uses the New European Driving Cycle (NEDC), while JC15 is used in Japan, and FTP75 is adopted in the USA. These are the world’s three most widely used driving cycles [3,4]. However, traffic varies significantly from country to country, and NEDC, JC15, and FTP75 cannot represent the local traffic conditions, which leads to inaccurate test results. Therefore, building a driving cycle suitable for the local area is of practical significance.
Constructing driving cycles has always been the frontier and focus of research in the automotive field. The micro-trips method is the most common approach [5]. The driving data are cut into micro-trips and then divided into several clusters. The K-means clustering method is the most widely used clustering method for generating a driving cycle [6,7,8]. Zhang proposed combining the distance optimization and density methods to construct a data set density metric method to construct a driving cycle as an improved K-means algorithm method [9]. A global K-means clustering algorithm was used to construct the Zhengzhou passenger car driving cycles [10]. Yuan proposed an improved K-means text clustering algorithm based on density peaks that avoided the pitfalls of randomly picking initial clusters [11]. However, K-means clustering has significant defects that will negatively affect the construction of a driving cycle. For instance, K-means is sensitive to the outlier points, which will introduce uncertainty in the clustering results.
Additionally, it is difficult to determine the K value when the amount of data is large and the K value is affected by the initial clustering center. To solve this problem, this paper proposes the methodology of generating a driving cycle based on a hierarchical cluster method. A hierarchical cluster is not sensitive to outlier points, and the clusters can be determined according to actual needs, which means the clustering result is controllable with a faster and more effective process.
In this study, the data collection and preprocessing are introduced first. Then, the real-world data are divided into micro-trips, and the characteristic parameters are extracted. The principal component analysis is applied for dimensionality reduction, and then the micro-trips are divided into three categories using the hierarchical cluster method: low-speed, medium-speed, and high-speed. Next, the driving cycle construction is completed. Finally, the validity of the constructed working conditions and the feasibility of the proposed theory is verified from the perspective of statistical analysis and economic simulation.

2. Data Collection and Preprocessing

Driving data is the basis of driving cycle development. To obtain the driving data reflecting the actual driving characteristics, this paper uses the autonomous driving method to collect the driving data of an electric vehicle. The driver drives the vehicle according to their own will without a designated driving route, which can reflect the real traffic situation to the greatest extent. The test system comprises an onboard data acquisition terminal (sampling frequency is 1 Hz) (Figure 1) and a data management platform. The onboard data acquisition terminal codes the acquired information according to the unified data protocol and sends it to the online data management platform in real-time through the GPRS network. The data source of the onboard data acquisition terminal includes two parts, including the GPS signal and the onboard diagnostic system (OBD) signal.
Due to the complex electromagnetic environment in electric vehicles, signal noise is inevitable, so it is necessary to filter the data. In this study, wavelet domain denoising is adopted, which can remove noise and preserve the information for the original data to the greatest extent. The db5 wavelet is selected to denoise and analyze the speed data; the level is 5 and the SURE threshold is used to eliminate the signal noise [12]. To make the comparison more intuitive, the denoised case is shown in Figure 2.
The micro-trip refers to the data period from the start of one idle to the start of the next idle, and it is the basic unit for constructing the driving cycle. In this study, a total of 1162 micro-trips are obtained after the division of the driving data.
To describe the micro-trips, 15 characteristic parameters are counted [13], including the average speed, maximum speed, maximum acceleration, average acceleration, maximum deceleration, average deceleration, acceleration time, deceleration time, idle time, uniform time, total time, acceleration time ratio, deceleration time ratio, idle time ratio, and uniform time ratio. The characteristic parameters and the symbols are shown in Table 1.
The 15 characteristic parameters are defined as follows:
Average speed:
V a v g = i = 1 T v i / T    
v i is the vehicle speed at the i t h second.
Maximum speed: the maximum speed in the micro-trip.
Maximum acceleration: the maximum acceleration in the micro-trip.
Average acceleration:
a a v g _ a = i = 1 T a i / T  
a i corresponds to the acceleration at the i t h second and n is the total time of the micro-trip.
Maximum acceleration: the maximum acceleration in the micro-trip.
Average deceleration:
a a v g _ d = i = 1 T d a d / T d
a d   corresponds to the deceleration for each deceleration point.
Acceleration time: total time of the acceleration state.
Deceleration time: total time of the deceleration state.
Idle time: total time of the idle state.
Uniform time: total time of the uniform state.
Acceleration time ratio:
T r _ a = T a / T
Deceleration time ratio:
T r _ d = T d / T
Idle time ratio:
T r _ i = T i / T
Uniform time ratio:
T r _ u = T u / T
Considering the slight speed change during the driving process of the car, the definitions of the uniform speed, idle speed, acceleration, and deceleration are as follows [4,14]:
(1)
Uniform: the continuous running state, in which | a i | ≤ 0.15 m/s2 and v i 0 .
(2)
Idle: the continuous state in which v i = 0 and the engine is working.
(3)
Acceleration: the continuous running state, with a i > 0.15 m/s2.
(4)
Deceleration: the continuous running state, with a i < −0.15 m/s2.

3. Principal Component Analysis

There is a linear relationship between some parameters, so if all 15 characteristic parameters are used, it will cause overlap, redundancy of information, and wasted computing resources. Therefore, principal component analysis is used to reduce the dimensionality of the characteristic parameters, which reduces the complexity of data processing and improves the effectiveness of the computing.
The brief process of principal component analysis is as follows:
(1)
Standardized processing.
The data matrix A of the characteristic parameters is
A = a 11 a 12 a 1 n a 21 a 22 a 2 n a i j a m 1 a m 2 a m n
The normalized matrix X is
X = x 11 x 12 x 1 n x 21 x 22 x 2 n x i j x m 1 x m 2 x m n
where
x i j = a i j a ¯ j / Var   a j  
a ¯ j = i = 1 m a i j / m
V a r   a j = i = 1 m a i j a ¯ j 2 / m 1
(2)
The sample correlation coefficient matrix R is calculated.
R = r 11 r 12 r 1 n r 21 r 22 r 2 n r i j r n 1 r n 2 r n n
r i j = C o v x i , x j V a r x 1 V a r x 2 = k = 1 m x k i x ¯ i x i j x ¯ j k = 1 m ( x k i x ¯ i ) 2 k = 1 m ( x i j x ¯ j ) 2   ( n > 1 )        
x ¯ i = i = 1 m x i j / m  
x ¯ j = i = 1 n x i j / n
(3)
The characteristic eigenvalues and the characteristic eigenvectors are calculated.
The characteristic eigenvalues of the correlation coefficient matrix R  λ 1 λ 2 λ p 0   and the corresponding characteristic eigenvectors e 1 ,   e 2 ,   ,   e n , in which, e j = e 1 j ,   e 2 j ,   ,   e n j T , are calculated, and the new parameters calculated with characteristic eigenvectors can be expressed as
y 1 = e 11 x 1 + e 21 x 2 + e m 1 x m y 2 = e 12 x 1 + e 22 x 2 + e m 2 x m y n = e 1 n x 1 + e 2 n x 2 + e m n x m
where x m is the original component, y n is called the n t h principal component.
(4)
The p principal components are selected and the contribution rate is calculated:
Contribution   rate = λ i i = 1 p λ i
The larger the contribution rate, the stronger the information about the original variable contained in the principal component is. The number of principal components is mainly determined by the cumulative contribution rate. In this study, the cumulative contribution rate is selected to exceed 80% to ensure that the comprehensive variables can include the greatest amount of information for the original variables. The cumulative contribution value of the 15 characteristic parameters extracted in this study is shown in Table 2.
After the dimensionality reduction process with principal component analysis, the cumulative contribution rate of the first three principal components reaches 82.96%, which means these three principal components can represent the original 15 characteristic parameters. The correlation coefficients between the first five principal components and the 15 feature parameters are shown in Table 3.
The greater the absolute value of the correlation coefficient is, the greater the representation of the principal component is to this parameter. Table 4 displays the parameters of each principal component. The first principal component mainly reflects the average speed, maximum speed, maximum acceleration, average acceleration, maximum deceleration, average deceleration, acceleration time ratio, and deceleration time ratio. The second principal component mainly reflects the acceleration time, deceleration time, uniform time, and total time. The third principal component mainly reflects the idle time, idle time ratio, and uniform time ratio.

4. Hierarchical Cluster Method

The hierarchical cluster method is not sensitive to noise in the data, and the number of clusters can be selected according to the actual need in the research, which is suitable for building various driving cycles for different areas. The principle of the hierarchical cluster method is to regard each sample as a separate class and select two classes with the smallest distance to merge into a new class with the condition of specifying the distance between classes. Then the distance between the new class and other classes is calculated, and then the merging process is repeated. One category at a time is decreased until the given termination condition is met.
The general steps for the hierarchical cluster method are listed below:
(1)
Each sample is set as an initial class.
(2)
The inter-class distance matrix is calculated, and the two classes with the closest distance are combined into a new class. The inter-class distance is calculated as follows:
D G p , q = 1 l k d i j
In the formula:
D G p , q is the inter-class distance. l and k are the number of samples in class G P and class G q , respectively, and d i j is the distance between the i sample in class G P and the j sample in class G q .
(3)
Step (2) is repeated.
(4)
The process is ended when the termination condition is met.
According to the local traffic law, the traffic condition is generally divided into three categories: low speed (low average running speed, frequent acceleration, and deceleration), medium speed (average running speed is moderate, acceleration and deceleration are frequent, normal deceleration), and high speed (high average running speed, large acceleration ratio). Therefore, the termination condition of the hierarchical cluster method in this study is the acquisition of three final classes. Finally, three clusters are obtained, and the number of micro-trips in each category is 572, 956, and 59, respectively.

5. Construction and Verification of Vehicle Driving Cycle

5.1. Construction of Vehicle Driving Cycles

S is set as the average relative error of the characteristic parameters of the constructed driving cycles and the real-world data:
S = ( S 1 + S 2 + + S j ) / j
In the expression, S j is the relative error of the j t h characteristic parameter. The calculation formula is as follows:
S j = a a v g _ c j a r j a r j
In the formula:
a a v g _ c j is the average value of the j t h characteristic parameter of all the micro-trips of the constructed driving cycle, and a r j is the j t h characteristic parameter of the real-world data.
The reasonable duration used for most urban driving cycles is about 1200 s [15], so according to the proportion of the number of samples in each category, 10 samples with the smallest S values are selected and combined into a driving cycle. The values of characteristic parameters of the 10 micro-trips are shown in Table 5, and the constructed driving cycle is shown in Figure 3. The acceleration time, deceleration time, idle time, uniform time, and the total time of real-world data are the summary values of all micro-trips, so these parameters are not included in the error calculation.

5.2. Construction of Vehicle Driving Cycles

The economy is one of the important indicators of electric vehicles, and the power consumption per 100 km is often used as an evaluation index. In addition, overall efficiency is a commonly used evaluation index. In this study, the constructed driving cycle is used as the test cycle condition for the economy simulation, and the NEDC is also used for comparison. The simulation results are shown in Figure 4:
It can be seen from Figure 4 that both the power consumption per 100 km and the overall efficiency are closer for the construction driving cycles and the actual driving data. The relative errors are 0.23% and 3.6%, while the NEDC relative errors are 7.47% and 41.34%.
Furthermore, the motor’s efficiency at each second is also calculated, and the frequency of the efficiency is added, as seen in Figure 5.
In Figure 5, the scale on the horizontal axis represents the range of efficiency; for instance, “0.1” represents the efficiency from 0.1 to 0.2. Figure 5 indicates that the efficiency distribution for the constructed driving cycle is closer to real-world data in most cases. This is why the electric vehicle has a more realistic economy test result in the constructed driving cycle.

5.3. Statistical Verification of Constructed Driving Cycle

The reason the electric vehicle performs more “accurately” in the constructed driving cycle than in NEDC is the difference in the statistical characteristics of the driving cycles. The comparison of the characteristic parameters of different conditions is shown in Table 6.
The calculation results indicate that the overall relative error of the characteristic parameters of the constructed driving cycle and the real-world data is 5.46% (<10%). In comparison, the NEDC is 36.8%, which reveals why the constructed driving cycle is more accurate.
The VA matrix reflects the statistical distribution law of velocity acceleration and is often used for building driving cycles. From the perspective of the VA matrix, the constructed driving cycle is also closer to the real-world data. The 3D plots of the VA probability distributions of the real-world data constructed driving cycle and NEDC are shown in Figure 6, Figure 7 and Figure 8.
Figure 8 indicates that the v-a distribution of the NEDC is simple and centralized, which is very different from the real-world data. However, the VA matrix of a constructed driving cycle covers most values for real-world data, which is because NEDC covers few speeds and acceleration. For the matrices of the constructed driving cycle and real-world data, most of the acceleration from −1.4 m/s2 to +1.2 m/s2 appears in the low-speed zone. Additionally, the peak area distributions of the two matrices are highly similar, which means that the constructed driving cycle is more representative of the real traffic conditions.

6. Summary

This study proposes a method based on principal component analysis and the hierarchical cluster method for constructing electric vehicle driving cycles. First, the data collected with the onboard data acquisition terminal are denoised using the wavelet data denoising principle and divided into micro-trips. The characteristic parameters of the micro-trips are extracted. The principal component analysis is then applied to reduce the dimensions. Next, the hierarchical cluster method is used to classify the micro-trips into three categories, and 10 micro-trips are selected to combine the driving cycle according to the proportion of each category. Finally, the generated driving cycle is verified based on the aspects of both the electric vehicle economy test and statistical analysis.
The economy test verification shows that the constructed driving cycle has a 0.23% error in power consumption per 100 km, a 3.6% error in overall efficiency, and a closer distribution in terms of the motor efficiency frequency, which indicates that the tested electric vehicle performs similarly in both driving cycle. The statistical analysis shows that the overall relative error of the characteristic parameters of the constructed driving cycle and the real-world data is 5.46%, and the built driving cycle has a similar VA matrix to the real-world data, which both indicates that the constructed driving cycle can represent real-world data for related research. The verification results prove the validity and feasibility of the methodology proposed in this study, and this study provides a new method for the development of driving cycles.

Author Contributions

Conceptualization, Z.J. and T.W.; methodology, Z.J. and T.W.; software, T.W.; validation, Z.J. and T.W.; formal analysis, Z.J. and S.Z. investigation, Z.J. and T.W.; resources, Z.J. and T.W.; data curation, Z.J. and S.Z.; writing—original draft preparation, Z.J.; writing—review and editing, Z.J.; visualization, Z.J. and T.W.; supervision, G.W.; project administration, S.Z. and G.W.; funding acquisition, G.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by The National High Technology Research and Development Program of China, grant number 2011AA11A286.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Komorska, I.; Puchalski, A.; Niewczas, A.; Ślęzak, M.; Szczepański, T. Adaptive driving cycles of EVs for reducing energy consumption. Energies 2021, 14, 2592. [Google Scholar] [CrossRef]
  2. Tong, H.Y.; Hung, W.T. A framework for developing driving cycles with on-road driving data. Transp. Rev. 2010, 30, 589–615. [Google Scholar] [CrossRef]
  3. Huang, D.; Xie, H.; Ma, H.; Sun, Q. Driving cycle prediction model based on bus route features. Transp. Res. Part D Transp. Environ. 2017, 54, 99–113. [Google Scholar] [CrossRef]
  4. Shi, S.; Lin, N.; Zhang, Y.; Cheng, J.; Huang, C.; Liu, L.; Lu, B. Research on Markov property analysis of driving cycles and its application. Transp. Res. Part D Transp. Environ. 2016, 47, 171–181. [Google Scholar] [CrossRef]
  5. Lin, J.; Niemeier, D.A. An exploratory analysis comparing a stochastic driving cycle to California’s regulatory cycle. Atmos. Environ. 2002, 36, 5759–5770. [Google Scholar] [CrossRef]
  6. Berzi, L.; Delogu, M.; Pierini, M. Development of driving cycles for electric vehicles in the context of the city of Florence. Transp. Res. Part D Transp. Environ. 2016, 47, 299–322. [Google Scholar] [CrossRef]
  7. Brady, J.; O’Mahony, M. Development of a driving cycle to evaluate the energy economy of electric vehicles in urban areas. Appl. Energy 2016, 177, 165–178. [Google Scholar] [CrossRef]
  8. Nouri, P.; Morency, C. Evaluating Microtrip Definitions for Developing Driving Cycles. Transp. Res. Rec. J. Transp. Res. Board 2017, 2627, 86–92. [Google Scholar] [CrossRef]
  9. Zhang, Y.X.; Su, X.H.; Gao, G.K.; Shang, Y. Driving cycles with improved principal component and K-means clustering algorithm. Sci. Technol. Eng. 2021, 21, 3199–3250. [Google Scholar]
  10. Gao, J.P.; Ren, D.X.; Xi, J.G. Construction of vehicle driving cycles based on global K-means clustering algorithm. J. Henan Univ. Technol. Nat. Sci. Ed. 2019, 38, 112–118. [Google Scholar] [CrossRef]
  11. Yuan, Y.M.; Liu, H.Z.; Li, H.S. Improved K-Means text clustering algorithm based on density peaks and its parallelization. J. Wuhan Univ. Sci. Ed. 2019, 5, 457–464. [Google Scholar] [CrossRef]
  12. Chen, J.Y. Research on Construction of Tracked Vehicle Driving Conditions and Performance Matching of Transmission. Zhejiang University. Available online: https://kns.cnki.net/KCMS/detail/detail.aspx?dbname=CMFD202002&filename=1020725586.nh (accessed on 1 March 2020).
  13. Hung, W.T.; Tong, H.Y.; Lee, C.P.; Ha, K.; Pao, L.Y. Development of a practical driving cycle construction methodology: A case study in Hong Kong. Transp. Res. Part D Transp. Environ. 2007, 12, 115–128. [Google Scholar] [CrossRef]
  14. Arun, N.H.; Mahesh, S.; Ramadurai, G.; Shiva Nagendra, S.M. Development of driving cycles for passenger cars and motorcycles in Chennai, India. Sustain. Cities Soc. 2017, 32, 508–512. [Google Scholar] [CrossRef]
  15. Galgamuwa, U.; Perera, L.; Bandara, S. A representative driving cycle for the southern expressway compared to existing driving cycles. Transp. Dev. Econ. 2016, 2, 1–8. [Google Scholar] [CrossRef] [Green Version]
Figure 1. On-board data acquisition terminal.
Figure 1. On-board data acquisition terminal.
Energies 15 08715 g001
Figure 2. An example of a denoised data period.
Figure 2. An example of a denoised data period.
Energies 15 08715 g002
Figure 3. Constructed driving cycle.
Figure 3. Constructed driving cycle.
Energies 15 08715 g003
Figure 4. Comparison of power consumption per 100 km.
Figure 4. Comparison of power consumption per 100 km.
Energies 15 08715 g004
Figure 5. The frequency of the efficiency of the motor.
Figure 5. The frequency of the efficiency of the motor.
Energies 15 08715 g005
Figure 6. VA matrix of real-world data.
Figure 6. VA matrix of real-world data.
Energies 15 08715 g006
Figure 7. VA matrix of constructed driving cycle.
Figure 7. VA matrix of constructed driving cycle.
Energies 15 08715 g007
Figure 8. VA matrix of NEDC.
Figure 8. VA matrix of NEDC.
Energies 15 08715 g008
Table 1. Micro-trip characteristic parameters.
Table 1. Micro-trip characteristic parameters.
SymbolCharacteristic Parameters
1 V a v g Average speed (km/h)
2 V m a x Maximum speed (km/h)
3 a m a x _ a Maximum acceleration (m/s2)
4 a a v g _ a Average acceleration (m/s2)
5 a m a x _ d Maximum deceleration (m/s2)
6 a a v g _ d Average deceleration (m/s2)
7 T a Acceleration time (s)
8 T d Deceleration time (s)
9 T i Idle time (s)
10 T u Uniform time (s)
11 T Total time (s)
12 T r _ a Acceleration time ratio (%)
13 T r _ d Deceleration time ratio (%)
14 T r _ i Idle time ratio (%)
15 T r _ u Uniform time ratio (%)
Table 2. Cumulative contribution value.
Table 2. Cumulative contribution value.
ComponentTotal% of VarianceCumulative (%)
17.1383 47.59 47.59
23.5963 23.98 71.56
31.7092 11.39 82.96
40.7362 4.91 87.87
50.6491 4.33 92.19
60.4340 2.89 95.09
70.3714 2.48 97.56
80.1551 1.03 98.60
90.0845 0.56 99.16
100.0605 0.40 99.56
110.0438 0.29 99.86
120.0184 0.12 99.98
130.0031 0.02 100.00
140.0000 0.00 100.00
150.00000.00 100.00
Table 3. Correlation coefficient between principal components and characteristic parameters.
Table 3. Correlation coefficient between principal components and characteristic parameters.
Characteristic ParametersPrincipal Component
123
Average speed−0.32 0.10 0.11
Maximum speed−0.35 −0.01 0.01
Maximum acceleration−0.33 −0.09 −0.05
Average acceleration−0.29 −0.23 −0.10
Maximum deceleration0.33 0.12 0.05
Average deceleration0.29 0.23 0.09
Acceleration time−0.24 0.38 −0.04
Deceleration time−0.23 0.39 −0.04
Idle time0.01 0.03 −0.56
Uniform time−0.15 0.45 −0.08
Total time−0.18 0.44 −0.16
Acceleration time ratio−0.30 −0.21 0.12
Deceleration time ratio−0.29 −0.20 0.12
Idle time ratio0.17 −0.04 −0.62
Uniform time ratio0.16 0.26 0.45
Table 4. Feature parameters represented by five comprehensive feature parameters.
Table 4. Feature parameters represented by five comprehensive feature parameters.
Principal ComponentParameters
1Average speed, Maximum speed, Maximum acceleration, Average acceleration, Maximum deceleration, Average deceleration, Acceleration time ratio, Deceleration time ratio
2Acceleration time, Deceleration time, Uniform time, Total time
3Idle time, Idle time ratio, Uniform time ratio
Table 5. Characteristic parameters of micro-trips.
Table 5. Characteristic parameters of micro-trips.
VavgVmaxamax_aaavg_aamax_daavg_dTr_aTr_dTr_iTr_u
111.5744.74 0.70.34−0.71−0.4820.1315.7250.9413.21
20.180.53 00000053.8546.15
326.3460.02 0.910.38−0.81−0.3723.6625.2729.0322.04
418.8945.29 0.830.42−0.6−0.3226.1234.3322.3917.16
54.2117.78 0.560.35−0.72−0.3113.8215.1348.0323.03
616.4749.81 0.960.52−0.76−0.3813.3317.7818.3350.56
733.8260.21 1.150.58−0.9−0.3320.8633.097.1938.85
830.1658.10 0.80.44−1.36−0.7950.728.177.0414.08
90.210.46 0000004555
1036.4658.73 1.290.47−1.22−0.4928.828835.2
Table 6. Comparison of characteristic parameters.
Table 6. Comparison of characteristic parameters.
Characteristic ParametersReal-World DataConstructed Driving CycleNEDC
Characteristic ParametersRelative Error (%)Characteristic ParametersRelative Error (%)
Vavg16.5481117.8317.7519.3516.93
Vmax36.0980839.567789.6139.088.26
amax_a0.6984440.723.090.8115.97
aavg0.3532320.350.920.74109.49
amax_d−0.74004−0.7084.33−0.8717.56
aavg_d−0.37009−0.3476.24−0.79113.46
Tr_a21.1627721.2420.3719.796.49
Tr_d20.1705421.6967.5617.0315.57
Tr_i22.1740323.2945.0532.4446.30
Tr_u37.4383133.89.7230.7317.92
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jing, Z.; Wang, T.; Zhang, S.; Wang, G. Development Method for the Driving Cycle of Electric Vehicles. Energies 2022, 15, 8715. https://doi.org/10.3390/en15228715

AMA Style

Jing Z, Wang T, Zhang S, Wang G. Development Method for the Driving Cycle of Electric Vehicles. Energies. 2022; 15(22):8715. https://doi.org/10.3390/en15228715

Chicago/Turabian Style

Jing, Zhecheng, Tianxiao Wang, Shupei Zhang, and Guolin Wang. 2022. "Development Method for the Driving Cycle of Electric Vehicles" Energies 15, no. 22: 8715. https://doi.org/10.3390/en15228715

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop