rdsign212.m

来自「在Matlab中读取 MIT-BIH数据库中的ECG信号的函数」· M 代码 · 共 12 行

M
12
字号
% function sig=rdsign212(namefile,nsig,tonset,toffset)
% This function reads binary ECG data files with format 212
% Input parameters:
%    namefile: string [with the whole path] to the annotation file
%    nsig: integer with the number of channels in the data file
%    tonset: positive integer with the first sample to read
%    toffset: positive integer with the last sample to read
% Output parameters:
%    sig: ECG signal vector with the ECG signal in different columns


⌨️ 快捷键说明

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