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

2 visualizzazioni (ultimi 30 giorni)
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');

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 13 Gen 2021

Categorie

Scopri di più su Propagation and Channel Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by