pyvib.spline module

pyvib.spline.spline(d, nspline)[source]

The inputs are:

  • d: the displacement (or velocity) time series.
  • n: the number of spline segments (or, the number of knots - 1).

The outputs are:

  • xs: the sought basis functions.
  • kn: the knot locations.
  • dx: this output is basically useless for your use.