ISU EE 573 Homework S2005

ISU EE 573 SPRING 2001 Homeworks

Matlab Homework 1 ; Due 1/17/02

EE 573 Matlab Homework #1

1-1. Use the Matlab UNIFORM random number generator to investigate the claim that it IS uniform.

1-2. Use the Uniform(0,1) Matlab random number generator to generate a single Bernoulli (p=0.2) random variable.

Then determine whether the code works.

1-3. Let X=[X1 , X2] be a 2-D Bernoulli random variable. Let p(i,j) be the probability associated with

the event [X1=i, X2=j]. Find the conditions (equations) involving these probabilities, so that

X1 and X2 are statistically independent. <