You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
724 B

  1. start capture (calibration 1.385419)
  2. light on
  3. saved tek00002
  4. plug in pc
  5. turn on pc
  6. saved tek00003
  7. turn off light
  8. saved tek00004
  9. turn off computer
  10. turn on light
  11. keithley 100ma
  12. keithley 120ma
  13. keithley 110ma
  14. keithley off
  15. light off
  16. end capture
  17. light only:
  18. octave:5> t=100000:101000; plot(t,dac(t)-calib*adc(t))
  19. octave:6> t=100000:101000; plot(t,dac(t)-calib*adc(t),t,dac(t),t,adc(t))
  20. dc zero:
  21. octave:8> t=50:100; plot(t,dac(t)-calib*adc(t))
  22. light+pc:
  23. octave:16> t=1080000:1081000; plot(t,dac(t)-calib*adc(t))
  24. pc only:
  25. octave:19> t=1200000:1201000; plot(t,dac(t)-calib*adc(t))
  26. keithley stepping 100ma -> 120ma -> 110ma
  27. octave:23> t=1590000:1680000; plot(t,dac(t)-calib*adc(t))
  28. octave:24> axis([1590000 1680000 29900 30100])