pandas_first_order

typhoon.test.signals.pandas_first_order(tau, init, final, duration=1, Ts=0.0001, init_time=0)

Generates pandas Series as the first order response signal with given characteristics.

Parameters:
  • tau (float) – Time constant of the signal

  • init (float) – Initial value of the signal

  • final (float) – Final value of the signal

  • duration (float) – Time duration of the whole signal, in seconds

  • Ts (float) – Sampling rate of the signal.

  • init_time (float) – The moment in which the initial value of the signal is applied, given in seconds.

Returns:

First order response signal as Timeseries

Return type:

pandas Series