Reworked the analysis for the Ty stage motion

This commit is contained in:
2019-05-14 17:55:59 +02:00
parent de8bf8eae9
commit 00614b2ef3
15 changed files with 324 additions and 138 deletions

View File

@@ -13,8 +13,6 @@ function [disp] = voltageToDisplacementL22(voltage, time, gain)
s = zpk('s');
voltage = voltage - mean(voltage);
velocity = voltageToVelocityL22(voltage, time, gain);
disp = lsim(1/s, velocity, time);