mdof.predict#

mdof.predict(realization, inputs, **options)#

Prediction of output from system realization (A, B, C, D) and inputs.

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

  • 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