Correct unit

This commit is contained in:
Thomas Dehaeze 2020-10-23 23:20:21 +02:00
parent f69ecdcae5
commit 4e653358d8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -296,7 +296,7 @@ The period of the non-linearity seems to be $1.53 \mu m$ which corresponds to th
#+begin_src matlab :exports none #+begin_src matlab :exports none
figure; figure;
hold on; hold on;
plot(1e-3*(0:win_length-1), e_sorted_mean_over_period) plot(1e-3*(0:win_length-1), 1e9*(e_sorted_mean_over_period))
hold off; hold off;
xlabel('Displacement [$\mu m$]'); ylabel('Measurement Non-Linearity [nm]'); xlabel('Displacement [$\mu m$]'); ylabel('Measurement Non-Linearity [nm]');
#+end_src #+end_src