This project is a heart rate meter that I developed to show the heart rate change in the form of a wavy curve, see the preview image below
<ignore_js_op>
<ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op>
Open Source code address: Https://github.com/dirtyhub/WaveHeartRate
Welcome to the fork after their own development, but also welcome you star after the use of
/**the View width as 9 weights*/private static final int width_total_weights = 9;/**the View height as 9 weights*/private static final int height_total_weights = 9;//the Peak Point, all of numbers is weight, such as (4/total_width_weight) *widt H, (0/total_height_weight) *height//(8,7) to (6,0)//need-Draw line by other Software//draw the wave peak when the valid Heartrate is gotten.//lll 0 1 2 3 4 5 6 7 8 9//0 (7,0) [2]//1 //2 //3 //4 //5 //6 //7 (0, 6) [5] (4,6) [4] 8//9 (8,6) [1] //10 (5,9) [3]
Dynamic curve display of the heart rate meter