how to find variance of audio signal?
5 ビュー (過去 30 日間)
古いコメントを表示
i have cry signal as my audio input in .wav format. want to find its variance. pls help
0 件のコメント
回答 (1 件)
Salaheddin Hosseinzadeh
2015 年 6 月 18 日
Hi,
You can read the wav file with wavread() command and find the variance with var() command.
Hope that's enough
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!