Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

help me i need add sounds in matlab

1 Ansicht (letzte 30 Tage)
ahmad saleh
ahmad saleh am 19 Apr. 2016
Geschlossen: MATLAB Answer Bot am 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?

Antworten (1)

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

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by