Re generate all the matlab figures
BIN
matlab/figs/hinf_comp_filters.pdf
Normal file
BIN
matlab/figs/hinf_comp_filters.png
Normal file
After Width: | Height: | Size: 134 KiB |
BIN
matlab/figs/htwo_comp_filters.pdf
Normal file
BIN
matlab/figs/htwo_comp_filters.png
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
matlab/figs/htwo_hinf_comp_filters.pdf
Normal file
BIN
matlab/figs/htwo_hinf_comp_filters.png
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
matlab/figs/psd_sensors_hinf_synthesis.pdf
Normal file
BIN
matlab/figs/psd_sensors_hinf_synthesis.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
matlab/figs/psd_sensors_htwo_hinf_synthesis.pdf
Normal file
BIN
matlab/figs/psd_sensors_htwo_hinf_synthesis.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
matlab/figs/psd_sensors_htwo_synthesis.pdf
Normal file
BIN
matlab/figs/psd_sensors_htwo_synthesis.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
matlab/figs/sensor_noise_H2_time_domain.pdf
Normal file
BIN
matlab/figs/sensor_noise_H2_time_domain.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
matlab/figs/sensors_noise.pdf
Normal file
BIN
matlab/figs/sensors_noise.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
matlab/figs/sensors_nominal_dynamics.pdf
Normal file
BIN
matlab/figs/sensors_nominal_dynamics.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
matlab/figs/sensors_nominal_dynamics_and_uncertainty.pdf
Normal file
BIN
matlab/figs/sensors_nominal_dynamics_and_uncertainty.png
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
matlab/figs/sensors_uncertainty_weights.pdf
Normal file
BIN
matlab/figs/sensors_uncertainty_weights.png
Normal file
After Width: | Height: | Size: 58 KiB |
1725
matlab/figs/super_sensor_dynamical_uncertainty_H2.pdf
Normal file
BIN
matlab/figs/super_sensor_dynamical_uncertainty_H2.png
Normal file
After Width: | Height: | Size: 139 KiB |
1759
matlab/figs/super_sensor_dynamical_uncertainty_Hinf.pdf
Normal file
BIN
matlab/figs/super_sensor_dynamical_uncertainty_Hinf.png
Normal file
After Width: | Height: | Size: 139 KiB |
1874
matlab/figs/super_sensor_dynamical_uncertainty_Htwo_Hinf.pdf
Normal file
BIN
matlab/figs/super_sensor_dynamical_uncertainty_Htwo_Hinf.png
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
matlab/figs/super_sensor_time_domain_h2.pdf
Normal file
BIN
matlab/figs/super_sensor_time_domain_h2.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
matlab/figs/super_sensor_time_domain_h2_hinf.pdf
Normal file
BIN
matlab/figs/super_sensor_time_domain_h2_hinf.png
Normal file
After Width: | Height: | Size: 61 KiB |
1736
matlab/figs/weight_uncertainty_bounds_Wu.pdf
Normal file
BIN
matlab/figs/weight_uncertainty_bounds_Wu.png
Normal file
After Width: | Height: | Size: 132 KiB |
@ -601,7 +601,9 @@ The Power Spectral Density of the individual sensors' noise $\Phi_{n_1}, \Phi_{n
|
||||
|
||||
The RMS value of the individual sensors and of the super sensor are listed in Table [[tab:rms_noise_H2]].
|
||||
#+begin_src matlab :exports results :results value table replace :tangle no :post addhdr(*this*)
|
||||
data2orgtable([sqrt(trapz(freqs, PSD_S1)); sqrt(trapz(freqs, PSD_S2)); sqrt(trapz(freqs, PSD_H2))], {'$\sigma_{n_1}$', '$\sigma_{n_2}$', '$\sigma_{n_{\mathcal{H}_2}}$'}, {'RMS value $[m/s]$'}, ' %.3f ');
|
||||
data2orgtable([sqrt(trapz(freqs, PSD_S1)); sqrt(trapz(freqs, PSD_S2)); sqrt(trapz(freqs, PSD_H2))], ...
|
||||
{'$\sigma_{n_1}$', '$\sigma_{n_2}$', '$\sigma_{n_{\mathcal{H}_2}}$'}, ...
|
||||
{'RMS value $[m/s]$'}, ' %.3f ');
|
||||
#+end_src
|
||||
|
||||
#+name: tab:rms_noise_H2
|
||||
@ -1186,7 +1188,7 @@ The generalized plant $P_{\mathcal{H}_2/\mathcal{H}_\infty}$ is defined below
|
||||
|
||||
And the mixed $\mathcal{H}_2/\mathcal{H}_\infty$ synthesis is performed.
|
||||
#+begin_src matlab
|
||||
[H2, ~] = h2hinfsyn(ss(P), 1, 1, 2, [0, 1], 'HINFMAX', 1, 'H2MAX', Inf, 'DKMAX', 100, 'TOL', 0.01, 'DISPLAY', 'on');
|
||||
[H2, ~] = h2hinfsyn(ss(P), 1, 1, 2, [0, 1], 'HINFMAX', 1, 'H2MAX', Inf, 'DKMAX', 100, 'TOL', 1e-3, 'DISPLAY', 'on');
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
@ -1346,7 +1348,7 @@ The RMS values of the super sensor noise for the presented three synthesis are l
|
||||
|-------------------------------------------+-----------|
|
||||
| Optimal: $\mathcal{H}_2$ | 0.0027 |
|
||||
| Robust: $\mathcal{H}_\infty$ | 0.041 |
|
||||
| Mixed: $\mathcal{H}_2/\mathcal{H}_\infty$ | 0.01 |
|
||||
| Mixed: $\mathcal{H}_2/\mathcal{H}_\infty$ | 0.0098 |
|
||||
|
||||
** Obtained Super Sensor's Uncertainty
|
||||
The uncertainty on the super sensor's dynamics is shown in Figure [[fig:super_sensor_dynamical_uncertainty_Htwo_Hinf]].
|
||||
|