can't take the space. Lower time to 4 seconds

master
pinq- 2024-04-21 17:34:20 +03:00
parent c961406da9
commit ac36b5bb55
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//var acc; //var acc;
var HZ = 400; var HZ = 400;
var SAMPLES = 5*HZ; // 5 seconds var SAMPLES = 4*HZ; // 5 seconds
var SCALE = 5000; var SCALE = 5000;
var THRESH = 1.04; var THRESH = 1.04;
var accelx = new Int16Array(SAMPLES); var accelx = new Int16Array(SAMPLES);