calculate_extended_phases_distances

calculate_extended_phases_distances(times, extended_phases_integration_times, velocities)[source]

Calculates extended cycle phases distances [km].

Parameters:
  • times (numpy.array) – Time vector [s].
  • extended_phases_integration_times (tuple) – Extended cycle phases integration times [s].
  • velocities (numpy.array) – Velocity vector [km/h].
Returns:

Extended cycle phases distances [km].

Return type:

numpy.array