Skip to content

This presentsn an automated data analysis tool for the analysis of vehicle dynamics and electric powertrain efficiency. The data is provided by the ECUs and is dervied from real-driving scenarios on open road

License

Notifications You must be signed in to change notification settings

TUMFTM/Real-Driving-Data-Driven-Vehicle-Dynamics-and-Powertrain-Analysis-based-on-ECU-Signals

Repository files navigation

Real-Driving-Data-Driven-Vehicle-Dynamics-and-Powertrain-Analysis-based-on-Automated-ECU-Signal-Identification

Overview

This presents an automated data analysis tool for the analysis of vehicle dynamics and electric powertrain efficiency. The data is provided by the ECUs and is dervied from real-driving scenarios on open-road tests. The code is structured to facilitate both pipeline execution and fine-tuned experimentation, ensuring adaptability for sensitivity and comparative analysis.

The tool incorporates three main modules in a modular KDD software achrichtecture environment with Driving Resistance Identification, including various vehicle states, Power unit efficiency Analysis, inclduing efficiency maps for multiple gears, and Gear Shift Strategy, inclduing several driving modes.

The design parameters were identified in a Global Sensitivity Analysis for Robustness and Generalizability.

Main Entry Points

The primary entry points for executing the final algorithms and generating the thesis plots are:

  • roadload_coastdown.ipynb - Pipeline function call for road load derivation using the coastdown method
  • roadload_constspeed.ipynb - Pipeline function call for road load derivation using the constant speed method
  • efficiency_map.ipynb - Pipeline function call for the efficiency map algorithm with finetuned design parameters
  • gear_strategy.ipynb - Pipeline function call for the gear strategy derivation

Each of these notebooks serves as an interface to interact with their respective pipeline functions. Demo function calls are included in each notebook.

Grid Search and Log Exploration

Additional notebooks for performing hyperparameter tuning and analyzing results:

  • grid_search.ipynb - Parent function for running grid searches with example configurations
  • grid_search_log_explorer.ipynb - Notebook for analyzing the results of grid searches with interactive log exploration

Simulation of Driving Cycles

  • driving_cycle_simulator.ipynb - Entry point for the driving cycle simulation pipeline

Experimental Code

  • interactive_coastdown.py - Execute this to start a dash dashboard that interactively updates the coastdown plots based on the selected design paramters for quick exploration

Folder Structure

.
├── data                   # Driving data, log outputs, and processed files (e.g., .pkl for gear strategy files, driving cycle velocity profiles)
├── modules                # Custom libraries containing core functions
│   ├── calculator.py       # Analytical calculation functions
│   ├── data_handler.py     # Data loading, handling, conversion, and processing logic
│   ├── parametric_pipelines.py # All pipeline functions, including concurrency optimization and caching
│   ├── plotter.py          # Plot generation functions
│   ├── threadpool_executer.py  # Backend for executing grid searches with robust result retrieval and concurrency handling
└── README.md               # This file

Additional Notes

  • Some functions allow setting a filename_prefix, which prompts the function to generate plots or result files with the specified prefix.

Developer

Nico Rosenberger (Institute for Automotive Technology, Technical University of Munich) is the main developer of this tool.

Till Zacher contributed during his Master's Thesis (Institute for Automotive Technology, Technical University of Munich) on different modules of the tool.

Sources

The tool is documented in the following dissertation (Link will be avialable after acceptance):

N. Rosenberger, „Real-Driving Data-Driven Vehicle Dynamics and Powertrain Analysis based on Automated ECU Signal Identification,“ Dissertation, Technical University of Munich, 2025.

About

This presentsn an automated data analysis tool for the analysis of vehicle dynamics and electric powertrain efficiency. The data is provided by the ECUs and is dervied from real-driving scenarios on open road

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •