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
|
||||
figure;
|
||||
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;
|
||||
xlabel('Displacement [$\mu m$]'); ylabel('Measurement Non-Linearity [nm]');
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user