s
Station grid or path-parameter samples. Use a real finite vector; station-grid inputs are usually strictly increasing.
s_t = copp.interpolation.t_to_s_topp2_samples(s, a, t_s, t_sample)
= copp.interpolation.t_to_s_topp2_samples(S, A, T_S, T_SAMPLE) maps each requested time in T_SAMPLE to a path position. S, A, and T_S must be real finite vectors of the same length N; row or column inputs are accepted. T_SAMPLE must be a real finite vector with M elements in the time range represented by T_S. S_T is returned as an M-by-1 double column vector.
sStation grid or path-parameter samples. Use a real finite vector; station-grid inputs are usually strictly increasing.
aSecond-order node profile. Element a(k) stores the squared path speed \((ds/dt)^2\) at station s(k).
t_sCumulative arrival time at each station, returned as an \(N \times 1\) double column vector.
t_sampleUser-provided time samples where \(\(s(t)\)\) should be evaluated.
s_tSampled path parameter values \(s(t)\).