Work on discussion section + add new figures

This commit is contained in:
2021-05-21 11:57:21 +02:00
parent 1fda0d3383
commit eccd0eeba9
31 changed files with 1858 additions and 767 deletions

View File

@@ -322,7 +322,7 @@ exportFig('figs/hinf_filters_results.pdf', 'width', 'wide', 'height', 600);
#+end_src
#+begin_src matlab
freqs = logspace(-2, 4, 1000);
freqs = logspace(-2, 3, 1000);
#+end_src
#+begin_src matlab :tangle no
@@ -477,7 +477,7 @@ set(gca, 'XScale', 'log'); set(gca, 'YScale', 'log');
ylabel('Magnitude');
set(gca, 'XTickLabel',[]);
ylim([1e-4, 20]);
leg = legend('location', 'northeast', 'FontSize', 8, 'NumColumns', 2);
leg = legend('location', 'northeast', 'FontSize', 8);
leg.ItemTokenSize(1) = 18;
% Phase