Chap2 - Présentation1 - Random Process
Chap2 - Présentation1 - Random Process
1
Random variable
A random variable X is a function that maps each element in the
sample space with a real number (i.e., X : Ω R.)
allocate numerical values to the outcomes.
X : Random variable .
x: particular real value of X
The coin flipping: Ω={Heads, Tails}
Mapping: 1 to Head and -1 to Tail X={1, -1}
2
Ensembles averages
Expected value (Mean)
Discrete- type random variable Continuous- type random variable
Variance
3
Jointly Distributed Random Variables
Case for two or more random variables
X, Y two RVs:
Correlation
Covariance
Correlation coefficient
4
Independent, Uncorrelated Random variables
Independent RVs
Uncorrelated RVs
5
Random Processes
Discrete-time random process is a mapping from the sample
space Ω into the set of discrete-time signals
A discrete-time random process is a collection of discrete-time signals
Rolling a fair die, each outcome is assigned to a discrete-time signal
x(k)=A cos(kω0). A is an integer {1-6}
6
Random Processes
A discrete-time random process is a collection of discrete-time signals
for n=1:4
x(n,:)=rand(1,50)-0.5;
subplot(4,1,i) ; stem([0:49],x(i,:),'k')
end
0.5
-0.5
0 5 10 15 20 25 30 35 40 45 50
0.5
-0.5
0 5 10 15 20 25 30 35 40 45 50
0.5
-0.5
0 5 10 15 20 25 30 35 40 45 50
7
Ensemble averages
Random process is an indexed sequence of random variables X(0), X(1)…
For each of these RVs, we may compute:
The mean
The variance
Autocorrelation
Autocovariance
-2
0 5 10 15 20 25 30 35
2
-2
0 5 10 15 20 25 30 35
2
-2
0 5 10 15 20 25 30 35
2
0
8
-2
0 5 10 15 20 25 30 35
Wide Sens Stationnary Process
A random process is said to be wss if the following conditions are satisfied:
- The mean of the process is a constant
9
Autocorrelation matrix
Let a p+1 RVs from a RP:
10
Ergodicity
11
La transformée en Z inverse
12
La transformée en Z inverse
X(z) a deux pôles, z=1 et z=1/2, si :la séquence doit être définie pour . On
aura donc des puissances négative de dans l’expression de développée.
13
La transformée en Z inverse
: la séquence doit être définie pour . On aura donc des puissances positives
de dans l’expression de développée.
14