cycle_times

cycle_times(time_sample_frequency, time_length)[source]

Returns the time vector with constant time step [s].

Parameters:
  • time_sample_frequency (float) – Time frequency [1/s].
  • time_length (float) – Length of the time vector [-].
Returns:

Time vector [s].

Return type:

numpy.array