EECS434F08
Filed in: Teaching.EECS434F08 · Modified on : Mon, 17 Nov 08
Elson's unofficial EECS 434 homepage
Official course information
Contact information
- Email
- eyliu-eecs434 AT umich (preferred)
eyliu AT umich (alternate)
Manuals and data sheets
HOWTOs
- How to open and plot .adf files in MATLAB
- To open a .adf file in MATLAB, use the
dlmread command:
result = dlmread('ElsonHeNeRaw.adf','\t');
- The x-axis is read into the first column of
result (result(:,1)), and the y-axis is read into the second column of result (result(:,2))
- To plot the imported data:
plot(result(:,1),result(:,2))
- The Brewster windows of the HeNe tube should be cleaned between each lab session by wiping them once with a folded piece of lens tissue, held with a hemostat with the last fold and ~3 mm of folded tissue protruding to one side to clean the window. The portion of the lens tissue being used to clean the window should be wetted with a few drops of methanol.
- Before Lab 2 starts, the laser windows may need to be cleaned by ultrasonication. The windows should be place in a beaker and immersed in methanol, and the beaker can be placed in the Cole-Parmer 8854 ultrasonicator in the fume hood in 1254 ERB II.
Course Project