diff --git a/index.html b/index.html index 2da3714..bde09d9 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +
Figure 1: Picture of the Setup
Figure 2: Zoom on the APA
Ts = 1e-4; @@ -106,8 +106,8 @@
Glpf = 1/(1 + s/2/pi/500); @@ -119,13 +119,13 @@ Gz = c2d(Glpf, Ts, 'tustin');
data = SimulinkRealTime.utils.getFileScopeData('data/apa95ml.dat').data; @@ -134,8 +134,8 @@ Gz = c2d(Glpf, Ts, 'tustin');
u = data(:, 1); % Input Voltage [V] @@ -152,16 +152,16 @@ t = data(:, 3); % Time [s]
Figure 3: Measurement of the Mass displacement during Huddle Test
@@ -169,8 +169,8 @@ t = data(:, 3); % Time [s]Ts = t(end)/(length(t)-1); @@ -186,7 +186,7 @@ win = hanning(ceil(1*Fs));
Figure 4: Amplitude Spectral Density of the Displacement during Huddle Test
@@ -195,16 +195,16 @@ win = hanning(ceil(1*Fs));
Figure 5: Time domain signals during the test
@@ -212,8 +212,8 @@ win = hanning(ceil(1*Fs));Ts = t(end)/(length(t)-1); @@ -230,7 +230,7 @@ win = hanning(ceil(1*Fs));
Figure 6: Comparison of the ASD for the identification test and the huddle test
@@ -238,8 +238,8 @@ win = hanning(ceil(1*Fs));Ts = t(end)/(length(t)-1); @@ -256,14 +256,14 @@ Fs = 1/Ts;
Figure 7: Coherence
Figure 8: Estimation of the transfer function from input voltage to displacement
@@ -271,8 +271,8 @@ Fs = 1/Ts;load('mat/fem_model_5kg.mat', 'Ghm'); @@ -280,7 +280,7 @@ Fs = 1/Ts;
Figure 9: Comparison of the identified transfer function and the one estimated from the FE model
@@ -299,12 +299,12 @@ In the next section, a current amplifier is used.Ts = t(end)/(length(t)-1); @@ -317,11 +317,11 @@ The coherence and the transfer function are estimate from the voltage input of t-The coherence is very good as expected (Figure 10). +The coherence is very good as expected (Figure 10).
-The transfer function show a low pass filter behavior with a lot of phase drop (Figure 11). +The transfer function show a low pass filter behavior with a lot of phase drop (Figure 11).
@@ -333,28 +333,40 @@ The transfer function show a low pass filter behavior with a lot of phase drop (-+-
Figure 10: Coherence
++ +
Figure 11: Estimation of the transfer function from input voltage to displacement
+The delay can be estimated as follow: +
+++ +finddelay(u, um)*Ts +++0.0004 +
Ts = t(end)/(length(t)-1); @@ -371,7 +383,7 @@ win = hanning(ceil(1*Fs));
Figure 12: Comparison of the ASD for the identification test and the huddle test
@@ -379,8 +391,8 @@ win = hanning(ceil(1*Fs));Ts = t(end)/(length(t)-1); @@ -397,14 +409,14 @@ Fs = 1/Ts;
Figure 13: Coherence
Figure 14: Estimation of the transfer function from input voltage to displacement
@@ -412,8 +424,8 @@ Fs = 1/Ts;load('mat/fem_model_5kg.mat', 'Ghm'); @@ -421,7 +433,7 @@ Fs = 1/Ts;
Figure 15: Comparison of the identified transfer function and the one estimated from the FE model
@@ -432,7 +444,7 @@ Fs = 1/Ts;Created: 2020-07-24 ven. 11:34
+Created: 2020-07-24 ven. 13:06