Home
last modified time | relevance | path

Searched refs:NSAMPLES_2SEC (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/wbcdemo/src/
Dhandling_weight.c95 #define NSAMPLES_2SEC 120 macro
439 if((get_weight_flag || set_zero_flag) && counter < NSAMPLES_2SEC) in renderStatus()
450 if(counter == NSAMPLES_2SEC) in renderStatus()
452 ave = sum / NSAMPLES_2SEC; in renderStatus()
453 zero_point[0] /= NSAMPLES_2SEC; in renderStatus()
454 zero_point[1] /= NSAMPLES_2SEC; in renderStatus()
455 zero_point[2] /= NSAMPLES_2SEC; in renderStatus()
456 zero_point[3] /= NSAMPLES_2SEC; in renderStatus()