Reworked the analysis for the Ty stage motion
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user