Effacer les filtres
Effacer les filtres

how to generate continuous data symbol (random real number)?

3 vues (au cours des 30 derniers jours)
Chetan Fadnis
Chetan Fadnis le 3 Nov 2022
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 commentaire
Walter Roberson
Walter Roberson le 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.

Connectez-vous pour commenter.

Réponse acceptée

Pulkit
Pulkit le 9 Nov 2022
Hi,
According to my understanding you want to generate random real numbers s for some distribution with specific mean and variance. . Since the distribution is not mentioned, let us assume that you want to generate random symbols from the Normal Distribution, you can refer to the following link,
Hope this helps!
  1 commentaire
Walter Roberson
Walter Roberson le 9 Nov 2022
Normal distribution cannot generate in a range -- not unless you use a truncated normal distribution.
betarnd can give continuous random numbers within a range and that are non-uniform.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Random Number Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by