how have you appended the two channel data in this example?

3 ビュー (過去 30 日間)
Vaibhav Gandhi
Vaibhav Gandhi 2020 年 7 月 11 日
コメント済み: Vaibhav Gandhi 2020 年 7 月 18 日
Hello,
I have a query regarding the two channels for each of the 105 patients. You said each channel of 105 two-channel ECG was labelled, for a total of 210 ECG signals stored together with 210 MAT-files.
Have you merged the two-channels like 1, 2, 3, 4 .. 210 with alternate channels of each patient? Or have you taken all 1stchannels from all patients, and then appended all 2nd channels from all patients?
Please advise, thank you.
Regards,
Vaibhav

回答 (1 件)

Srivardhan Gadila
Srivardhan Gadila 2020 年 7 月 18 日
As per my understanding after seeing the example Waveform Segmentation Using Deep Learning and cheking the modified dataset and actual dataset, the file ecg209.mat corresponds to channel 1 of the patient & ecg210.mat corresponds to channel 2 of the same patient.
To summarize, for a patient x (1 <= x <= 105) the ecg2*x - 1.mat file corresponds to channel 1 & ecg2*x.mat corresponds to channel 2. (Note that * refers to multiplication)

カテゴリ

Help Center および File ExchangeAI for Signals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by