matrixSecondDerivation#

pyCGM2.Math.derivation.matrixSecondDerivation(motionList: List[Frame], sampleFrequency: int) List[ndarray]#

Second-order derivation of the rotation matrix contained in a list of frames.

Parameters:
  • motionList (List[Frame]) – List of Frame instances containing rotation matrices.

  • sampleFrequency (int) – Sampling frequency of the data.

Returns:

List[np.ndarray] – List of second derivative matrices.