I have plotted this text file on Matlab, but I want to filter it, any help? response will be appreciated.
1 次查看(过去 30 天)
显示 更早的评论
I have plotted this raw ECG text file from Opensignals programm on Matlab, but I want to filter it, any help? response will be appreciated.
% extract data
data = readmatrix('opensignals_98d391fd3f18_2020-05-12_viseuellentrainig', ...
'HeaderLines', 3, 'ExpectedNumVariables', 6);
% plot 6th column
plot(data(:,6))
xlabel("Zeit [ms]",'FontSize',20);
ylabel("Spannung [mV]","FontSize",20);
hold on
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/292550/image.jpeg)
0 个评论
回答(1 个)
Harsha Priya Daggubati
2020-5-15
Hi,
Here is the link which explains how to filter high-frequency noise from ECG data. I hope it gives you an idea to work on your data.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!