diff --git a/encoder-model-schematic.pdf b/encoder-model-schematic.pdf deleted file mode 100644 index 9e2b448..0000000 Binary files a/encoder-model-schematic.pdf and /dev/null differ diff --git a/figs/vionic_noise_asd.pdf b/figs/vionic_noise_asd.pdf new file mode 100644 index 0000000..ee1ced4 Binary files /dev/null and b/figs/vionic_noise_asd.pdf differ diff --git a/figs/vionic_noise_asd.png b/figs/vionic_noise_asd.png new file mode 100644 index 0000000..981a004 Binary files /dev/null and b/figs/vionic_noise_asd.png differ diff --git a/figs/vionic_noise_asd_model.pdf b/figs/vionic_noise_asd_model.pdf new file mode 100644 index 0000000..a51db0c Binary files /dev/null and b/figs/vionic_noise_asd_model.pdf differ diff --git a/figs/vionic_noise_asd_model.png b/figs/vionic_noise_asd_model.png new file mode 100644 index 0000000..cd75817 Binary files /dev/null and b/figs/vionic_noise_asd_model.png differ diff --git a/figs/vionic_noise_time.pdf b/figs/vionic_noise_time.pdf new file mode 100644 index 0000000..30d2139 Binary files /dev/null and b/figs/vionic_noise_time.pdf differ diff --git a/figs/vionic_noise_time.png b/figs/vionic_noise_time.png new file mode 100644 index 0000000..9120b40 Binary files /dev/null and b/figs/vionic_noise_time.png differ diff --git a/index.html b/index.html index 9e8fcfb..758daa6 100644 --- a/index.html +++ b/index.html @@ -3,21 +3,30 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +You can find below the document of:
@@ -63,14 +76,14 @@ In particular, we would like to measure: -
Figure 1: Picture of the Vionic Encoder
The Encoder is characterized by its dynamics \(G_m(s)\) from the “true” displacement \(y\) to measured displacement \(y_m\). @@ -82,52 +95,63 @@ It is also characterized by its measurement noise \(n\) that can be described by
-The model of the encoder is shown in Figure 2. +The model of the encoder is shown in Figure 2.
-
Figure 2: Model of the Encoder
Characteristics | -Manual | +Manual | +Specifications |
---|---|---|---|
Range | +Ruler length | +> 200 [um] | +|
Resolution | -2.5nm | +2.5 [nm] | +< 50 [nm rms] |
Sub-Divisional Error | -\(< \pm 15\,nm\) | +\(< \pm 15\,nm\) | +|
Bandwidth | -> 50 kHz | +To be checked | +> 5 [kHz] |
Figure 3: Expected interpolation errors for the Vionic Encoder
@@ -136,8 +160,8 @@ The model of the encoder is shown in Figure 2.To measure the noise \(n\) of the encoder, one can rigidly fix the head and the ruler together such that no motion should be measured. @@ -151,7 +175,7 @@ An actuator should also be there so impose a displacement.
-One idea is to use the test-bench shown in Figure 4. +One idea is to use the test-bench shown in Figure 4.
@@ -164,7 +188,7 @@ As the interferometer has a very large bandwidth, we should be able to estimate
-
Figure 4: Schematic of the test bench
@@ -172,11 +196,11 @@ As the interferometer has a very large bandwidth, we should be able to estimateTo measure the noise of the sensor, we can also simply measure the output signal when the relative motion between the encoder and the ruler is null. -This can be done by clamping the two as done in the mounting strut tool (Figure 5). +This can be done by clamping the two as done in the mounting strut tool (Figure 5).
-
Figure 5: Mounting Strut test bench as a clamping method to measure the encoder noise.
@@ -184,17 +208,70 @@ This can be done by clamping the two as done in the mounting strut tool (Figureload('noise_meas_100s_20kHz.mat', 't', 'x'); +x = x - mean(x); ++
figure; +hold on; +plot(t, 1e9*x, '.', 'DisplayName', 'Raw'); +plot(t, 1e9*lsim(1/(1 + s/2/pi/500), x, t), 'DisplayName', 'LPF - 500Hz') +hold off; +xlabel('Time [s]'); +ylabel('Displacement [nm]'); +legend('location', 'northeast'); ++
+
+Figure 6: Time domain measurement (raw data and low pass filtered data)
++
+Figure 7: Amplitude Spectral Density of the measured signal
++Let’s create a transfer function that approximate the measured noise of the encoder. +
+Gn_e = 1.8e-11/(1 + s/2/pi/5e3); ++
+
+Figure 8: Measured ASD of the noise and modelled one
+Created: 2021-01-04 lun. 11:44
+Created: 2021-02-02 mar. 18:24