how to genrate random signal

4 vues (au cours des 30 derniers jours)
irfan
irfan le 6 Avr 2016
Modifié(e) : Rick Rosson le 7 Avr 2016
N=1024;
  3 commentaires
Rick Rosson
Rick Rosson le 6 Avr 2016
And, what probability distribution do you want to use? Gaussian? Uniform? Exponential? Or...?
irfan
irfan le 7 Avr 2016
Modifié(e) : irfan le 7 Avr 2016
my frequency and amplitude are also random ,i am using uniformly distribution .i am confused how to do it so sir kindly help me

Connectez-vous pour commenter.

Réponse acceptée

Rick Rosson
Rick Rosson le 7 Avr 2016
Modifié(e) : Rick Rosson le 7 Avr 2016
N = 1024;
x = rand(N,1);
figure;
plot(x);

Plus de réponses (0)

Catégories

En savoir plus sur Measurements and Feature Extraction 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