Change one measurement of folder

This commit is contained in:
2019-05-15 17:24:56 +02:00
parent 8f0cd2d3c0
commit 65b83cfb48
24 changed files with 1370 additions and 962 deletions

View File

@@ -76,7 +76,7 @@ This Matlab function is accessible [[file:voltageToDisplacementL22.m][here]].
#+begin_src matlab
velocity = voltageToVelocityL22(voltage, time, gain);
disp = lsim(1/s, velocity, time);
disp = lsim(1/(1+s/(2*pi*0.5)), velocity, time);
#+end_src
* getGroundVelocity
:PROPERTIES:

View File

@@ -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);