How to add White noise to wav file

조회 수: 5 (최근 30일)
Roro
Roro 2018년 12월 13일
답변: Mark Sherstan 2018년 12월 13일
Hi everyone
I'm new in matlab and I have a question if any kind person can help me with please
I have 50 wav files that contain speech, I want use matlab to do the following
  1. First read these files wav
  2. then add White Gaussin noise to them in six different signal-to-noise ratio (SNR) levels
  3. if I want matlab to select 10 rundom wav files from these 50, is this possible?
Thanks in advance

답변 (1개)

Mark Sherstan
Mark Sherstan 2018년 12월 13일
This should answer your questions:
  1. Use the function audioread
  2. Use the function awgn
  3. Look at this question/answer for randomly picking files
This is all very possible! Let us know if you have further questions after reading through the resources, good luck.

카테고리

Help CenterFile Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by