Home > biosig > t300 > berger.m

berger

PURPOSE ^

Resampling with the Berger algorithm

SYNOPSIS ^

function [Y,RRI] = berger(RRI,Fs)

DESCRIPTION ^

 Resampling with the Berger algorithm
 [HRV,RRI] = berger(RRI, Fs)
 [HRV,RRI] = berger(ONSET, Fs)
 [HRV,RRI] = berger(HDR, Fs)
 
 RRI     R-to-R interval 
 ONSET onset time QRS-complex
 Fs    target sampling rate
 HDR    header struct as defined by SOPEN, SLOAD. 
     HDR.EVENT must contain the QRS events
 HRV     heart rate variability sampled with Fs
 RRI    R-to-R interval sampled with Fs

 Reference(s):
 [1] Berger RD, Akselrod S, Gordon D, Cohen RJ. 
    An efficient algorithm for spectral analysis of heart rate variability.
    IEEE Trans Biomed Eng. 1986 Sep;33(9):900-4.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003