Change one measurement of folder
This commit is contained in:
@@ -15,4 +15,4 @@ s = zpk('s');
|
||||
|
||||
velocity = voltageToVelocityL22(voltage, time, gain);
|
||||
|
||||
disp = lsim(1/s, velocity, time);
|
||||
disp = lsim(1/(1+s/(2*pi*0.5)), velocity, time);
|
||||
|
||||
Reference in New Issue
Block a user