diff --git a/disturbances/index.html b/disturbances/index.html index c1ee126..8e63257 100644 --- a/disturbances/index.html +++ b/disturbances/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-The sources of perturbations are (schematically shown in figure 1): +The sources of perturbations are (schematically shown in figure 1):
-Because we cannot measure directly the perturbation forces, we have the measure the effect of those perturbations on the system (in terms of velocity for instance using geophones, \(D\) on figure 1) and then, using a model, compute the forces that induced such velocity. +Because we cannot measure directly the perturbation forces, we have the measure the effect of those perturbations on the system (in terms of velocity for instance using geophones, \(D\) on figure 1) and then, using a model, compute the forces that induced such velocity.
-
Figure 1: Schematic of the Micro Station and the sources of disturbance
@@ -320,18 +321,18 @@ Because we cannot measure directly the perturbation forces, we have the measure This file is divided in the following sections:
Figure 2: Sensitivity to Ground Motion (png, pdf)
@@ -388,7 +389,7 @@ G.OutputName = { +
Figure 3: Sensitivity to vertical forces applied by the Ty stage (png, pdf)
@@ -396,7 +397,7 @@ G.OutputName = { +
Figure 4: Sensitivity to vertical forces applied by the Rz stage (png, pdf)
@@ -404,11 +405,11 @@ G.OutputName = {- + The PSD of the relative velocity between the hexapod and the marble in \([(m/s)^2/Hz]\) are loaded for the following sources of disturbance:
-The Power Spectral Density of the relative motion/velocity of the hexapod with respect to the granite are shown in figures 5 and 6. +The Power Spectral Density of the relative motion/velocity of the hexapod with respect to the granite are shown in figures 5 and 6.
-The Cumulative Amplitude Spectrum of the relative motion is shown in figure 7. +The Cumulative Amplitude Spectrum of the relative motion is shown in figure 7.
-
Figure 5: Amplitude Spectral Density of the relative velocity of the hexapod with respect to the granite due to different sources of perturbation (png, pdf)
@@ -453,14 +454,14 @@ The Cumulative Amplitude Spectrum of the relative motion is shown in figure +
Figure 6: Amplitude Spectral Density of the relative displacement of the hexapod with respect to the granite due to different sources of perturbation (png, pdf)
Figure 7: Cumulative Amplitude Spectrum of the relative motion due to different sources of perturbation (png, pdf)
@@ -468,15 +469,15 @@ The Cumulative Amplitude Spectrum of the relative motion is shown in figure-Now, from the extracted transfer functions from the disturbance force to the relative motion of the hexapod with respect to the granite (section 2) and from the measured PSD of the relative motion (section 3), we can compute the PSD of the disturbance force. +Now, from the extracted transfer functions from the disturbance force to the relative motion of the hexapod with respect to the granite (section 2) and from the measured PSD of the relative motion (section 3), we can compute the PSD of the disturbance force.
Figure 8: Amplitude Spectral Density of the disturbance force (png, pdf)
@@ -494,11 +495,11 @@ tyz.psd_f = tyz.pxz_ty_r./abs -@@ -507,7 +508,7 @@ We should verify that this is coherent with the measurements.
-
Figure 9: Computed Effect of the disturbances on the relative displacement hexapod/granite (png, pdf)
@@ -515,7 +516,7 @@ We should verify that this is coherent with the measurements. -+We approximate the PSD of the disturbance with the following transfer functions. +
+G_ty = 0.1*(s+634.3)*(s+283.7)/((s+2*pi)*(s+2*pi)); +G_rz = 0.5*(s+418.8)*(s+36.51)*(s^2 + 110.9*s + 3.375e04)/((s+0.7324)*(s+0.546)*(s^2 + 0.6462*s + 2.391e04)); +G_gm = 0.002*(s^2 + 3.169*s + 27.74)/(s*(s+32.73)*(s+8.829)*(s+7.983)^2); ++
+We compute the effect of these approximate disturbances on \(D\). +
+ + + + + +The PSD of the disturbance force are now saved for further noise budgeting when control is applied (the mat file is accessible here).
dist_f = struct(); + dist_f.f = gm.f; % Frequency Vector [Hz] + dist_f.psd_gm = gm.psd_gm; % Power Spectral Density of the Ground Motion [m^2/Hz] dist_f.psd_ty = tyz.psd_f; % Power Spectral Density of the force induced by the Ty stage in the Z direction [N^2/Hz] dist_f.psd_rz = rz.psd_f; % Power Spectral Density of the force induced by the Rz stage in the Z direction [N^2/Hz] +dist_f.G_gm = G_ty; +dist_f.G_ty = G_rz; +dist_f.G_rz = G_gm; + save('./disturbances/mat/dist_psd.mat', 'dist_f');
Created: 2019-11-04 lun. 15:56
+Created: 2019-11-22 ven. 14:56
-