No BSD License  

Highlights from
speech processing tool

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

puissance_moyenne(result, windowsize)
function [puissance_moy] = puissance_moyenne(result, windowsize)
% puissance `a court terme
energie_moy = energie_moyenne(result);
puissance_moy = energie_moy/windowsize;

Contact us at files@mathworks.com