WO2023108331A1 - 自适应实时心电信号质量评估方法 - Google Patents
自适应实时心电信号质量评估方法 Download PDFInfo
- Publication number
- WO2023108331A1 WO2023108331A1 PCT/CN2021/137405 CN2021137405W WO2023108331A1 WO 2023108331 A1 WO2023108331 A1 WO 2023108331A1 CN 2021137405 W CN2021137405 W CN 2021137405W WO 2023108331 A1 WO2023108331 A1 WO 2023108331A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- signal quality
- heartbeat
- ecg
- power spectrum
- model
- 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/02—Detecting, measuring or recording for evaluating the cardiovascular system, e.g. pulse, heart rate, blood pressure or blood flow
Definitions
- the invention relates to the technical field of wearable monitoring, in particular to an adaptive real-time ECG signal quality evaluation method, device, equipment and storage medium thereof.
- Wearable monitoring of physiological signals is an important way to achieve early diagnosis of cardiovascular diseases outside the hospital routine.
- the existing wearable monitoring system has the defect of low model accuracy, which cannot meet the needs of medical-grade continuous physiological monitoring and disease risk prevention and control.
- One of the important reasons is that the physiological signals monitored by wearable devices are susceptible to noise interference, especially motion artifacts, lead off, and myoelectric interference caused by daily activities. When the noise interference is serious, it is impossible to restore the real signal through the denoising technology. Therefore, in order to improve the accuracy of signal analysis, it is necessary to remove signal fragments with poor quality through signal quality assessment.
- the waveform parameters of the signal quality are obtained by calculating the area difference under the QRS complex wave between different leads of the ECG signal, and finally the quality evaluation of the multi-lead ECG signal is realized through the statistical method of the histogram and the cumulative histogram; or the existing The signal quality assessment algorithm of multi-lead ECG signal fusion, which realizes the fusion of multi-lead ECG by using the basic idea of local weighted linear prediction.
- Weighted value estimation based on multi-lead features; or use wavelet transform to decompose ECG signals into different frequency bands, and then calculate time-domain features for each frequency band signal, such as the maximum absolute value amplitude, zero-crossing point, kurtosis and waveform self- Correlation coefficient, and finally classify and identify the signal quality of the merged features through the classifier.
- the embodiment of the present application provides an adaptive real-time ECG signal quality assessment method, the method includes: using the AR model to extract the features of the power spectrum signal quality; inputting the extracted features into the K-means clustering
- the K-means clustering algorithm is used to realize the adaptive calculation of the signal quality matching template; the quantitative evaluation of the calculated signal quality is carried out according to the similarity comparison method.
- the use of the AR model to extract the characteristics of the power spectrum signal quality includes: selecting the order of the AR model between 24 and 28; determining the power of the heartbeat signal through the AR model pair for the ECG m Spectral feature PSD m , where ECG m represents the mth heart beat segment.
- the clustering algorithm finds the cluster center for the power spectrum feature set PSD m ; selects the preset c heart beats as the similarity matching template.
- the quantitative evaluation of the calculated signal quality according to the similarity comparison method includes: measuring the similarity between each heartbeat and the template heartbeat by the Pearson correlation coefficient method; A predetermined threshold TR is used to determine whether the quality of the heartbeat signal is acceptable. When the correlation coefficient between each heartbeat segment and the template is greater than the threshold, the quality of the heartbeat signal is considered acceptable, otherwise it is unacceptable.
- the embodiment of the present application also provides an adaptive real-time ECG signal quality evaluation device, which includes: an extraction unit for extracting features of the power spectrum signal quality using an AR model; a matching unit for Input the extracted features into the K-means clustering algorithm, and realize the adaptive calculation of the signal quality matching template through the K-means clustering algorithm; the evaluation unit is used to quantify the calculated signal quality according to the similarity comparison method Evaluate.
- the embodiment of the present application also provides a computer device, including a memory, a processor, and a computer program stored in the memory and operable on the processor.
- the processor executes the program, it implements the The method described in any one of the descriptions of the examples.
- the embodiment of the present application also provides a computer device, a computer-readable storage medium, on which a computer program is stored, and the computer program is used for: when the computer program is executed by a processor, the computer program according to the present application is implemented.
- a computer device a computer-readable storage medium, on which a computer program is stored, and the computer program is used for: when the computer program is executed by a processor, the computer program according to the present application is implemented.
- the self-adaptive real-time ECG signal quality assessment method provided by the present invention solves the influence of certain differences in the ECG between different people and at different times of the same person on the accuracy of signal quality assessment; at the same time, it effectively solves the problem caused by diseases
- the resulting changes in the heartbeat waveform are misidentified as noise interfering with the signal.
- FIG. 1 shows a schematic flow chart of an adaptive real-time ECG signal quality assessment method provided by an embodiment of the present application
- FIG. 2 shows an exemplary structural block diagram of an adaptive real-time ECG signal quality evaluation device 200 according to an embodiment of the present application
- FIG. 3 shows a schematic structural diagram of a computer system suitable for implementing a terminal device according to an embodiment of the present application
- Fig. 4 shows a schematic diagram of an ECG signal containing noise interference and heartbeat segmentation results provided by the embodiment of the present application
- Fig. 5 shows a section of ECG signal including premature ventricular beats and heart beat segmentation results provided by the embodiment of the present application.
- first and second are used for descriptive purposes only, and cannot be interpreted as indicating or implying relative importance or implicitly specifying the quantity of indicated technical features.
- the features defined as “first” and “second” may explicitly or implicitly include at least one of these features.
- “plurality” means at least two, such as two, three, etc., unless otherwise specifically defined.
- the first feature may be in direct contact with the first feature or the first and second feature may be in direct contact with the second feature through an intermediary. touch.
- “above”, “above” and “above” the first feature on the second feature may mean that the first feature is directly above or obliquely above the second feature, or simply means that the first feature is higher in level than the second feature.
- “Below”, “beneath” and “beneath” the first feature may mean that the first feature is directly below or obliquely below the second feature, or simply means that the first feature is less horizontally than the second feature.
- FIG. 1 shows a schematic flowchart of an adaptive real-time ECG signal quality assessment method provided by an embodiment of the present application.
- the method includes:
- Step 110 using the AR model to extract the characteristics of the power spectrum signal quality
- Step 120 input the extracted features into the K-means clustering algorithm, and realize the adaptive calculation of the signal quality matching template through the K-means clustering algorithm;
- Step 130 quantitatively evaluate the calculated signal quality according to the similarity comparison method.
- the above-mentioned technical solution solves the influence of the difference in the ECG between different people and the same person at different times on the accuracy of signal quality evaluation; at the same time, it effectively solves the problem of heartbeat waveform changes caused by diseases being misunderstood. Problems identified as noise interfering with the signal.
- using the AR model in this application to extract the characteristics of the power spectrum signal quality includes: selecting the order of the AR model between 24 and 28; The power spectrum feature PSD m , wherein ECG m represents the mth heart beat segment.
- the similar algorithm calculates the cluster center for the power spectrum feature set PSD m ; selects the preset c heart beats as the similarity matching template.
- the quantitative evaluation of the calculated signal quality according to the similarity comparison method in the present application includes: measuring the similarity between each heartbeat and the template heartbeat by the Pearson correlation coefficient method; The set threshold TR judges whether the quality of the heartbeat signal is acceptable. When the correlation coefficient between each heartbeat segment and the template is greater than the threshold, the quality of the heartbeat signal is considered acceptable, otherwise it is unacceptable.
- the technical solution of the present invention mainly requires the following three links: (1) power spectrum signal quality feature extraction: the present invention proposes to use the power spectrum estimated by the AR model as the signal quality feature, and the advantage of this method is high efficiency , the power spectrum curve is smooth. In power spectrum estimation, lower AR model order will reduce the accuracy of power spectrum estimation, while higher node number will produce false peaks. Therefore, selecting the optimal AR model order is particularly important for the accurate estimation of the power spectrum.
- the invention verifies through experiments that the most accurate power spectrum estimation can be obtained when the order of the AR model is between 24 and 28.
- the Euclidean distance calculates the true distance between two sample feature vectors, and the number has no exact range
- the cosine distance calculates the cosine of the angle between the two sample feature vectors, and the value ranges from -1 to 1, -1 means that the direction of the two vectors is opposite, and 1 means that the direction is the same
- PCC is a measure of the linear correlation between two sample vectors, and the value ranges from 0 to 1. The larger the value, the greater the correlation between the two. Obviously, the Pearson correlation coefficient is more suitable for this problem.
- the unsupervised beat-to-beat signal quality detection mainly includes the following steps:
- the present invention uses time-domain waveform features and frequency-domain power spectrum features to judge the beat-to-beat quality of representative ECG signals.
- the experimental data comes from a single-lead ECG signal collected by a Huawei watch (model: WATCH 3), with a sampling rate of 1000Hz.
- Figure 4 and Table 1 show the signal quality evaluation results of a section containing noisy heart beats;
- Figure 5 and Table 2 show the signal quality evaluation results of a section of ventricular premature beats; it can be seen that the power spectrum features estimated based on the AR model It is more sensitive to noise and avoids judging premature ventricular beats as signals with poor signal quality.
- FIG. 2 shows an exemplary structural block diagram of an adaptive real-time ECG signal quality evaluation device 200 according to an embodiment of the present application.
- the device includes:
- An extraction unit 210 configured to extract features of the power spectrum signal quality by using an AR model
- the matching unit 220 is used to input the extracted features into the K-means clustering algorithm, and realize the adaptive calculation of the signal quality matching template by the K-means clustering algorithm;
- the evaluation unit 230 is configured to evaluate the quantification of the calculated signal quality according to the similarity comparison method.
- the units or modules recorded in the device 200 correspond to the steps in the method described with reference to FIG. 1 . Therefore, the operations and features described above for the method are also applicable to the device 200 and the units contained therein, and will not be repeated here.
- the apparatus 200 may be pre-implemented in the browser of the electronic device or other security applications, and may also be loaded into the browser of the electronic device or its security applications by downloading or other means.
- the corresponding units in the apparatus 200 may cooperate with the units in the electronic device to implement the solutions of the embodiments of the present application.
- FIG. 3 shows a schematic structural diagram of a computer system 300 suitable for implementing a terminal device or a server according to an embodiment of the present application.
- a computer system 300 includes a central processing unit (CPU) 301 that can operate according to a program stored in a read-only memory (ROM) 302 or a program loaded from a storage section 308 into a random-access memory (RAM) 303 Instead, various appropriate actions and processes are performed.
- ROM read-only memory
- RAM random-access memory
- various programs and data required for the operation of the system 300 are also stored.
- the CPU 301, ROM 302, and RAM 303 are connected to each other through a bus 304.
- An input/output (I/O) interface 305 is also connected to the bus 304 .
- the following components are connected to the I/O interface 305: an input section 306 including a keyboard, a mouse, etc.; an output section 307 including a cathode ray tube (CRT), a liquid crystal display (LCD), etc., and a speaker; a storage section 308 including a hard disk, etc. and a communication section 309 including a network interface card such as a LAN card, a modem, or the like.
- the communication section 309 performs communication processing via a network such as the Internet.
- a drive 310 is also connected to the I/O interface 305 as needed.
- a removable medium 311, such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, etc., is mounted on the drive 310 as necessary so that a computer program read therefrom is installed into the storage section 308 as necessary.
- an embodiment of the present disclosure includes an adaptive real-time ECG signal quality assessment method, which includes a computer program tangibly embodied on a machine-readable medium, the computer program including program code for executing the method of FIG. 1 .
- the computer program may be downloaded and installed from a network via communication portion 309 and/or installed from removable media 311 .
- each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more logical functions for implementing specified executable instructions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
- each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified functions or operations , or may be implemented by a combination of dedicated hardware and computer instructions.
- the units or modules involved in the embodiments described in the present application may be implemented by means of software or by means of hardware.
- the described units or modules may also be set in a processor.
- a processor includes a first sub-region generating unit, a second sub-region generating unit, and a display region generating unit.
- the names of these units or modules do not constitute limitations on the units or modules themselves in some cases, for example, the display area generation unit can also be described as "used to generate The cell of the display area of the text".
- the present application also provides a computer-readable storage medium, which may be the computer-readable storage medium contained in the aforementioned devices in the above-mentioned embodiments; computer-readable storage media stored in the device.
- the computer-readable storage medium stores one or more programs, and the aforementioned programs are used by one or more processors to execute the text generation method applied to transparent window envelopes described in this application.
Landscapes
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Heart & Thoracic Surgery (AREA)
- Physiology (AREA)
- Biophysics (AREA)
- Pathology (AREA)
- Engineering & Computer Science (AREA)
- Cardiology (AREA)
- Physics & Mathematics (AREA)
- Medical Informatics (AREA)
- Molecular Biology (AREA)
- Surgery (AREA)
- Animal Behavior & Ethology (AREA)
- General Health & Medical Sciences (AREA)
- Public Health (AREA)
- Veterinary Medicine (AREA)
- Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
Abstract
Description
Claims (10)
- 一种自适应实时心电信号质量评估方法,其特征在于,该方法包括:利用AR模型对功率谱信号质量的特征进行提取;将提取的特征输入到K-means聚类算法中,通过K-means聚类算法实现信号质量匹配模板的自适应计算;根据相似度比较法对计算后的信号质量的定量进行评估。
- 根据权利要求1所述的自适应实时心电信号质量评估方法,其特征在于,所述利用AR模型对功率谱信号质量的特征进行提取之前,该方法还包括:通过波形检测算法检测ECG的R峰,以R峰为基准点进行心搏分割,以R n表示第n个R峰,以第m个心搏片段表示R n和R n+2之间的ECG信号片段,其中n=2,4,6,8...,m=n/2。
- 根据权利要求2所述的自适应实时心电信号质量评估方法,其特征在于,所述利用AR模型对功率谱信号质量的特征进行提取,包括:选择AR模型阶数在24~28之间;对ECG m通过AR模型对确定该心搏信号的功率谱特征PSD m,其中,ECG m表示第m个心搏片段。
- 根据权利要求3所述的自适应实时心电信号质量评估方法,其特征在于,所述将提取的特征输入到K-means聚类算法中,通过K-means聚类算法实现信号质量匹配模板的自适应计算,包括:通过k=1的K-means聚类算法对功率谱特征集PSD m求聚类中心;选取预设的c个心搏求平均作为相似度匹配模板。
- 根据权利要求4所述的自适应实时心电信号质量评估方法,其特征在于,所述根据相似度比较法对计算后的信号质量的定量进行评估,包括:通过皮尔逊相关系数方法度量每个心搏与模板心搏之间的相似性;根据设定的阈值TR判断所述心搏信号的质量是否被接受,当每个心搏片段与模板的相关系数大于阈值时认为所述心搏的信号质量可以接受,否则为不可接受。
- 一种自适应实时心电信号质量评估装置,其特征在于,该装置包括:提取单元,用于利用AR模型对功率谱信号质量的特征进行提取;匹配单元,用于将提取的特征输入到K-means聚类算法中,通过K-means聚类算法实现信号质量匹配模板的自适应计算;评估单元,用于根据相似度比较法对计算后的信号质量的定量进行评估。
- 根据权利要求所述的自适应实时心电信号质量评估装置,其特征在于,所述利用AR模型对功率谱信号质量的特征进行提取之前,该装置还包括:通过波形检测算法检测ECG的R峰,以R峰为基准点进行心搏分割,以R n表示第n个R峰,以第m个心搏片段表示R n和R n+2之间的ECG信号片段,其中n=2,4,6,8...,m=n/2。
- 根据权利要求7所述的自适应实时心电信号质量评估装置,其特征在于,所述利用AR模型对功率谱信号质量的特征进行提取,包括:选择AR模型阶数在24~28之间;对ECG m通过AR模型对确定该心搏信号的功率谱特征PSD m,其中,ECG m表示第m个心搏片段。
- 一种计算机设备,包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,其特征在于,所述处理器执行所述程序时实现如权利要求1-5中任一所述的方法。
- 一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序用于:所述计算机程序被处理器执行时实现如权利要求1-5中任一所述的方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2021/137405 WO2023108331A1 (zh) | 2021-12-13 | 2021-12-13 | 自适应实时心电信号质量评估方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2021/137405 WO2023108331A1 (zh) | 2021-12-13 | 2021-12-13 | 自适应实时心电信号质量评估方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023108331A1 true WO2023108331A1 (zh) | 2023-06-22 |
Family
ID=86775255
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/137405 Ceased WO2023108331A1 (zh) | 2021-12-13 | 2021-12-13 | 自适应实时心电信号质量评估方法 |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2023108331A1 (zh) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117100286A (zh) * | 2023-09-21 | 2023-11-24 | 深圳市科曼医疗设备有限公司 | 心电st分析方法、装置、介质和设备 |
| CN117204830A (zh) * | 2023-09-13 | 2023-12-12 | 广州医科大学附属第一医院(广州呼吸中心) | 一种基于心血管疾病的智能诊断系统 |
| CN118505630A (zh) * | 2024-05-11 | 2024-08-16 | 威海凯思信息科技有限公司 | 一种基于图像处理的检测方法、装置、电子设备及介质 |
| CN121384168A (zh) * | 2025-12-24 | 2026-01-23 | 天津迅尔科技股份有限公司 | 气体超声流量计信号处理方法、装置、设备和介质 |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160242664A1 (en) * | 2013-10-09 | 2016-08-25 | Koninklijke Philips N.V. | An apparatus and method for evaluating multichannel ecg signals |
| CN106456030A (zh) * | 2014-06-13 | 2017-02-22 | 日东电工株式会社 | 用于消除生理测量中的伪影的设备和方法 |
| CN108289615A (zh) * | 2015-11-24 | 2018-07-17 | 皇家飞利浦有限公司 | 用于量化光电体积描记(ppg)信号质量的方法 |
| WO2018137300A1 (zh) * | 2017-01-25 | 2018-08-02 | 华为技术有限公司 | 一种生理信号质量判断方法及装置 |
| CN109117769A (zh) * | 2018-07-31 | 2019-01-01 | 东南大学 | 一种针对穿戴式心电采集的实时质量评估反馈方法 |
| CN110123304A (zh) * | 2019-01-22 | 2019-08-16 | 东南大学 | 基于多模板匹配和相关系数矩阵的动态心电噪声滤除方法 |
| US20200037961A1 (en) * | 2017-01-17 | 2020-02-06 | Mayo Foundation For Medical Education And Research | System and method for assessing physiological signal quality |
| US20210267530A1 (en) * | 2018-06-29 | 2021-09-02 | Mybrain Technologies | Multiclass classification method for the estimation of eeg signal quality |
-
2021
- 2021-12-13 WO PCT/CN2021/137405 patent/WO2023108331A1/zh not_active Ceased
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160242664A1 (en) * | 2013-10-09 | 2016-08-25 | Koninklijke Philips N.V. | An apparatus and method for evaluating multichannel ecg signals |
| CN106456030A (zh) * | 2014-06-13 | 2017-02-22 | 日东电工株式会社 | 用于消除生理测量中的伪影的设备和方法 |
| CN108289615A (zh) * | 2015-11-24 | 2018-07-17 | 皇家飞利浦有限公司 | 用于量化光电体积描记(ppg)信号质量的方法 |
| US20200037961A1 (en) * | 2017-01-17 | 2020-02-06 | Mayo Foundation For Medical Education And Research | System and method for assessing physiological signal quality |
| WO2018137300A1 (zh) * | 2017-01-25 | 2018-08-02 | 华为技术有限公司 | 一种生理信号质量判断方法及装置 |
| US20210267530A1 (en) * | 2018-06-29 | 2021-09-02 | Mybrain Technologies | Multiclass classification method for the estimation of eeg signal quality |
| CN109117769A (zh) * | 2018-07-31 | 2019-01-01 | 东南大学 | 一种针对穿戴式心电采集的实时质量评估反馈方法 |
| CN110123304A (zh) * | 2019-01-22 | 2019-08-16 | 东南大学 | 基于多模板匹配和相关系数矩阵的动态心电噪声滤除方法 |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117204830A (zh) * | 2023-09-13 | 2023-12-12 | 广州医科大学附属第一医院(广州呼吸中心) | 一种基于心血管疾病的智能诊断系统 |
| CN117100286A (zh) * | 2023-09-21 | 2023-11-24 | 深圳市科曼医疗设备有限公司 | 心电st分析方法、装置、介质和设备 |
| CN118505630A (zh) * | 2024-05-11 | 2024-08-16 | 威海凯思信息科技有限公司 | 一种基于图像处理的检测方法、装置、电子设备及介质 |
| CN121384168A (zh) * | 2025-12-24 | 2026-01-23 | 天津迅尔科技股份有限公司 | 气体超声流量计信号处理方法、装置、设备和介质 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2023108331A1 (zh) | 自适应实时心电信号质量评估方法 | |
| Sharma et al. | Accurate tunable-Q wavelet transform based method for QRS complex detection | |
| US9042973B2 (en) | Apparatus and method for measuring physiological signal quality | |
| US9295397B2 (en) | Method and apparatus for beat-space frequency domain prediction of cardiovascular death after acute coronary event | |
| US8684942B2 (en) | System for cardiac impairment detection based on signal regularity | |
| CN110236515A (zh) | 一种基于近红外视频的非接触式心率检测方法 | |
| CN114469131A (zh) | 自适应实时心电信号质量评估方法 | |
| CN112971795A (zh) | 心电信号质量评估方法 | |
| Rakshit et al. | Electrocardiogram beat type dictionary based compressed sensing for telecardiology application | |
| WO2025066208A1 (zh) | 一种hrv数据预处理方法、装置及电子设备 | |
| Bhoi et al. | QRS Complex Detection and Analysis of Cardiovascular Abnormalities: A Review. | |
| KR101420345B1 (ko) | 차감 동작 기법 기반의 심전도 신호의 r파 검출 시스템 및 방법 | |
| Bruun et al. | Automatic Atrial Fibrillation detection: A novel approach using discrete wavelet transform and heart rate variability | |
| WO2016057806A1 (en) | Weaning readiness indicator, sleeping status recording device, and air providing system applying nonlinear time-frequency analysis | |
| Liu et al. | A rhythm-specific ECG signal quality assessment framework for robust cardiac health monitoring of ai-based arrhythmia classifer | |
| So-In et al. | Real-time ECG noise reduction with QRS complex detection for mobile health services | |
| US9020583B2 (en) | Patient signal analysis and characterization | |
| Hermawan et al. | Denoising ambulatory electrocardiogram signal using interval dedependent thresholds based stationary wavelet transform | |
| CN115512830A (zh) | 一种基于心率变异性获取平均压力商的鞋带因子分析系统 | |
| Peng et al. | Electrocardiogram Signal Denoising Based on Multi-Threshold Stationary Wavelet Transform | |
| Mazidi et al. | Detection of heart attack using cross wavelet transformation and support vector machine | |
| Shukla | Denoising ecg signals and their analysis using hybrid deep learning model | |
| EP4181790B1 (en) | Ultrasound data processor | |
| CN116250816B (zh) | 一种心率计算方法、装置、介质、电子设备 | |
| Robinson et al. | Detection of heart abnormalities using signal processing |
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: 21967474 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: 21967474 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21967474 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 21.01.2025) |

