How could I resample a RR interval signal extracted from ECG?
3 次查看(过去 30 天)
显示 更早的评论
I have an ECG vector, sample at 250 Hz. Using Pan-Tompkin algorithm I have extracted RR intervals, to study HRV. Now I would plot the power spectrum density, and study what happens in high frequency (0.04-0.15) and in low frequency (0.15-0-4). But obviously my sample frequency is no longer the same of ECG. How can I calculate it? If I use function pwelch(data), my frequency axis is not correct; I may use [pxx,f] = pwelch(data,fs), but I don't know my fs. Any ideas? Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!