white gaussian noise
조회 수: 5 (최근 30일)
이전 댓글 표시
hello to u! i have a problem when i use awgn lets say i have this signal x=cos(2*pi*f*t) and then i do that x_noise=awgn(x,10,0) now 10 means the power of the noise in db and 0 is the power of the original signal? or its oposit? thanks!
댓글 수: 0
답변 (1개)
Yella
2011년 6월 17일
y = awgn(x,snr,sigpower) is the same as the syntax above, except that sigpower is the power of x in dBW.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!