calculate_phases_times

calculate_phases_times(phases_indices, times)[source]

Calculates cycle phases times [s].

Parameters:
  • phases_indices (numpy.array) – Indices of the cycle phases [-].
  • times (numpy.array) – Time vector [s].
Returns:

Cycle phases times [s].

Return type:

numpy.array