Description: ecgbeat.m
Author - Arun Kumar A , Santhom Computing Facility
Email - aka.bhagya@gmail.com
03/07/09
Program to Calculate the beats of an ECG signal
Uses Continuous Wavelet Transform
Data file should be a csv file
close all
clear all
clc
disp( WELCOME )
disp( )
disp( Program to calculate ECG beats )
disp( ------------------------------- )
User Inputs
file_name=input( Enter the name of the file with extention: , s )
sample_freq=input( Enter the sampling frequency of the signal: )
Load file
data=csvread(file_name)
To Search:
- [wave_peak] - function to read the ECG signal, find wa
- [cwtlib-1.5.tar] - //English description: Library on C/C++
- [ECG] - This project is used to eleminate the no
- [da] - ecgbeat.m Author - Arun Kumar A , Santh
File list (Check if you may need any files):
das3.m