Please help me with Gaussian Distribution and central limit theorem in matlab

  • #1
4
0
please help me with Gaussian Distribution and central limit theorem in matlab!

:cry:I am trying to generate a random variable with a approximate gaussian distribution using the rand function and central limit theorem, got stuck when trying it. Please help me. Also want to know how to produce a graph showing the distribution of the values the
program generates and the graph of a Gaussian distribution.
If a signal has a Gaussian amplitude distribution, what is the distribution of the instantaneous power? Graph the power distribution generated using the Central Limit Theorem.

Help me!:cry::confused:
 
  • #2


Dear please provide the code you have developed till now so I can see what changes you should make or what you should add...
 
  • #3


How can we know where you are stuck?

By simply guessing, maybe you are having problems with rand, that's a uniform distribution, try randn which will give you Gaussian with mean 0 and sd 1. You can element-wise multiply to adjust the parameters, eg 5 + 2.*randn(6,6) will give you a 6x6 matrix of Gaussian random numbers, each with mean 5 and standard deviation 2.
 

Suggested for: Please help me with Gaussian Distribution and central limit theorem in matlab

Replies
0
Views
924
Replies
0
Views
1K
Replies
5
Views
1K
Replies
7
Views
667
Replies
2
Views
607
Replies
6
Views
751
Replies
4
Views
945
Replies
4
Views
509
Replies
2
Views
571
Back
Top