Skip to content
Snippets Groups Projects
Commit b97a834d authored by Sylvain CALINON's avatar Sylvain CALINON
Browse files

spline refined

parent 389de7ba
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ delta_t = t(2) - t(1); ...@@ -81,7 +81,7 @@ delta_t = t(2) - t(1);
wb = Psi \ x0; wb = Psi \ x0;
%%Batch estimation of superposition weights from reference position profile with additional cost on derivatives %%Batch estimation of superposition weights from reference position profile with additional cost on derivatives
%wb = (Psi'*Psi + dPsi'*dPsi*1E-6) \ Psi' * x0; %wb = (Psi'*Psi + dPsi'*dPsi*1E-3) \ Psi' * x0;
param.Mw = param.BC * wb; %Transformation matrix param.Mw = param.BC * wb; %Transformation matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment