how to find variance of audio signal?

i have cry signal as my audio input in .wav format. want to find its variance. pls help

回答(1 个)

Hi,
You can read the wav file with wavread() command and find the variance with var() command.
Hope that's enough

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by