How to verify SNR of a signal after using the awgn function

2 visualizaciones (últimos 30 días)
fadams18
fadams18 el 13 de En. de 2021
Respondida: KALYAN ACHARJYA el 13 de En. de 2021
I just added 60db noise to my signal and i wish to verify if the added noise is correct. How do i check this?
pw=60;
Wtheo = rand(m,r);
Htheo = rand(r,n);
Xtheo = Wtheo*Htheo;
X = awgn(Xtheo,pw,'measured');

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 13 de En. de 2021

Categorías

Más información sobre Propagation and Channel Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by