dsp

dsp = calculate_idle_engine_speed

Identify idle engine speed median and std.

calculate_idle_engine_speed’s data
engine_speeds_out Engine speed vector [RPM].
idle_engine_speed  
idle_engine_speed_median Idle engine speed [RPM].
idle_engine_speed_std Standard deviation of idle engine speed [RPM].
idle_model_detector Idle engine speed model detector.
min_engine_on_speed Minimum engine speed to consider the engine to be on [RPM].
stop_velocity Maximum velocity to consider the vehicle stopped [km/h].
velocities Velocity vector [km/h].
calculate_idle_engine_speed’s functions
bypass Returns the same arguments.
bypass Returns the same arguments.
define_idle_model_detector Defines idle engine speed model detector.
identify_idle_engine_speed_median Identifies idle engine speed [RPM].
identify_idle_engine_speed_std Identifies standard deviation of idle engine speed [RPM].