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

6 visualizaciones (últimos 30 días)
yang-En Hsiao
yang-En Hsiao el 6 de Mayo de 2019
Comentada: dpb el 6 de Mayo de 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?
  1 comentario
dpb
dpb el 6 de Mayo de 2019
'Pends on what you think CN(0,N0/2) means???

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre PHY Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by