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

조회 수: 2 (최근 30일)
fadams18
fadams18 2021년 1월 13일
답변: KALYAN ACHARJYA 2021년 1월 13일
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');

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 1월 13일

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by