

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The instructions for computer project 1 in the ee640 stochastic systems course, spring 2006. Students are required to generate uniform and gaussian random vectors, prove the parametric transformation equations for converting uniform to gaussian distributions, and perform linear combinations of random vectors. The document also includes instructions for changing the vectors from lexicographical form to 2d matrices and generating pseudo-random binary and intensity sequences.
Typology: Study Guides, Projects, Research
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Spring, 2006 COMPUTER PROJECT 1
PART A: SYNTHESIS (March 21, 2006)
Let N = 512:
gi[2i + 1] =
−2 ln ui[2n + 1] cos 2πui[2n + 2] (2)
gi[2i + 2] =
−2 ln ui[2n + 1] sin 2πui[2n + 2] (3)
where n = 0, 1 , 2... (N 2 / 2 − 1)
g 1 , g 2 , g 3 , g 4 , g 5 , g 6 , (4)
s 1 = u 1 + u 2 s 2 = u 1 + u 2 + u 3 s 3 = u 1 + u 2 + u 3 + u 4 (5) s 4 = u 1 + u 2 + u 3 + u 4 + u 5 s 5 = u 1 + u 2 + u 3 + u 4 + u 5 + u 6
bbinary[n] =
1 for u 1 [n] ≥ 0. 5 , − 1 for u 1 [n] < 0. 5. (6)
and sintensity[n] =
g 1 [n]
where n = 1, 2 ,... N 2. We will use these to conduct some signal processing experi- ments.