Speech processing tutorial
1 回表示 (過去 30 日間)
古いコメントを表示
I need some tutorial in matlab for speech processing. (Eg: how to get audio file as input and store it in an array and perform operations on it like we do in image processing).
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 10 月 10 日
The sound reading routines are all listed here. That will give you one column vector per channel. Use whatever operations on the resulting data as are appropriate for what you are trying to do.
There is no "Sound Processing Toolkit" or anything like that. Working with sounds is usually a matter of applying filters or doing fft . Some of the filters are most easily expressed with conv().
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulation, Tuning, and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!