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.
 
 
 
 

11 lines
223 B

  1. computer on
  2. light on
  3. keithley 120ma
  4. keithley 220ma
  5. keithley 120ma
  6. keithley 20ma
  7. keithley 10ma
  8. keithley off
  9. octave:32> t=1:240000; y=filter(ones(1,4000)/4000,1,dac(t)-calib*adc(t));
  10. octave:33> t=190000:210000; plot(t,y(t));