No BSD License  

Highlights from
speech processing tool

image thumbnail
from speech processing tool by MEKHMOUKH Abdenour
speech processing tool

amplitude_moyenne(result, windowsize)
function [ampl_moy] = amplitude_moyenne(result, windowsize)
% amplitude moyenne
ampl_moy = sum(abs(result))/windowsize;

Contact us at files@mathworks.com