How to change test signal in "Denoise Speech Using Deep Learning Networks"?
조회 수: 3 (최근 30일)
이전 댓글 표시
I am able to successfully run the example "Denoise Speech Using Deep Learning Networks" without any modifications. In the section 'Test the Denoising Networks' the code currently chooses a sample from the test dataset within the Mozilla Voice dataset. I would just like to be able to choose a specific wav file that I have located on my computer as the test signal. How do I do this please?
Link to the example here: https://uk.mathworks.com/help/signal/ug/denoise-speech-using-deep-learning-networks.html
Thanks!
댓글 수: 0
채택된 답변
jibrahim
2021년 4월 23일
Hi Charlotte,
You can try changing the first line of code in that section to something likeL
adsTest = audioDatastore(myfolder);
where myfolder is the folder containing your clean test signal. The rest of the section should work.
This network was trained on washine machine noise only, so I do not expect it to perform well on other types of noise. The example section uses "WashingMachine-16-8-mono-200secs.mp3" as a source of noise, but if you have another noise file, just replace the name with yours.
댓글 수: 4
jibrahim
2021년 10월 19일
Hi Tom,
The file WashingMachine-16-8-mono-200secs.mp3 ships with Audio Toolbox, so it should be on your path if you have the product installed.
amina
2023년 12월 6일
svp comment trouver d'autre fichier d'audio ou de bruit MP3 hors celui utiliser dans cette exemple . je vous remercie d'avance
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!