how to seperate a signal into 4 second segment using MATLAB? -


i have ecg signal , want separate 4 second segments. how in matlab?

% matlab code  load ('c:\users\explorer\documents\matlab\physionet_database\malignant_ventricular_ectopy_database\418m.mat');  signal=val(1,:);  plot(signal); xlabel('time'); ylabel('voltage'); 

418m.mat

the signal downloaded website of physionet , of mit bih malignant_ventricular_ectopy_database.

there 2 signal in 418m.mat. want separate first 1 signal.

also, there function buffer() in matlab equally spaced in time. don't know whether signal equally spaced in time or not.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -