Skip to content

Commit b5eeb50

Browse files
authored
Update README.md
1 parent 9a111d6 commit b5eeb50

File tree

1 file changed

+8
-6
lines changed
  • projects/Intelligent Trip Planning for Battery Electric Vehicles Using Real-Time Map Data

1 file changed

+8
-6
lines changed

projects/Intelligent Trip Planning for Battery Electric Vehicles Using Real-Time Map Data/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ As an advanced extension, the project may include the development of energy and
2424
- 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.
2525
- Parse and clean data to extract features such as road type, speed limits, elevation changes, and congestion.
2626
- 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
3131
- Apply the generated driving cycle to simulate the trip in Simulink.
3232
- Evaluate performance metrics such as SOC, energy consumed, and estimated operational cost.
3333
- 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
3535
- 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).
3636
- Provide visual summaries of trip metrics to enhance result interpretation and communication.
3737

@@ -48,7 +48,9 @@ As an advanced extension, the project may include the development of energy and
4848
**Charging and Route Optimization**
4949
1. Integrate charging station data into the simulation framework using static or API-based sources.
5050
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.
5254

5355
## Background Material
5456

0 commit comments

Comments
 (0)