calibrate_gspv

calibrate_gspv(gears, velocities, motive_powers, velocity_speed_ratios, stop_velocity)[source]

Identifies gear shifting power velocity matrix.

Parameters:
  • gears (numpy.array) – Gear vector [-].
  • velocities (numpy.array) – Vehicle velocity [km/h].
  • motive_powers (numpy.array) – Motive power [kW].
  • velocity_speed_ratios (dict[int | float]) – Constant velocity speed ratios of the gear box [km/(h*RPM)].
  • stop_velocity (float) – Maximum velocity to consider the vehicle stopped [km/h].
Returns:

Gear shifting power velocity matrix.

Return type:

dict