

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
A computer project for ee640: stochastic systems, focusing on analyzing histograms and estimating covariance matrices using matlab. Students are required to design histograms for various vectors and estimate covariance matrices for given data sets. The document also explains how to determine peak and centroid element locations in histograms.
Typology: Study Guides, Projects, Research
1 / 3
This page cannot be seen from the preview
Don't miss anything!


PART B: ANALYSIS(updated 4-15-03)
t t t t
, , , 1 2 3 where
m N
1 11/28/2020 EE640 PROJECT 1
(x - )(x- ) N K(m, n) m m^ T n n 1 1
t (^) I1 ,t (^) I2 ,t (^) I3 (B-2) (B-3) (B-4)
likewise for clutter, use to generate
c c c c
, , , 1 2 3
m x h m h x f x 1 where m is the bin number of a total M bins in the histogram. The value of h ( x ) returns the bin value that contains the value of x. The centroid is then
N n x xn f x xn 1
Optional: Determine the time averages of b^ bin a ry and s^ i n t e n s i t yand compare with the centroid averages. They should be close. Optional: A possibly easier technique for implementing the centroid, is the following: Given your bin numbers for the histograms h [ m ] are equally spaced and vary from 1 to M. We can map bin values to signal values with x min= a *1+ b and x max= a * M + b. So a =( x max- x min)/( M -1) and b = x min- a. The values x max and x min are the center values associated with the end bins. So we find the centroid
m m h m h m f m 1 The centroid is a fractional value 11/28/2020 EE640 PROJECT 1 c (^) I1 , c (^) I2 , c (^) I3 (B-5) (B-6)