Compare commits
	
		
			1 Commits
		
	
	
		
			f69ecdcae5
			...
			4e653358d8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user