필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

help me i need add sounds in matlab

조회 수: 1 (최근 30일)
ahmad saleh
ahmad saleh 2016년 4월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
how to give 10 sound wave type and how know size Those sounds and must be 3200 row and one Column (3200,1) and use code in artificial neural network(ANN) to how need inputs and Nuclei?

답변 (1개)

Image Analyst
Image Analyst 2016년 4월 19일
Have you tried audioread() to read in the sound files?
  댓글 수: 3
Walter Roberson
Walter Roberson 2016년 4월 19일
Once you have used audioread() to read the sound files, the number of rows of the array is the number of samples, and the number of columns is the number of channels.
Image Analyst
Image Analyst 2016년 4월 19일
The FAQ might also come in helpful: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F. Use that code to read in sounds files that are living in your folder.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by