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

2 Ansichten (letzte 30 Tage)
yang-En Hsiao
yang-En Hsiao am 6 Mai 2019
Kommentiert: dpb am 6 Mai 2019
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?

Antworten (0)

Kategorien

Mehr zu PHY Components finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by