nedc_velocities

nedc_velocities(times, gear_box_type)[source]

Returns the velocity profile according to NEDC and gear box type [km/h].

Parameters:
  • times (numpy.array) – Time vector [s].
  • gear_box_type (str) – Gear box type (manual or automatic or cvt).
Returns:

Velocity vector [km/h].

Return type:

numpy.array