Creating dataset of different size audio samples
Mostra commenti meno recenti
I want to train a Classification Neural Network to do Speech Emotion Recognition the dataset have audio samples with the emotion to each sample, I did the following:
- resample the audio to 16khz
- discrete wavelet transformation 'db8'
The problem the result of dwt have different length vectors to different length audio to put it into one input matrix to train the network, the padding wont work because the matrix size would be very large
any suggestions how to make all vectors of the same length or using another filter instead of dwt.
thanks in advance
1 Commento
boudy
il 29 Nov 2015
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!