├── README.md ├── README_eng.md ├── analog circuit ├── Pulse wave filter amplifier circuit _0.5Hz—10Hz second-order Butterworth bandpass filter.ms12 ├── README.md └── images │ ├── 低通截止频率.png │ ├── 电路.png │ └── 高通截止频率.png ├── images ├── error1.jpg ├── error2.jpg ├── img_5545.jpg ├── test.png ├── 原理.png ├── 微信图片_20180629163834.png ├── 微信图片_20180629170318.png ├── 微信图片_20180629170322.png ├── 微信图片_20180629215533.jpg ├── 微信图片_20180630104904.jpg ├── 微信图片_20180630104910.jpg ├── 微信图片_20180630104921.jpg └── 微信图片_20180630105402.jpg ├── main ├── Oscilloscope │ └── Oscilloscope.ino ├── remote_oscilloscope │ └── remote_oscilloscope.ino └── sphygmomanometer │ └── sphygmomanometer.ino ├── nb └── Quilt-Qwen.ipynb └── server ├── plot_server ├── js │ ├── highcharts.js │ └── jquery.js ├── static │ ├── highcharts.js │ └── jquery.js ├── templates │ └── home.html └── web.py ├── real_time_website_server ├── __pycache__ │ └── web.cpython-35.pyc ├── js │ ├── highcharts.js │ └── jquery.js ├── static │ ├── highcharts.js │ ├── images │ │ ├── fat.png │ │ └── step.png │ └── jquery.js ├── templates │ └── home.html ├── test.py └── web.py └── web.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/README.md -------------------------------------------------------------------------------- /README_eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/README_eng.md -------------------------------------------------------------------------------- /analog circuit/Pulse wave filter amplifier circuit _0.5Hz—10Hz second-order Butterworth bandpass filter.ms12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/analog circuit/Pulse wave filter amplifier circuit _0.5Hz—10Hz second-order Butterworth bandpass filter.ms12 -------------------------------------------------------------------------------- /analog circuit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/analog circuit/README.md -------------------------------------------------------------------------------- /analog circuit/images/低通截止频率.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/analog circuit/images/低通截止频率.png -------------------------------------------------------------------------------- /analog circuit/images/电路.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/analog circuit/images/电路.png -------------------------------------------------------------------------------- /analog circuit/images/高通截止频率.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/analog circuit/images/高通截止频率.png -------------------------------------------------------------------------------- /images/error1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/error1.jpg -------------------------------------------------------------------------------- /images/error2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/error2.jpg -------------------------------------------------------------------------------- /images/img_5545.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/img_5545.jpg -------------------------------------------------------------------------------- /images/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/test.png -------------------------------------------------------------------------------- /images/原理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/原理.png -------------------------------------------------------------------------------- /images/微信图片_20180629163834.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180629163834.png -------------------------------------------------------------------------------- /images/微信图片_20180629170318.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180629170318.png -------------------------------------------------------------------------------- /images/微信图片_20180629170322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180629170322.png -------------------------------------------------------------------------------- /images/微信图片_20180629215533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180629215533.jpg -------------------------------------------------------------------------------- /images/微信图片_20180630104904.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180630104904.jpg -------------------------------------------------------------------------------- /images/微信图片_20180630104910.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180630104910.jpg -------------------------------------------------------------------------------- /images/微信图片_20180630104921.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180630104921.jpg -------------------------------------------------------------------------------- /images/微信图片_20180630105402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/images/微信图片_20180630105402.jpg -------------------------------------------------------------------------------- /main/Oscilloscope/Oscilloscope.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/main/Oscilloscope/Oscilloscope.ino -------------------------------------------------------------------------------- /main/remote_oscilloscope/remote_oscilloscope.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/main/remote_oscilloscope/remote_oscilloscope.ino -------------------------------------------------------------------------------- /main/sphygmomanometer/sphygmomanometer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/main/sphygmomanometer/sphygmomanometer.ino -------------------------------------------------------------------------------- /nb/Quilt-Qwen.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/nb/Quilt-Qwen.ipynb -------------------------------------------------------------------------------- /server/plot_server/js/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/js/highcharts.js -------------------------------------------------------------------------------- /server/plot_server/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/js/jquery.js -------------------------------------------------------------------------------- /server/plot_server/static/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/static/highcharts.js -------------------------------------------------------------------------------- /server/plot_server/static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/static/jquery.js -------------------------------------------------------------------------------- /server/plot_server/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/templates/home.html -------------------------------------------------------------------------------- /server/plot_server/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/plot_server/web.py -------------------------------------------------------------------------------- /server/real_time_website_server/__pycache__/web.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/__pycache__/web.cpython-35.pyc -------------------------------------------------------------------------------- /server/real_time_website_server/js/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/js/highcharts.js -------------------------------------------------------------------------------- /server/real_time_website_server/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/js/jquery.js -------------------------------------------------------------------------------- /server/real_time_website_server/static/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/static/highcharts.js -------------------------------------------------------------------------------- /server/real_time_website_server/static/images/fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/static/images/fat.png -------------------------------------------------------------------------------- /server/real_time_website_server/static/images/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/static/images/step.png -------------------------------------------------------------------------------- /server/real_time_website_server/static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/static/jquery.js -------------------------------------------------------------------------------- /server/real_time_website_server/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/templates/home.html -------------------------------------------------------------------------------- /server/real_time_website_server/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/test.py -------------------------------------------------------------------------------- /server/real_time_website_server/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/real_time_website_server/web.py -------------------------------------------------------------------------------- /server/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesQFreeman/Bloody_pressure_monitor/HEAD/server/web.py --------------------------------------------------------------------------------