Audio Signal Processing -Matlab

Thread Starter

BuriedMoon

Joined Mar 2, 2010
22
Hey guys ,
May i know what's the purpose for finding the variance and the standard deviation of a recorded speech ?


var=sum(tdata.^2.*smoothData)/sum(tdata.^2)
std=sqrt(var)

Thank you
 
Top