mdof.reconstruct#

mdof.reconstruct(realization, dt, inputs, **options)#

Response reconstruction (predicted output) from system realization (A, B, C, D) and input.

Parameters:
  • realization (tuple of arrays) – realization in the form of state space coefficients (A,B,C,D)

  • dt (float) – timestep corresponding to realization.

  • inputs (array) – input time history on which to predict the output response. dimensions: \((q,nt)\), where \(q\) = number of inputs, and \(nt\) = number of timesteps

Returns:

output response history. dimensions: \((p,nt)\), where \(p\) = number of outputs, and \(nt\) = number of timesteps

Return type:

array