필터 지우기
필터 지우기

how to convert audio signal into binary signal for using in classifier?

조회 수: 1 (최근 30일)
pranjal
pranjal 2015년 6월 4일
댓글: Image Analyst 2015년 6월 4일
i have audio signals and want to classify them in 3 categories. what type classifier i can use? for that my audio files needs to be converted into binary signals? how to do that? pls help
  댓글 수: 3
pranjal
pranjal 2015년 6월 4일
sir @Walter Roberson, i have infants cry signals of short duration as my samples. normal baby,jaundice and Apnea disease baby. now want to classify them. For using ANN, we need inputs in binary form.0's and 1's. my samples are stored in .wav format. how to go ahead?
Image Analyst
Image Analyst 2015년 6월 4일
You have digital computer files that represent sounds. Why are these .wav files already not in binary form? Did you use wavread() to read them in? Now you have numbers that represent the strength of the signal at each time point. A number is binary, like 9 is 1001 when you look at the low level computer storage of it. So, what do you mean?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by