Browse Source

notes

git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@8116 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/zoom-1.0
jim 14 years ago
parent
commit
1bbb3e0e57
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pc/data/20091104/makehist.m

+ 3
- 0
pc/data/20091104/makehist.m View File

@@ -12,3 +12,6 @@ meas_amps = meas * p(1) + p(2); # calibration fit
err_amps = keith_amps - meas_amps; err_amps = keith_amps - meas_amps;


[n, x] = hist(err_amps*1000, [-15:0.5:15], 1); [n, x] = hist(err_amps*1000, [-15:0.5:15], 1);

# Looks pretty good: 93% of points are within ±5mA (14 bits)
# 99.9% of points are within ±10mA (13 bits)

Loading…
Cancel
Save