フィルターのクリア

How to separate a signal into 4 second segments?

1 回表示 (過去 30 日間)
Explorer
Explorer 2016 年 1 月 26 日
コメント済み: Explorer 2016 年 1 月 27 日
Lets say I have an ECG signal and I want to separate it 4 second segments. How to do it 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')

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 26 日
If you have the signal processing toolbox, see buffer(), provided the signals are equally spaced in time.
  3 件のコメント
Star Strider
Star Strider 2016 年 1 月 27 日
The Physionet EKGs are all sampled at constant time intervals, but the intervals are different in different records. The sampling frequencies and other data for each record are all available in the database.
Explorer
Explorer 2016 年 1 月 27 日
Thank you guys!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by