Correct unit
This commit is contained in:
parent
f69ecdcae5
commit
4e653358d8
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user