フィルターのクリア

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