Work on tomography experiment with active damping

This commit is contained in:
2020-01-15 16:23:40 +01:00
parent 1889b1be5c
commit 3367cabc70
31 changed files with 3739 additions and 2237 deletions

View File

@@ -43,7 +43,7 @@ Tmax = args.Tmax;
%% Low Pass Filter to filter out the references
s = zpk('s');
w0 = 2*pi*100;
w0 = 2*pi*10;
xi = 1;
H_lpf = 1/(1 + 2*xi/w0*s + s^2/w0^2);