Speech processing tutorial

조회 수: 3 (최근 30일)
i Venky
i Venky 2011년 10월 10일
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).

답변 (1개)

Walter Roberson
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().

카테고리

Help CenterFile 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!

Translated by