How could I resample a RR interval signal extracted from ECG?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!