can't take the space. Lower time to 4 seconds
parent
c961406da9
commit
ac36b5bb55
|
|
@ -1,6 +1,6 @@
|
|||
//var acc;
|
||||
var HZ = 400;
|
||||
var SAMPLES = 5*HZ; // 5 seconds
|
||||
var SAMPLES = 4*HZ; // 5 seconds
|
||||
var SCALE = 5000;
|
||||
var THRESH = 1.04;
|
||||
var accelx = new Int16Array(SAMPLES);
|
||||
|
|
|
|||
Loading…
Reference in New Issue