Adding noise vector in Matlab
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
zephr nine
il 3 Apr 2015
Commentato: Star Strider
il 3 Apr 2015
Can anyone tell how to add mutually uncorrelated local channel noise vector and global channel noise vector in MATLAB coding?
Noise vectors n ∼ N(0,Rn) and w ∼ N(0,Rw)
0 Commenti
Risposta accettata
Star Strider
il 3 Apr 2015
3 Commenti
Star Strider
il 3 Apr 2015
My pleasure!
In my example, ‘Rn’ and ‘Rw’ are the standard deviations. If you define them instead to be variances, my example changes to:
n = sqrt(Rn)*randn
w = sqrt(Rw)*randn
in order to be consistent with the documentation for randn.
Star Strider
il 3 Apr 2015
I cannot help you with that, unfortunately. Communications engineering is not an area of my expertise.
I suggest you post that as a new Question, as it is not directly related to this one.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Propagation and Channel Models in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!