Which is right for complex noise CN(0,N0/2)?

조회 수: 2 (최근 30일)
yang-En Hsiao
yang-En Hsiao 2019년 5월 6일
댓글: dpb 2019년 5월 6일
I want to create a complex gaussian noise CN(0,N0/2),which code is correct?
noise=(randn(1,n)+1i*randn(1,n))*sqrt(N0/2)
or
noise=(randn(1,n)+1i*randn(1,n))*sqrt(N0/2)*sqrt(1/2) %sqrt(1/2) is normalized
Which is right?
  댓글 수: 1
dpb
dpb 2019년 5월 6일
'Pends on what you think CN(0,N0/2) means???

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 PHY Components에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by