function SNR = mComputeAverageSNR( SNR_list ) SNR_list = 10.^( SNR_list/10 ); SNR = 10*log10( mean( SNR_list ) );