Add random noise to recorded sample

Hi all I'm new to Matlab and sorry for this question.Supposed that I have recorded my voice and saved it in a sample. I would like to add random noise which is lower in intensity to my recored voice. Is there a built-in function that could help me? Thanks in advance

 채택된 답변

Vieniava
Vieniava 2011년 2월 5일

0 개 추천

yes, of course - check documentation
>> doc awgn
I recommend this usage:
y = awgn(x,snr,'measured') ;

댓글 수: 1

Red
Red 2011년 2월 6일
Is it possible to use randn function ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

태그

질문:

Red
2011년 2월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by