You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/Intelligent Trip Planning for Battery Electric Vehicles Using Real-Time Map Data/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ As an advanced extension, the project may include the development of energy and
24
24
- Use [MATLAB®](https://www.mathworks.com/products/matlab.html) to interface with the [Google Maps API](https://developers.google.com/maps) and extract data for a given origin-destination pair, including elevation profiles, road segments, and traffic conditions.
25
25
- Parse and clean data to extract features such as road type, speed limits, elevation changes, and congestion.
26
26
- Construct a time-speed driving cycle from the data and format it for use in Simulink using the [Driving Cycle Source block](https://www.mathworks.com/help/vdynblks/ref/drivecyclesource.html).
27
-
2. Model the Electric Vehicle Using Virtual Vehicle Composer
28
-
-Use the [Virtual Vehicle Composer app](https://www.mathworks.com/help/vdynblks/ref/virtualvehiclecomposer-app.html) to create a custom BEV model by defining vehicle specifications including battery capacity, motor type, mass, and drag coefficients.
29
-
- Export the vehicle model for simulation.
30
-
3. Simulate Route Scenarios and Predict Energy Use
27
+
2. Model the Electric Vehicle Using Virtual Vehicle Composer
28
+
-Use the [Virtual Vehicle Composer app](https://www.mathworks.com/help/vdynblks/ref/virtualvehiclecomposer-app.html) to create a custom BEV model by defining vehicle specifications including battery capacity, motor type, mass, and drag coefficients.
29
+
- Export the vehicle model for simulation.
30
+
4. Simulate Route Scenarios and Predict Energy Use
31
31
- Apply the generated driving cycle to simulate the trip in Simulink.
32
32
- Evaluate performance metrics such as SOC, energy consumed, and estimated operational cost.
33
33
- Investigate how road features and driving behavior affect efficiency.
34
-
4. Visualization of Route and Simulation Results
34
+
5. Visualization of Route and Simulation Results
35
35
- Use the [Mapping Toolbox™](https://www.mathworks.com/products/mapping.html) to plot the simulated route, elevation profile, and key performance indicators (e.g., SOC trends, energy usage).
36
36
- Provide visual summaries of trip metrics to enhance result interpretation and communication.
37
37
@@ -48,7 +48,9 @@ As an advanced extension, the project may include the development of energy and
48
48
**Charging and Route Optimization**
49
49
1. Integrate charging station data into the simulation framework using static or API-based sources.
50
50
2. Simulate vehicle range over the selected route and determine if/when charging stops are required based on SOC predictions.
51
-
3. Use [Optimization Toolbox™](https://www.mathworks.com/products/optimization.html) or custom algorithms.
51
+
3. Use [Optimization Toolbox™](https://www.mathworks.com/products/optimization.html) or custom algorithms to identify optimal charging locations and stop durations, balancing trip cost, charging time, and energy constraints.
52
+
4. Compare optimized charging strategies to baseline trips in terms of total travel time, cost, and energy usage.
53
+
5. Optionally, extend the [MATLAB App Designer](https://www.mathworks.com/products/matlab/app-designer.html) interface to allow users to input route preferences and visualize optimized plans and metrics.
0 commit comments