⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pressuredetectinterbeat.m

📁 用于心电信号检测
💻 M
字号:
function [B,A,C,D] = PressureDetectInterbeat(x,fsa,wla,pfa);%PressureDetectInterbeat: Pressure detector algorithm (ICP & ABP)%%   [B, A, C, D] = PressureDetectInterbeat(x,fs,wl,pf);%%   x    Input signal       %   fs   Signal sample rate (Hz). Default=125 Hz      %   wl   Window length (s), default=5 s %   pf   Plot flag: 0=none (default), 1=screen%%   B    Percusion peak (P1) index, samples%   A    Minima preceding the percusion peak (P1) index, samples%   C    Dichrotic notch (DN) index, samples%   D    Dichrotic peak (P2) index, samples%%   Beat detection algorithm for pressure signals based on ranks and %   intebeat distance. The algorithm detects the minima prior to the %   percursor peak (A), the percursor peak (B), the dicrotic notch (C),%   and the dicrotic peak (D). The algorithm (1) detects all maxima and%   minima in the raw data, (2) detrends and smooths the data using a %   bandpass filter, (3) estimates the heart rate of the input signal as%   a function of time (window), (4) detects and classifies all maxima %   and minima in each window of filtered signal based on ranks, and %   (5) corrects the missed beats and false positives based on the %   interbeat distance. %%   Example: Find the minima (A) prior to the percursor peak, the percursor%   peak (B), the dicrotic notch (C), and the dicrotic peak (D) in the ICP %   signal%%      load ICPCOMPOSITE; %      PressureDetectInterbeat(icpcomposite, fs);%%   Version 1.00 MA%%   See also PressureDetect, PressureDetectRank, and ECGDetectQRS.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -