Borrar filtros
Borrar filtros

find SNR of a noisy signal.

1 visualización (últimos 30 días)
yihui
yihui el 30 de Sept. de 2013
Comentada: Image Analyst el 1 de Oct. de 2013
i have a noisy signal,can i just use this signal to calculate the snr?if so could somebody tell me what i should do?Thanks in advance

Respuestas (1)

Image Analyst
Image Analyst el 30 de Sept. de 2013
You need to find the noise, and the signal. You can estimate them if you want, but to get the ratio you need each of them separately.
  2 comentarios
yihui
yihui el 1 de Oct. de 2013
so how i estimate them?
Image Analyst
Image Analyst el 1 de Oct. de 2013
You can use conv() to smooth your signal with a box filter. But if you don't know your true signal then you won't know how much to smooth it. I guess you could just eyeball it and go with whatever you think looks good.
smoothedSignal = conv(noisySignal, ones(1, windowWidth)/windowWidth, 'same');

Iniciar sesión para comentar.

Categorías

Más información sobre Signal Generation and Preprocessing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by