The average of a random process

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
EngWiPy
Messages
1,361
Reaction score
61
Hello all,

I have the following continuous-time random process:

[tex]v(t)=\sum_{k=0}^{K-1}\alpha_k(t)d_k+w(t)[/tex]

where d_k are i.i.d. random variables with zero mean and variance 1, alpha_k(t) is given, and w(t) is additive white Gaussian process of zero-mean and variance N_0.

Can we say that the average power of v(t) is E{|v(t)|^2}?

Thanks
 
Physics news on Phys.org
Office_Shredder said:
That probably depends on what v is physically. Velocity?

Thanks for replying.

v(t) is the received signal in a communication system.
 
The word average can be used to refer to two things here. Expectation of a random variable is often referred to as average - what you have written down is the expected value of the instantaneous power of the signal. The average power of a (deterministic) signal is often defined as
[tex]\lim_{T \to \infty} \frac{1}{T} \int_{-T/2}^{T/2} |f(t)|^2 dt[/tex]

This doesn't depend on t at all - if you want the expected value of this, then you need to do more work