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 Center および File ExchangePHY Components についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by