TWAnalyser - A T-wave Alternans Detector 1.0.0

File: <base>/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;