diff --git a/index.html b/index.html index c40b042..6ad649f 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; @@ -85,8 +85,8 @@
Glpf = 1/(1 + s/2/pi/500); @@ -98,13 +98,13 @@ Gz = c2d(Glpf, Ts, 'tustin');
data = SimulinkRealTime.utils.getFileScopeData('data/apa95ml.dat').data; @@ -113,8 +113,8 @@ Gz = c2d(Glpf, Ts, 'tustin');
u = data(:, 1); % Input Voltage [V] @@ -131,16 +131,16 @@ t = data(:, 3); % Time [s]
Figure 3: Measurement of the Mass displacement during Huddle Test
@@ -148,8 +148,8 @@ t = data(:, 3); % Time [s]Ts = t(end)/(length(t)-1); @@ -165,7 +165,7 @@ win = hanning(ceil(1*Fs));
Figure 4: Amplitude Spectral Density of the Displacement during Huddle Test
@@ -174,16 +174,16 @@ win = hanning(ceil(1*Fs));
Figure 5: Time domain signals during the test
@@ -191,8 +191,8 @@ win = hanning(ceil(1*Fs));Ts = t(end)/(length(t)-1); @@ -209,7 +209,7 @@ win = hanning(ceil(1*Fs));
Figure 6: Comparison of the ASD for the identification test and the huddle test
@@ -217,8 +217,8 @@ win = hanning(ceil(1*Fs));win = hann(ceil(1/Ts)); @@ -229,30 +229,25 @@ win = hanning(ceil(1*Fs));
Figure 7: Coherence
Figure 8: Estimation of the transfer function from input voltage to displacement
Glpf = 1/(1 + s/2/pi/500); --
Created: 2020-07-20 lun. 13:17
+Created: 2020-07-20 lun. 13:22