WO2020125494A1 - 一种生物信号的分析处理方法、装置及设备 - Google Patents
一种生物信号的分析处理方法、装置及设备 Download PDFInfo
- Publication number
- WO2020125494A1 WO2020125494A1 PCT/CN2019/124333 CN2019124333W WO2020125494A1 WO 2020125494 A1 WO2020125494 A1 WO 2020125494A1 CN 2019124333 W CN2019124333 W CN 2019124333W WO 2020125494 A1 WO2020125494 A1 WO 2020125494A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- effective component
- biological signal
- bits
- component
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/72—Signal processing specially adapted for physiological signals or for diagnostic purposes
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/68—Arrangements of detecting, measuring or recording means, e.g. sensors, in relation to patient
- A61B5/6801—Arrangements of detecting, measuring or recording means, e.g. sensors, in relation to patient specially adapted to be attached to or worn on the body surface
- A61B5/6802—Sensor mounted on worn items
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/72—Signal processing specially adapted for physiological signals or for diagnostic purposes
- A61B5/7235—Details of waveform analysis
- A61B5/725—Details of waveform analysis using specific filters therefor, e.g. Kalman or adaptive filters
Definitions
- the present application belongs to the field of signal processing, and particularly relates to a method, device and device for analyzing and processing biological signals used in a low-power wearable device.
- the embodiments of the present application provide a method, device, and equipment for analyzing and processing biological signals, to solve the problem that the analysis and processing algorithms in the prior art are generally complicated and low-power processors cannot be used to process biological signals.
- a first aspect of the embodiments of the present application provides a method for analyzing and processing biological signals.
- the efficient data analyzing and processing method includes:
- the parameter value of the biological signal is calculated according to the slope of the filtered data.
- the determination of the cumulative data of the previous sampling based on the cumulative data and the sampled data, extracts the data by a fixed-point integer method with a predetermined number of digits
- the steps of describing the effective component in the sampled data include:
- N1 and N2 are natural numbers, and N1 is greater than N2;
- it also includes determining the AC component according to the difference between the current sampled data and the DC component.
- the sampling data collected by the sensor is 16 bits
- the preset number of bits is 32 bits
- the N1 is 15, and the N2 is 4.
- the digital filter parameter is determined according to the signal collected by the sensor, and a convolution operation is performed on the discrete effective component and the determined digital filter,
- the step of filtering the effective component includes:
- the initial index i, j is 0, the filter order N, the filter parameters are stored in the array f, where i is the index of the array f, j is the index of the array g;
- step S4 after j+1, find the remainder of the filter order N, assign the result of the remainder to j, and cyclically shift the array f forward.
- new effective component data is obtained, return to step S2.
- the step of calculating the parameter value of the biological signal according to the slope of the filtered data includes:
- the change period or frequency of the characteristic signal is calculated according to the change points of the positive and negative values of the slopes of two adjacent points.
- the step of acquiring sampling data of a biological signal through a sensor includes:
- the analog signal collected by the analog sensor is filtered by a noise filter circuit and/or the pre-processed signal after the amplification process of the amplification circuit, and the analog-to-digital conversion circuit periodically according to the control instruction of the single chip microcomputer Convert the preprocessed signal into a digital signal.
- a second aspect of the embodiments of the present application provides a biological signal analysis and processing device.
- the efficient data analysis and processing device includes:
- the sampling unit is used to obtain the sampling data of the biological signal through the sensor
- An effective component extraction unit used to determine the accumulated data of the last sampling, and extracting the effective component in the sampled data by a fixed-point integer method of a predetermined number of digits according to the accumulated data and the sampled data;
- the effective component filtering unit is used to determine the digital filter parameters according to the signal collected by the sensor, and filter the effective component by performing a convolution operation on the discrete effective component and the determined digital filter;
- the parameter value calculation unit is configured to calculate the parameter value of the biological signal according to the slope of the filtered data.
- the effective component extraction unit includes:
- the first shift subunit is used to shift the current sampled data to the left by N1 bits to obtain the first shifted data
- a second shift subunit configured to subtract the previous sampled accumulated data from the first shifted data, and shift the obtained difference to the right by N2 bits to obtain second shifted data;
- the third shifting subunit is used to add the second shifted data to the last sampled accumulated data and shift right by N1 bits to obtain the DC component of the current sample, where N1 and N2 are natural numbers, and N1 is greater than N2;
- AC component determination subunit which is used to determine the AC component according to the difference between the current sampling data and the DC component.
- a third aspect of the embodiments of the present application provides a biological signal analysis and processing device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing When the computer program is described, the steps of the biological signal analysis processing method according to any one of the first aspect are realized.
- a fourth aspect of the embodiments of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the biological program according to any one of the first aspects is implemented Signal analysis and processing method steps.
- the embodiment of the present application has the following beneficial effects: after acquiring the sampling data of the biological signal, the effective component in the sampling data is extracted by a fixed-point integer method of a predetermined number of bits, and then the discrete effective component is The determined filter is used for convolution operation without floating point operation, and the hardware system has low requirements, so that the low-power processor can be used to complete the analysis and processing of the biological signal, which is beneficial to reduce the hardware cost and reduce the hardware complexity.
- FIG. 1 is a schematic flowchart of an implementation of a method for analyzing and processing a biological signal according to an embodiment of the present application
- FIG. 2 is a schematic diagram of raw sampling data provided by an embodiment of the present application.
- FIG. 3 is a schematic diagram of an implementation process of extracting effective components from original sampled data provided by an embodiment of the present application
- FIG. 4 is a schematic diagram of a DC component extracted from original sampled data provided by an embodiment of the present application.
- FIG. 5 is a schematic diagram of an implementation process of filtering an effective component provided by an embodiment of the present application.
- FIG. 6 is a schematic diagram of filtered sampling data provided by an embodiment of the present application.
- FIG. 7 is a schematic structural diagram of a biological signal analysis and processing device provided by an embodiment of the present application.
- FIG. 8 is a schematic diagram of a biological signal analysis and processing device provided by an embodiment of the present application.
- FIG. 1 is a schematic diagram of an implementation process of a method for analyzing and processing a biological signal provided by an embodiment of the present application, and the details are as follows:
- step S101 sampling data of a biological signal is acquired through a sensor
- the main purpose of the biological signal analysis and processing method described in the embodiments of the present application is to enable a low-power chip, such as a single-chip microcomputer, to also complete the biological signal analysis and processing. Therefore, the following uses the single-chip microcomputer as an example.
- the sampled data is analyzed.
- the single-chip computer is used as the main control unit to coordinate the work of each functional module.
- conventional sensors for measuring human biological signals can be divided into analog and digital.
- Digital sensors can be directly connected to the single-chip computer through conventional communication protocols (such as I2C, SPI, etc.); the output of analog sensors generally needs to be connected to a
- the signal processing unit completes functions such as noise filtering and amplification of the signal, and then enters the analog-to-digital conversion unit, and the analog-to-digital conversion unit can be controlled by the single-chip computer to periodically complete the signal conversion work, and the conversion result is fed back to the single-chip computer.
- the single-chip microcomputer can output human-computer interaction information, such as displaying related information or prompting the current status; and can save the collected data and analysis results locally.
- related data can also be sent to the cloud server through the communication module.
- the analysis and processing of biological signals can generally be divided into two cases.
- the data is directly displayed on the Cartesian coordinate system with the time as the horizontal axis on the screen (such as an electrocardiogram);
- the laws such as period, amplitude, etc.
- the analyzed data such as pulse, blood oxygen, etc.
- these two kinds of data can be saved to internal storage or uploaded to the cloud server for later professionals to analyze.
- This application mainly analyzes and deals with the second situation. Since the human body is a very complicated system, there will still be a lot of interference information after pre-processing of the sensor data. Before input into the single-chip microcomputer for analysis and calculation, pre-processing is also needed to reduce the amount of calculation and improve real-time performance.
- step S102 the accumulated data of the last sampling is determined, and according to the accumulated data and the sampled data, the effective component in the sampled data is extracted by a fixed-point integer method of a predetermined number of bits;
- the signals generally obtained can be divided into DC signals and AC signals.
- the biological signal is a heart rate sampling signal, it is only necessary to care about the change in the signal, that is, the AC component, and extracting the AC signal therein becomes our main purpose.
- a variety of methods can be used to extract the AC component. Considering that the microcontroller system we adopt generally does not have a floating-point processing unit, an integer-based AC component extraction method is proposed here.
- FIG. 2 it is a schematic diagram of heart rate sampling data provided by an embodiment of the present application.
- non-invasive heart rate measurement that can be used for wearable devices generally uses a light volume measurement method, and its principle is that when light passes through When the skin tissue is then reflected to the photosensitive sensor, the light has a certain attenuation.
- the absorption of light like muscles, bones, veins and other connecting tissues is basically unchanged.
- blood is different, because there is blood flow in the arteries, so the absorption of light naturally changes.
- Figure 2 is measured using the infrared 880nm light through the tip of the fingertip.
- the new sampled data is X and the accumulated data is P (both data are signed integers, where the accumulated data is the sum of the sampled data of the predetermined number of times before the current sampled data Value, the sum value can also be a weighted sum value, for example, the closer to the current time, the higher the weight value), the specific extraction method can be shown in Figure 3, including:
- step S301 shift the current sampled data to the left by N1 bits to obtain the first shifted data
- the predetermined number of bits of the fixed-point integer may be 32 bits, then the N1 bit of the current sampled data may be shifted to the left by 15 bits (of course not Limited to this, it may also be 14 bits, etc.), that is, multiply the current data by the power of 15 to obtain the first shifted data after the multiplication.
- step S302 subtract the accumulated data of the previous sampling from the first shifted data, and shift the obtained difference to the right by N2 bits to obtain second shifted data;
- the obtained difference is shifted to the right by N2 bits.
- the predetermined number of bits is 32 bits and N1 is 15, the right shift of N2 bits may be a right shift 4.
- step S303 the second shifted data is added to the last sampled accumulated data and shifted to the right by N1 bits to obtain the DC component of the current sample, where N1 and N2 are natural numbers, and N1 is greater than N2;
- the right shifted data is added to the last sampled accumulated data and right shifted by N1 bits.
- the predetermined number of bits is 32
- the right shifted data is compared with the last sampled accumulated data After the addition, it is shifted right by 15 bits to obtain the DC component of the current sample.
- step S304 or further includes determining the AC component according to the difference between the current sampling data and the DC component.
- the difference between the current sampled data and the DC component can be obtained to obtain the AC component in the sampled data.
- step S103 the digital filter parameters are determined according to the signal collected by the sensor, and the effective component is filtered by performing a convolution operation on the discrete effective component and the determined digital filter;
- the collected biological signals are generally more complicated.
- the AC data of the arterial blood flow change signal obtained by the optical volume method is generally formed by superimposing waveforms of multiple frequencies. Bringing this data directly into the low-power single-chip operation will greatly increase the complexity of the operation. We have to filter the signal to extract the most important signal.
- the number of heartbeats per minute in a normal person in a quiet state is 60 to 100. Individual differences can occur due to age, gender or other physiological factors. Generally speaking, the younger the age, the faster the heart rate. Older people have a slower heart rate than younger people. Females have a faster heart rate than men of the same age. Athletes have a slower heart rate than ordinary people. These are normal physiological phenomena. When the heart rate is more than 100 or less than 60 times per minute in a quiet state, it can be considered abnormal, and a detailed examination should be carried out as soon as possible to treat the cause. In response to this feature, we can design a low-pass filter to filter out signals with frequencies greater than 5 Hz. There are many methods for designing this filter. This application uses a relatively simple way to achieve this, using the numerical analysis software Matlab's fdatool (filter analysis design tool) toolbox.
- the sensor sampling frequency is 400 Hz
- the filter cut-off frequency is 5 Hz, using a fixed-point method.
- the filter parameter f is obtained.
- this application can preferentially use a finite impulse response digital filter, which is a non-recursive filter, whose current output signal value is only the same as the current input signal value and N-1 previous input signal values Related, not related to output, it has the characteristics of fast operation speed and small operation error, which is very suitable for single-chip system.
- the process of the signal passing through the filter is actually the relationship of multiplication of frequency domain characteristics.
- the filter response coefficient table can be obtained through software simulation, and the time sampling value of the input signal is known in the actual system, so it can be used. Discrete signal linear convolution operation to complete the entire filtering process.
- the signal Since the signal is obtained by sampling at a fixed time interval through the digital-to-analog conversion unit in the single-chip system, the signal is discrete in amplitude and time.
- the discrete definition of the above formula is as follows:
- the step of filtering the effective component may include:
- step S501 initialize the index i, j is 0, the filter order N, the filter parameters are stored in the array f, where i is the index of the array f, j is the index of the array g;
- the filter parameters can be obtained, and the obtained filter parameters are stored in the array f.
- g is the effective component data of the discrete sampled signal.
- step S502 the effective component data is acquired and stored in the array g, and the current index of the stored data is recorded as j;
- the effective component data is updated in real time during the sampling process, and its subscript j is also updated according to the corresponding process in the filtering process.
- j 0.
- step S503 the index data corresponding to the array f and the array g are multiplied and accumulated to obtain filtered data;
- the filter parameter array f corresponds to the index of the effective component array g, which means that the closer the elements in the effective component array are, the newer the corresponding filter parameters.
- step S504 find the remainder after j+1 and the filter order N, assign the result of the remainder to j, and cyclically shift the array f forward.
- new effective component data is obtained, return to step S2 .
- step S502 is performed again to perform new filter calculation.
- the sampling described in FIG. 2 can obtain the AC signal shown in FIG. 6 after extracting the effective component and filtering.
- step S104 the parameter value of the biological signal is calculated according to the slope of the filtered data.
- the heart rate value per minute can be determined according to the heartbeat cycle, that is, the Multiply the reciprocal of the heartbeat cycle by 60.
- fixed-point arithmetic is used throughout, without recursive calls, and the calculation time is fixed. It can be completed by low-power microcontrollers and other processors.
- FIG. 7 is a schematic structural diagram of an apparatus for analyzing and processing biological signals according to an embodiment of the present application.
- the biological signal analysis and processing device includes:
- the sampling unit 701 is used to acquire the sampling data of the biological signal through the sensor;
- the effective component extracting unit 702 is used to determine the accumulated data of the last sampling, and extract the effective components of the sampled data in a fixed-point integer manner with a predetermined number of bits according to the accumulated data and the sampled data;
- the effective component filtering unit 703 is used to determine the digital filter parameters according to the signal collected by the sensor, and perform a convolution operation on the discrete effective component and the determined digital filter to filter the effective component;
- the parameter value calculation unit 704 is configured to calculate the parameter value of the biological signal according to the slope of the filtered data.
- the effective component extraction unit includes:
- the first shift subunit is used to shift the current sampled data to the left by N1 bits to obtain the first shifted data
- a second shift subunit configured to subtract the last sampled accumulated data from the first shifted data, and shift the obtained difference to the right by N2 bits to obtain second shifted data;
- the third shifting subunit is used to add the second shifted data to the last sampled accumulated data and shift right by N1 bits to obtain the DC component of the current sample, where N1 and N2 are natural numbers, and N1 is greater than N2;
- AC component determination sub-unit for determining the AC component according to the difference between the current sampled data and the DC component.
- the biological signal analysis and processing device shown in FIG. 7 corresponds to the biological signal analysis and processing method shown in FIG. 1.
- the biological signal analysis and processing device 8 of this embodiment includes: a processor 80, a memory 81, and a computer program 82 stored in the memory 81 and executable on the processor 80, for example, biological Signal analysis and processing program.
- the processor 80 executes the computer program 82, the steps in the above embodiments of the analysis and processing method of each biological signal are implemented.
- the processor 80 executes the computer program 82, the functions of the modules/units in the foregoing device embodiments are realized.
- the computer program 82 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 81 and executed by the processor 80 to complete This application.
- the one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, and the instruction segments are used to describe the execution process of the computer program 82 in the biological signal analysis and processing device 8.
- the computer program 82 may be divided into:
- the sampling unit is used to obtain the sampling data of the biological signal through the sensor
- An effective component extracting unit used to determine the accumulated data of the last sampling, and extracting the effective component in the sampled data according to the accumulated data and the sampled data by a fixed-point integer method with a predetermined number of bits;
- the effective component filtering unit is used to determine the digital filter parameters according to the signal collected by the sensor, and filter the effective component by performing a convolution operation on the discrete effective component and the determined digital filter;
- the parameter value calculation unit is configured to calculate the parameter value of the biological signal according to the slope of the filtered data.
- the biological signal analysis and processing device 8 may be a computing device such as a desktop computer, a notebook, a palmtop computer and a cloud server.
- the biological signal analysis and processing device may include, but is not limited to, the processor 80 and the memory 81.
- FIG. 8 is only an example of the biological signal analysis and processing device 8 and does not constitute a limitation on the biological signal analysis and processing device 8, and may include more or fewer components than the illustration, or a combination
- Certain components, or different components, for example, the biological signal analysis and processing device may further include an input and output device, a network access device, a bus, and the like.
- the so-called processor 80 may be a central processing unit (Central Processing Unit, CPU), or other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application-specific integrated circuits (Application Specific Integrated Circuit, ASIC), Ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- the general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
- the memory 81 may be an internal storage unit of the biological signal analysis and processing device 8, such as a hard disk or a memory of the biological signal analysis and processing device 8.
- the memory 81 may also be an external storage device of the biological signal analysis and processing device 8, for example, a plug-in hard disk equipped on the biological signal analysis and processing device 8, a smart memory card (Smart Media Card, SMC), Secure Digital (SD) cards, Flash cards, etc.
- the memory 81 may also include both an internal storage unit of the biological signal analysis processing device 8 and an external storage device.
- the memory 81 is used to store the computer program and other programs and data required by the biological signal analysis and processing device.
- the memory 81 can also be used to temporarily store data that has been or will be output.
- each functional unit and module is used as an example for illustration.
- the above-mentioned functions may be allocated by different functional units
- Module completion means that the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above.
- the functional units and modules in the embodiment may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
- the above integrated unit may use hardware It can also be implemented in the form of software functional units.
- the specific names of each functional unit and module are only for the purpose of distinguishing each other, and are not used to limit the protection scope of the present application.
- the disclosed device/terminal device and method may be implemented in other ways.
- the device/terminal device embodiments described above are only schematic.
- the division of the module or unit is only a logical function division, and in actual implementation, there may be another division manner, such as multiple units Or components can be combined or integrated into another system, or some features can be ignored or not implemented.
- the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
- the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
- each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
- the above integrated unit can be implemented in the form of hardware or software function unit.
- the integrated module/unit is implemented in the form of a software functional unit and sold or used as an independent product, it may be stored in a computer-readable storage medium.
- the present application can implement all or part of the processes in the methods of the above embodiments, or it can be completed by a computer program instructing related hardware.
- the computer program can be stored in a computer-readable storage medium. When the program is executed by the processor, the steps of the foregoing method embodiments may be implemented.
- the computer program includes computer program code, and the computer program code may be in a source code form, an object code form, an executable file, or some intermediate form, etc.
- the computer-readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a mobile hard disk, a magnetic disk, an optical disc, a computer memory, and a read-only memory (ROM, Read-Only Memory) , Random Access Memory (RAM, Random Access Memory), electrical carrier signals, telecommunications signals and software distribution media, etc.
- ROM Read-Only Memory
- RAM Random Access Memory
- electrical carrier signals telecommunications signals and software distribution media, etc.
Landscapes
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Engineering & Computer Science (AREA)
- Surgery (AREA)
- Animal Behavior & Ethology (AREA)
- Veterinary Medicine (AREA)
- Public Health (AREA)
- Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Biophysics (AREA)
- Pathology (AREA)
- Biomedical Technology (AREA)
- Heart & Thoracic Surgery (AREA)
- Medical Informatics (AREA)
- Molecular Biology (AREA)
- Artificial Intelligence (AREA)
- Physiology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Signal Processing (AREA)
- Psychiatry (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
- Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
Abstract
Description
Claims (10)
- 一种生物信号的分析处理方法,其特征在于,所述高效的数据分析处理方法包括:通过传感器获取生物信号的采样数据;确定上一次采样时的累计数据,根据所述累计数据和所述采样数据,通过预定位数的定点整数方式提取所述采样数据中的有效分量;根据传感器所采集的信号确定数字滤波器参数,通过对离散的有效分量与所确定的数字滤波器进行卷积运算,对所述有效分量进行过滤;根据过滤后的数据的斜率计算所述生物信号的参数值。
- 根据权利要求1所述的生物信号的分析处理方法,其特征在于,所述确定上一次采样时的累计数据,根据所述累计数据和所述采样数据,通过预定位数的定点整数方式提取所述采样数据中的有效分量的步骤包括:将当前的采样数据左移N1位,得到第一移位数据;由所述第一移位数据减去上一次采样的累计数据,并对得到的差值右移N2位,得到第二移位数据;将所述第二移位数据与上一次采样的累计数据相加后并右移N1位,得到当前采样的直流分量,其中N1、N2为自然数,且N1大于N2;或者还包括根据当前的采样数据和直流分量的差值确定交流分量。
- 根据权利要求2所述的生物信号的分析处理方法,其特征在于,传感器采集的采样数据为16位,所述预设位数为32位,所述N1为15,所述N2为4。
- 根据权利要求1所述的生物信号的分析处理方法,其特征在于,所述根据传感器所采集的信号确定数字滤波器参数,通过对离散的有效分量与所确 定的数字滤波器进行卷积运算,对所述有效分量进行过滤的步骤包括:S1,初始化索引i,j为0,滤波器阶数N,将滤波器参数存入数组f,其中i为数组f的索引,j为数组g的索引;S2,获取有效分量数据存入数组g,并记录存入的数据的当前索引为j;S3,将数组f与数组g相应的索引数据相乘后累加,得到过滤后的数据;S4,将j+1后与滤波器阶数N求余,将求余结果赋值为j,并将数组f循环向前移位,当获取到新的有效分量数据时,返回步骤S2。
- 根据权利要求1所述的生物信号的分析处理方法,其特征在于,所述根据过滤后的数据的斜率计算所述生物信号的参数值的步骤包括:根据过滤后的数据生成数据曲线,计算当前数据在所述数据曲线上的斜率;根据相邻两点的斜率正负值变化点计算所述特征信号的变化周期或频率。
- 根据权利要求1所述的特征信号的分析处理方法,其特征在于,所述通过传感器获取生物信号的采样数据的步骤包括:当所述传感器为模拟传感器时,所述模拟传感器采集的模拟信号通过噪声过滤电路过滤处理和/或放大电路的放大处理后的预处理信号,由模数转换电路根据单片机的控制指令,周期性的将所述预处理信号转换为数字信号。
- 一种生物信号的分析处理装置,其特征在于,所述高效的数据分析处理装置包括:采样单元,用于通过传感器获取生物信号的采样数据;有效分量提取单元,用于确定上一次采样时的累计数据,根据所述累计数据和所述采样数据,通过预定位数的定点整数方式提取所述采样数据中的有效分量;有效分量过滤单元,用于根据传感器所采集的信号确定数字滤波器参数,通过对离散的有效分量与所确定的数字滤波器进行卷积运算,对所述有效分量进行过滤;参数值计算单元,用于根据过滤后的数据的斜率计算所述生物信号的参数值。
- 根据权利要求7所述的生物信号的分析处理装置,其特征在于,所述有效分量提取单元包括:第一移位子单元,用于将当前的采样数据左移N1位,得到第一移位数据;第二移位子单元,用于由所述第一移位数据减去上一次采样的累计数据,并对得到的差值右移N2位,得到第二移位数据;第三移位子单元,用于将所述第二移位数据与上一次采样的累计数据相加后并右移N1位,得到当前采样的直流分量,其中N1、N2为自然数,且N1大于N2;或者还包括交流分量确定子单元,用于根据当前的采样数据和直流分量的差值确定交流分量。
- 一种生物信号的分析处理设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至6任一项所述生物信号的分析处理方法的步骤。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至6任一项所述生物信号的分析处理方法的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811542704.6 | 2018-12-17 | ||
| CN201811542704.6A CN109512395B (zh) | 2018-12-17 | 2018-12-17 | 一种生物信号的分析处理方法、装置及设备 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020125494A1 true WO2020125494A1 (zh) | 2020-06-25 |
Family
ID=65796099
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/124333 Ceased WO2020125494A1 (zh) | 2018-12-17 | 2019-12-10 | 一种生物信号的分析处理方法、装置及设备 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN109512395B (zh) |
| WO (1) | WO2020125494A1 (zh) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109512395B (zh) * | 2018-12-17 | 2020-09-25 | 中国科学院深圳先进技术研究院 | 一种生物信号的分析处理方法、装置及设备 |
| CN111025015B (zh) * | 2019-12-30 | 2023-05-23 | 广东电网有限责任公司 | 一种谐波检测方法、装置、设备和存储介质 |
| CN112286933B (zh) * | 2020-10-28 | 2021-09-14 | 况客科技(北京)有限公司 | 数据处理系统 |
| CN117421531B (zh) * | 2023-12-14 | 2024-03-05 | 深圳和润达科技有限公司 | 干扰环境下的有效数据智能确定方法及装置 |
| CN118557200A (zh) * | 2024-05-16 | 2024-08-30 | 天津大学 | 一种柔性单导脑电肌电同步快速采集贴片及其采集方法 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090259116A1 (en) * | 2007-11-14 | 2009-10-15 | Yoram Wasserman | Method and Apparatus for Processing a Pulsatile Biometric Signal |
| CN103069001A (zh) * | 2010-06-23 | 2013-04-24 | 美敦力迷你迈德公司 | 具有多探针和电极阵列的传感器系统 |
| CN203153748U (zh) * | 2013-03-12 | 2013-08-28 | 林祝发 | 基于音频口通信的血氧仪 |
| CN103622704A (zh) * | 2013-12-10 | 2014-03-12 | 中国医学科学院生物医学工程研究所 | 一种宽动态范围的脉搏血氧测量系统 |
| CN104771148A (zh) * | 2015-05-10 | 2015-07-15 | 瞿浩正 | 一种基于小波分解与重构的脉搏波提取方法和采集系统 |
| CN108957111A (zh) * | 2018-06-06 | 2018-12-07 | 青岛鼎信通讯股份有限公司 | 一种可滤除交流采样中残余直流分量的馈线终端计量方法 |
| CN109512395A (zh) * | 2018-12-17 | 2019-03-26 | 中国科学院深圳先进技术研究院 | 一种生物信号的分析处理方法、装置及设备 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6313773B1 (en) * | 2000-01-26 | 2001-11-06 | Sonic Innovations, Inc. | Multiplierless interpolator for a delta-sigma digital to analog converter |
| CN201860303U (zh) * | 2010-11-25 | 2011-06-08 | 上海宇芯微电子有限公司 | 数字滤波器电路 |
| CN102170276B (zh) * | 2011-03-01 | 2013-08-21 | 深圳市蓝韵实业有限公司 | 一种用于超声信号处理的升采样滤波方法 |
| CN102710237B (zh) * | 2012-06-15 | 2015-06-17 | 成都启臣微电子有限公司 | 一种一阶数字低通滤波方法、滤波器及电子设备 |
-
2018
- 2018-12-17 CN CN201811542704.6A patent/CN109512395B/zh active Active
-
2019
- 2019-12-10 WO PCT/CN2019/124333 patent/WO2020125494A1/zh not_active Ceased
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090259116A1 (en) * | 2007-11-14 | 2009-10-15 | Yoram Wasserman | Method and Apparatus for Processing a Pulsatile Biometric Signal |
| CN103069001A (zh) * | 2010-06-23 | 2013-04-24 | 美敦力迷你迈德公司 | 具有多探针和电极阵列的传感器系统 |
| CN203153748U (zh) * | 2013-03-12 | 2013-08-28 | 林祝发 | 基于音频口通信的血氧仪 |
| CN103622704A (zh) * | 2013-12-10 | 2014-03-12 | 中国医学科学院生物医学工程研究所 | 一种宽动态范围的脉搏血氧测量系统 |
| CN104771148A (zh) * | 2015-05-10 | 2015-07-15 | 瞿浩正 | 一种基于小波分解与重构的脉搏波提取方法和采集系统 |
| CN108957111A (zh) * | 2018-06-06 | 2018-12-07 | 青岛鼎信通讯股份有限公司 | 一种可滤除交流采样中残余直流分量的馈线终端计量方法 |
| CN109512395A (zh) * | 2018-12-17 | 2019-03-26 | 中国科学院深圳先进技术研究院 | 一种生物信号的分析处理方法、装置及设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN109512395B (zh) | 2020-09-25 |
| CN109512395A (zh) | 2019-03-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020125494A1 (zh) | 一种生物信号的分析处理方法、装置及设备 | |
| Ieong et al. | A 0.83-$\mu {\rm W} $ QRS Detection Processor Using Quadratic Spline Wavelet Transform for Wireless ECG Acquisition in 0.35-$\mu {\rm m} $ CMOS | |
| CN108185996A (zh) | 动脉血管年龄估算模型构建方法和装置 | |
| CN102755157B (zh) | 一种指端血流速度的测量方法 | |
| Meddah et al. | FPGA‐based system for heart rate monitoring | |
| Chowdhury et al. | Photoplethysmogram-based heart rate and blood pressure estimation with hypertension classification | |
| CN116028809A (zh) | 一种连续血压的测量模型训练、测量方法及装置 | |
| CN110477865A (zh) | 一种癫痫发作检测装置、终端设备及存储介质 | |
| CN118490186A (zh) | 健康监测设备、方法及存储介质 | |
| CN105096227A (zh) | 一种健康数据的可视化处理方法 | |
| Raeiatibanadkooki et al. | Real time processing and transferring ECG signal by a mobile phone | |
| Sá et al. | Heart disease detection architecture for lead i off-the-person ecg monitoring devices | |
| JP2023035888A (ja) | 無線レーダー信号に基づいて心拍データを抽出するための装置及び方法 | |
| Ahmed et al. | Architecture and design of real-time system for elderly health monitoring | |
| Ahmed et al. | Towards smart health monitoring system for elderly people | |
| Mishra et al. | Performance evaluation of various window techniques for noise cancellation from ECG signal | |
| CN119732660A (zh) | 血流动力学参数的检测方法、终端设备和系统 | |
| CN119598338A (zh) | 一种基于fpga的呼吸音分类识别加速器设计方法及系统 | |
| Bansal et al. | Algorithm for online detection of HRV from coherent ECG and carotid pulse wave | |
| CN113616217B (zh) | 基线漂移曲线的生成方法和装置 | |
| CN110840436A (zh) | 获取心电信号的方法、装置、终端和计算机可读存储介质 | |
| CN113057611B (zh) | 用于输出信息的方法、装置、设备以及存储介质 | |
| CN103720462A (zh) | 脉搏波信号分析方法和装置 | |
| CN115040156A (zh) | 基人工智能的心血管疾病诊断方法、系统、设备及介质 | |
| CN105726007A (zh) | 基于usb接口心电信号的采集系统 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19898669 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19898669 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 18.11.21) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19898669 Country of ref document: EP Kind code of ref document: A1 |

