Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
TODO: Fix send duration model generation for cc1200, should improve eval
|
|
|
|
in contrast to duration/energy, duration/power are independent
|
|
|
|
|
|
|
|
this also fixes a nasty off-by-one in the barcode loader
(now _load_energytrace):
wrong: interval_start_timestamp = data[:-1, 0] * 1e-6
correct: interval_start_timestamp = data[1:, 0] * 1e-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
looking pretty good now!
|
|
|
|
|
|
|
|
|
|
|
|
Jungejungejungejungejunge...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data is not analyzed. Instead, everything takes as long as planned and
everything costs 23 mW
|
|
|