how to generate continuous data symbol (random real number)?
Mostra commenti meno recenti
Consider a symbol s, with zero mean, E{s}=0, variance 1 and amplitude A=2, such that,
.
I want to generate a random real number s. Kindly help. Thanks in anticipation.
1 Commento
Walter Roberson
il 9 Nov 2022
(rand()*2-1) * A
would be uniform distribution with mean 0 and in the range -A to +A.
Unfortunately it will not have the right variance, so you will not be able to use uniform random distribution.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Random Number Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!