diff --git a/figs/vionic_noise_asd.pdf b/figs/vionic_noise_asd.pdf index a5b8ffd..caf5719 100644 Binary files a/figs/vionic_noise_asd.pdf and b/figs/vionic_noise_asd.pdf differ diff --git a/figs/vionic_noise_asd.png b/figs/vionic_noise_asd.png index 94f46a2..b0ecd31 100644 Binary files a/figs/vionic_noise_asd.png and b/figs/vionic_noise_asd.png differ diff --git a/figs/vionic_noise_asd_model.pdf b/figs/vionic_noise_asd_model.pdf index 4421e20..4b0ed94 100644 Binary files a/figs/vionic_noise_asd_model.pdf 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 index 3dab90b..0753e59 100644 Binary files a/figs/vionic_noise_asd_model.png and b/figs/vionic_noise_asd_model.png differ diff --git a/figs/vionic_noise_raw_lpf.pdf b/figs/vionic_noise_raw_lpf.pdf index 7015bc9..8327df7 100644 Binary files a/figs/vionic_noise_raw_lpf.pdf and b/figs/vionic_noise_raw_lpf.pdf differ diff --git a/figs/vionic_noise_time.pdf b/figs/vionic_noise_time.pdf index c25aa09..17cb30e 100644 Binary files a/figs/vionic_noise_time.pdf and b/figs/vionic_noise_time.pdf differ diff --git a/figs/vionic_noise_time.png b/figs/vionic_noise_time.png index dc4efd3..a038b9f 100644 Binary files a/figs/vionic_noise_time.png and b/figs/vionic_noise_time.png differ diff --git a/test-bench-vionic.html b/test-bench-vionic.html index 11f4ecf..5596bad 100644 --- a/test-bench-vionic.html +++ b/test-bench-vionic.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +This report is also available as a pdf.
You can find below the document of:
@@ -90,7 +90,7 @@ In particular, we would like to measure: -
Figure 1: Picture of the Vionic Encoder
@@ -106,8 +106,8 @@ In particular, we would like to measure:The Encoder is characterized by its dynamics \(G_m(s)\) from the “true” displacement \(y\) to measured displacement \(y_m\). @@ -119,27 +119,27 @@ 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
-We can also use a transfer function \(G_n(s)\) to shape a noise \(\tilde{n}\) with unity ASD as shown in Figure 4. +We can also use a transfer function \(G_n(s)\) to shape a noise \(\tilde{n}\) with unity ASD as shown in Figure 4.
-
Figure 4: Expected interpolation errors for the Vionic Encoder
@@ -193,15 +193,15 @@ We can also use a transfer function \(G_n(s)\) to shape a noise \(\tilde{n}\) wiTo measure the noise \(n\) of the encoder, one can rigidly fix the head and the ruler together such that no motion should be measured. @@ -210,48 +210,35 @@ Then, the measured signal \(y_m\) corresponds to the noise \(n\).
First we load the data. -
-%% Load Data -enc1 = load('noise_meas_100s_20kHz_1.mat', 't', 'x'); -enc2 = load('noise_meas_100s_20kHz_2.mat', 't', 'x'); -enc3 = load('noise_meas_100s_20kHz_3.mat', 't', 'x'); -enc4 = load('noise_meas_100s_20kHz_4.mat', 't', 'x'); -enc6 = load('noise_meas_100s_20kHz_6.mat', 't', 'x'); -enc7 = load('noise_meas_100s_20kHz_7.mat', 't', 'x'); --
-The raw measured data as well as the low pass filtered data (using a first order low pass filter with a cut-off at 10Hz) are shown in Figure 5. +The raw measured data as well as the low pass filtered data (using a first order low pass filter with a cut-off at 10Hz) are shown in Figure 5.
-
Figure 5: Time domain measurement (raw data and low pass filtered data with first order 10Hz LPF)
-The time domain data for all the encoders are compared in Figure 6. +The time domain data for all the encoders are compared in Figure 6.
-
Figure 6: Comparison of the time domain measurement
-The amplitude spectral density is computed and shown in Figure 7. +The amplitude spectral density is computed and shown in Figure 7.
-
Figure 7: Amplitude Spectral Density of the measured signal
@@ -266,11 +253,11 @@ Let’s create a transfer function that approximate the measured noise of th-The amplitude of the transfer function and the measured ASD are shown in Figure 8. +The amplitude of the transfer function and the measured ASD are shown in Figure 8.
-
Figure 8: Measured ASD of the noise and modelled one
@@ -279,15 +266,15 @@ The amplitude of the transfer function and the measured ASD are shown in FigureIn order to measure the linearity, we have to compare the measured displacement with a reference sensor with a known linearity. @@ -296,7 +283,7 @@ An actuator should also be there so impose a displacement.
-One idea is to use the test-bench shown in Figure 9. +One idea is to use the test-bench shown in Figure 9.
@@ -309,7 +296,7 @@ As the interferometer has a very large bandwidth, we should be able to estimate
-
Figure 9: Schematic of the test bench
@@ -317,30 +304,30 @@ As the interferometer has a very large bandwidth, we should be able to estimateCreated: 2021-02-03 mer. 11:20
+Created: 2021-02-04 jeu. 20:23