Re: gaussian noise
- From: Oli Charlesworth <catch@xxxxxxxxxxxxxx>
- Date: Mon, 29 Dec 2008 18:08:23 +0000
charanchar wrote:
On Dec 29, 10:43 pm, Oli Charlesworth <ca...@xxxxxxxxxxxxxx> wrote:
charanchar wrote:
On Dec 29, 10:22 pm, Tim Wescott <t...@xxxxxxxxxxxxxxxx> wrote:No. You can only guarantee a particular mean and variance by generating
charanchar wrote:thank u Tim, that is if we run the process several times, then the
On Dec 29, 10:13 pm, Greg Berchin <gberc...@xxxxxxxxxxxxxxxxxxxx>I think you are confusing a random process with a sample thereof.
wrote:
it will not give the random noise with mean=0 and var=1. mean and varhave u got any solution for getting gaussian noise(100 samples) withhelp randn
exactly zero mean and variance=1 in matlab?
will change as seed value changes. they are not fixed
If you take a Gaussian random process with mean = 0 and variance = 1,
and take 100 samples, you will _not_ get sample sets with mean = 0 and
variance = 1. What you'll get is samples whose means and variances are
themselves random variables, with _expected_ values of 0 and 1,
respectively.
A Gaussian process that is guaranteed to generate a mean = 0 and
variance = 1 for every 100 sample set would not be i.i.r., if it were
even possible in general.
--
Tim Wescott
Wescott Design Serviceshttp://www.wescottdesign.com
Do you need to implement control loops in software?
"Applied Control Theory for Embedded Systems" gives you just what it says.
See details athttp://www.wescottdesign.com/actfes/actfes.html
average of all means will be zero and var will be 1. am i correct?
an infinite number of samples.
However, given a set of 100 samples, you can normalise them to have zero
sample-mean and unit sample-variance.
--
Oli
yes that is correct.
my problem is for phase noise correction algorithm in ofdm system, i
want to introduce phase noise as wiener process. for example if we set
variance(using randn in matlab) as .1 that var is changing from symbol
to symbol by + or - .02. this small change will affect the estimation
badly. becoz the ofdm is more sensitive to phase noise
Not sure I understand. randn() should generate a stationary sequence,
i.e. the variance of each sample will be the same. What do you mean
when you say that the "var is changing from symbol to symbol"? How are
you measuring this?
--
Oli
.
- References:
- gaussian noise
- From: charanchar
- Re: gaussian noise
- From: Greg Berchin
- Re: gaussian noise
- From: charanchar
- Re: gaussian noise
- From: Tim Wescott
- Re: gaussian noise
- From: charanchar
- Re: gaussian noise
- From: Oli Charlesworth
- Re: gaussian noise
- From: charanchar
- gaussian noise
- Prev by Date: Re: about min max filters?
- Next by Date: Re: gaussian noise
- Previous by thread: Re: gaussian noise
- Next by thread: Re: gaussian noise
- Index(es):
Relevant Pages
|