<< Baroreflex_Analysis Cardio Vascular toolbox CDM_SPWVD_Analysis >>

Cardio Vascular toolbox >> Cardio Vascular toolbox > CDM_Analysis

CDM_Analysis

Performs the analysis of a narrow band component of the RR signal using complex demodulation method.

Calling Sequence

results = CDM_Analysis(RR,Vt,freq_sampling,frequency_bounds,filterlength)
results = CDM_Analysis(RR,freq,freq_sampling,frequency_bounds,filterlength)

Parameters

RR

a real vector of length N: The vector of re-sampled (see ResampleRR) interbeat intervals of the R waves in the electrocardiogram (ms).

Vt
a real vector of length N: The tidal volume respiratory signal (sampled at the same frequency as RR. Its slowly varying frequency gives the frequency reference. See the Caution section for details.
freq
a real positive scalar: that gives the frequency reference (in Hz) when Vt is not available. See the Caution section for details.
freq_sampling

a real positive scalar, the sampling frequency (in Hz) of the RR and Vtsignals.

frequency_bounds

a real row vector of length 2: the frequency range of interest (in Hz). See the Caution section for details.

filterlength
a real scalar with integer value: the order of the FIR Hamming band_pass filter. See the Caution section for details.
results
a typed list with type "RRA" with and with the following fields:
  • time: a real row vector of length N, the time discretization associated with the following signals.
  • RR: a real row vector of length N, the given RR signal
  • Vt: a real row vector of length N, the geiven Vt signal or the empty matrix.
  • RRfiltered: a real row vector of length N, the shifted band-pass filtered RR signal.
  • IFreq: a real row vector of length N, the instaneous frequency of the RR signal (in Hz).
  • IAmp: a real row vector of length N, the instaneous amplitude of the RR signal.
  • IPhase: a real row vector of length N, the evolution of the instaneous phase shift between the RR and Vt signals.

Description

CDM_Analysis Performs the analysis of a narrow band component of the RR signal using complex demodulation (CDM). It estimates the instanenous caracteristics (amplitude, frequency, phase, dispersion) of the RR signal. The base frequency can be given by a cosntant value or by an auxiliary signal which have a slowly varying frequency, like the respiration signal.

The returned data are shifted to make their time evolution comparable and easily drawn using the PlotSpectralAnalysis function.

Caution

Examples

See Also

Authors

Bibliography

"Short-term control of the cardiovascular system: modelling and signal analysis". Alessandro Monti , Claire Médigue , Michel Sorine. Rapport de recherche n° 4427 April 12, 2002

"Instantaneous parameter estimation in cardiovascular time series by harmonic and time-frequency analysis", Alessandro Monti , Claire Médigue , Mangin Laurence,IEEE Trans Biomed Eng. 2002 Dec;49(12 Pt 2):1547-56.

"Instantaneous envelope and phase extraction from real signals: Theory, implementation, and an application to EEG analysis". Periklis Y. Ktonasa and Nicola Papp

Used Functions


Report an issue
<< Baroreflex_Analysis Cardio Vascular toolbox CDM_SPWVD_Analysis >>