how to convert audio signal into binary signal for using in classifier?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
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 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!