Classifying environmental sounds using AlexNet
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to extract Spectrograms and MFCC from audio files then calssify them using AlexNet or GooglNet. Any tips ?
0 commentaires
Réponse acceptée
Utkarsh
le 19 Juin 2020
3 commentaires
Utkarsh
le 19 Juin 2020
Modifié(e) : Utkarsh
le 19 Juin 2020
Have you tried this for saving the spectrogram? (It will save the spectrogram without any border,label,etc)
s = spectrogram(x); %x contains the loaded audio in an array
spectrogram(x,'yaxis')
set(gca, 'Visible', 'off');
colorbar('off');
saveas(gcf,'file_name.png')
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!