Detecting and Quantifying T-Wave Alternans: The PhysioNet/Computing in Cardiology Challenge 2008 1.0.0

File: <base>/sources/Khaustov/TWAnalyser/twa-mfiles/CalcAvgPSD.m (126 bytes)
function avg_psd = CalcAvgPSD(psd)

avg_psd = mean(psd, 2); % average over all beats within the analysis window

return;