This application claims priority to Chinese Patent Application No. 201710078974.5 filed on Feb. 14, 2017, the contents of which are incorporated by reference herein.
The invention relates to health, especially relates to a device for measuring blood measure and a method using the same.
A conventional sphygmomanometer includes cuff sphygmomanometer and invasive sphygmomanometer. However, the cuff sphygmomanometer may discomfort users, and the invasive sphygmomanometer is inconvenient for using.
Many aspects of the disclosure can be better understood with reference to the following drawings. The components in the drawings are not necessarily drawn to scale, the emphasis instead being placed upon clearly illustrating the principles of the disclosure. Moreover, in the drawings, like reference numerals designate corresponding parts throughout the several views.
It will be appreciated that for simplicity and clarity of illustration, where appropriate, reference numerals have been repeated among the different figures to indicate corresponding or analogous elements. In addition, numerous specific details are set forth in order to provide a thorough understanding of the embodiments described herein. However, it will be understood by those of ordinary skill in the art that the embodiments described herein can be practiced without these specific details. In other instances, methods, procedures, and components have not been described in detail so as not to obscure the related relevant feature being described. Also, the description is not to be considered as limiting the scope of the embodiments described herein. The drawings are not necessarily to scale and the proportions of certain parts may be exaggerated to better illustrate details and features of the present disclosure.
The present disclosure, including the accompanying drawings, is illustrated by way of examples and not by way of limitation. Several definitions that apply throughout this disclosure will now be presented. It should be noted that references to “an” or “one” embodiment in this disclosure are not necessarily to the same embodiment, and such references mean “at least one.”
The term “module”, as used herein, refers to logic embodied in hardware or firmware, or to a collection of software instructions, written in a programming language, such as, Java, C, or assembly. One or more software instructions in the modules can be embedded in firmware, such as in an EPROM. The modules described herein can be implemented as either software and/or hardware modules and can be stored in any type of non-transitory computer-readable medium or other storage device. Some non-limiting examples of non-transitory computer-readable media include CDs, DVDs, BLU-RAY, flash memory, and hard disk drives. The term “comprising” means “including, but not necessarily limited to”; it specifically indicates open-ended inclusion or membership in a so-described combination, group, series, and the like.
The input unit 12 is configured for user input. In at least one embodiment, the input unit 12 can be keyboard, touch screen, or combination of the keyboard and the touch screen. The display unit 13 is configured to display data of the device 1. In at least one embodiment, the display unit 13 can be a liquid crystal display or an organic light-emitting display. In at least one embodiment, the storage unit 14 can include various types of non-transitory computer-readable storage mediums. For example, the storage unit 14 can be an internal storage system, such as a flash memory, a random access memory (RAM) for temporary storage of information, and/or a read-only memory (ROM) for permanent storage of information. The storage unit 14 can also be an external storage system, such as a hard disk, a storage card, or a data storage medium. The processing unit 15 can be a central processing unit (CPU), a microprocessor, or other data processor chip. In at least one embodiment, the processing unit 15 performs functions of a system 100 for measuring blood pressure.
The acquiring module 101 acquires the ECG signal collected by the collection unit 11. In at least one embodiment, the collection unit 11 is an electrocardiogram recorder, the acquiring module 101 is used to acquire the ECG signal collected by the collection unit 11.
The preprocessing module 102 processes the ECG signal. In at least one embodiment, the preprocessing module 102 amplifies and filters the ECG signal. For example, the preprocessing module 102 amplifies the ECG signal and filters the amplified ECG signal to remove high frequency components of the ECG signal via an FIR low-frequency filter. In at least one embodiment, the preprocessing module 102 further converts the amplified ECG signal from analog to digital form.
The feature extraction module 103 extracts feature from the ECG signal. In at least one embodiment, the feature of the ECG signal includes time domain feature, frequency domain feature, linear feature, and non-linear feature. The time domain feature includes amplitude of the ECG signal and time interval of the ECG signal. The frequency domain feature includes various frequency components. The linear feature includes heart rate variability. Referring to
The computing module 104 computes blood pressure according to the feature extracted from the ECG signal. In at least one embodiment, the computing module 104 determines blood pressure according to the extracted feature and a relation table defining relationship between feature and blood pressure. In one embodiment, the feature of ECG signal recorded by an electrocardiogram recorder is associated with blood pressure recorded by a sphygmomanometer to form the relation table. The relation table is stored in the storage unit 14. In at least one embodiment, the computing module 104 processes the feature of the ECG signal according to linear regression algorithm and logistic regression algorithm, and determines blood pressure according to the processed feature of the ECG signal and the relation table.
In another embodiment, the computing module 104 computes blood pressure according to the systolic period S1 and the diastolic period S2. The blood pressure includes systolic pressure or diastolic pressure. In at least one embodiment, the computing module 104 computes blood pressure according to a first formula P=M×F+C. Wherein, M, and C are preset parameters related to blood pressure, F can be computed according to a second formula F=1/S2, and S2 is the diastolic period extracted by the feature extraction module 103. The preset parameters M and C relate to the blood pressure.
In at least one embodiment, the preset parameters can be input by a user. In one embodiment, the computing module 104 first determines an empirical value as parameter value of C. The computing module 104 then receives a measuring pressure P measured by a sphygmomanometer and input by the user and computes the M based on a third formula M=(P−C)/F. Finally, the computing module 104 computes the blood pressure according to the first formula P=M×F+C.
In at least one embodiment, the displaying module 105 displays the computed blood pressure on the displaying unit 13.
At block 401, a device for measuring blood pressure acquires an ECG signal collected from a collection unit. In at least one embodiment, the collection unit is a electrocardiogram recorder.
At block 402, the device or measuring blood pressure processes the ECG signal. In at least one embodiment, the device for measuring blood pressure amplifies and filters the ECG signal. For example, the device for measuring blood pressure amplifies the ECG signal and filters the amplified ECG signal to remove high frequency components of the ECG signal via an FIR low-frequency filter. The device for measuring blood pressure further converts the amplified ECG signal from analog to digital form.
At block 403, the device for measuring blood pressure extracts feature from the ECG signal. In at least one embodiment, the device for measuring blood pressure extracts P wave top, Q wave bottom, R wave top, S wave bottom, and T wave top from the time domain feature of the ECG signal. The device for measuring blood pressure further determines the systolic period S1 and the diastolic period S2 according to the P wave top, Q wave bottom, R wave top, S wave bottom, and T wave top. In at least one embodiment, the device for measuring blood pressure does differential threshold algorithm to the ECG signal to extract the P wave top, Q wave bottom, R wave top, S wave bottom and T wave top. The device for measuring blood pressure further determines the interval between the P wave top and the R wave top as the systolic period S1, and determines the interval between the P wave top and the T wave top as the diastolic period S2.
At block 404, the device for measuring blood pressure computes blood pressure according to the feature extracted from the ECG signal. In at least one embodiment, the device for measuring blood pressure determines blood pressure according to the extracted feature and a relation table defining relationship between the feature and blood pressure. In one embodiment, the feature of ECG signal recorded by an electrocardiogram recorder is associated with blood pressure recorded by a sphygmomanometer to form the relation table. The relation table is stored in a storage unit 14. In at least one embodiment, the device for measuring blood pressure processes the feature of the ECG signal according to linear regression algorithm and logistic regression algorithm, and determines blood pressure according to the processed feature of the ECG signal and the relation table.
In another embodiment, the device for measuring blood pressure computes blood pressure according to the systolic period S1 and the diastolic period S2. In at least one embodiment, the device for measuring blood pressure computes blood pressure based on a first formula P=M×F+C. Wherein, M, and C are preset parameters related to blood pressure, F can be computed based on a second formula F=1/S2.
In at least one embodiment, the preset parameters can be input by a user. In one embodiment, the device for measuring blood pressure first determines an empirical value as parameter value of C. the device for measuring blood pressure then receives a measuring pressure P measured by a sphygmomanometer and input by the user and computes the M based on a third formula M=(P−C)/F. Finally, the device for measuring blood pressure computes the blood pressure according to the first formula P=M×F+C.
In the embodiment, the method further includes: display the computed blood pressure on a displaying unit for a user to view.
It should be emphasized that the above-described embodiments of the present disclosure, including any particular embodiments, are merely possible examples of implementations, set forth for a clear understanding of the principles of the disclosure. Many variations and modifications can be made to the above-described embodiment(s) of the disclosure without departing substantially from the spirit and principles of the disclosure. All such modifications and variations are intended to be included herein within the scope of this disclosure and protected by the following claims.
| Number | Date | Country | Kind |
|---|---|---|---|
| 201710078974.5 | Feb 2017 | CN | national |