Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

help me i need add sounds in matlab

1 view (last 30 days)
ahmad saleh
ahmad saleh on 19 Apr 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
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?

Answers (1)

Image Analyst
Image Analyst on 19 Apr 2016
Have you tried audioread() to read in the sound files?
  3 Comments
Walter Roberson
Walter Roberson on 19 Apr 2016
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 on 19 Apr 2016
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.

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!