Classifying environmental sounds using AlexNet
4 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Utkarsh
2020 年 6 月 19 日
3 件のコメント
Utkarsh
2020 年 6 月 19 日
編集済み: Utkarsh
2020 年 6 月 19 日
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')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!