필터 지우기
필터 지우기

How to change SNR value of noise signal?

조회 수: 5 (최근 30일)
Siddhesh Karbhari
Siddhesh Karbhari 2018년 5월 26일
댓글: Image Analyst 2018년 5월 26일
I have clean speech samples and environmental noise samples. I need to add noise to clean speech at different SNR levels. How can I change SNR value of noise samples?

답변 (3개)

Greg Heath
Greg Heath 2018년 5월 26일
Multiply the noise samples by a constant before adding to the signal.
Thank you for formally accepting my answer
Greg

Siddhesh Karbhari
Siddhesh Karbhari 2018년 5월 26일
I want SNR value of noise sample as -10,-5,0,5,10. What should I do?
  댓글 수: 1
Image Analyst
Image Analyst 2018년 5월 26일
Since you said "I need to add noise" you would do this:
yNoisy = y + noiseSignal;

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


Siddhesh Karbhari
Siddhesh Karbhari 2018년 5월 26일
Can anyone please tell me how to change SNR value of QUT-Noise samples?
  댓글 수: 1
Image Analyst
Image Analyst 2018년 5월 26일
Greg did. Did you overlook his answer? He said to multiply your noise signal by some amplification factor before adding:
yNoisy = yNoise + amplitude * noiseSignal;
By the way, a signal will have an SNR - a "QUT-Noise" signal will not. Noise alone has no SNR, or it's basically zero, since there is all noise (only noise by definition) and no signal. So you should not use terminology like "SNR of the noise".

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

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by