I am working on a small neural network project and I am very new to Matlab.
I have about 400 short wav files, which have to be read, and then combined into a matrix data set. I was not able to find any information on how to be able to load all the wav files into Matlab so that it stores each file with a different name.
My questions are:
- Is it possible to batch process the wav files in Matlab to have each vector stored as a separate data?
- What would be the procedure of populating the matrix with the processed wav file vectors, given that they are of different dimensions (lengths)?