EE640 STOCHASTIC SYSTEMS SPRING 2003 COMPUTER PROJECT 1

advertisement
EE640 STOCHASTIC SYSTEMS
SPRING 2003
COMPUTER PROJECT 1
PART C: DETECTION and DISCRIMINATION(updated 4-8-03)
1.
Fisher Discriminant: Perform a fisher discriminant measure1 (Rayleigh quotient) on each
of the target/clutter vector pairs:
t Ii ,c Ii i = 1,2,3
(  ti -  ci )2
Ji = 2
 ti +  ci2
(C-1)
1 N
2
 (t Ii  m -  ti )
N - 1 m=1
where  ti2 =
 ci2 =
i = 1,2,3
1 N
2
 (t Ii  m -  ci )
m=1
N -1
2.
Mathematically and in words describe a MLR test for 3 correlated random variables.
Using vector pairs (target/clutter pair) with the highest Ji value first, form a MLR
discriminator for one,two and three r.v.s. For each of these discriminators, plot the target
data response and clutter data response on the same graph. Estimate minimum probability
of error from graphs and plot the three MPE values. Assume P(target) = P(clutter) = 1/2.
Perform this process for the independent data vectors but don't make any assumptions
about the Covariance matrices being diagonal. Show the covariance matrices for the 3
variable case.
3.
Form a M=128 long filter from a segment of a noise sequence and correlate with the
original sequence. Plot correlation and note peak location. At peak location in output
correlation determine the performance measures1, Signal-to-Noise Ratio,
SNR=peak2/variance and also Peak-to-Average Correlation Energy, PACE =
peak2/(average squared value of output correlation). The correlation is given in terms of
convolution as:
y[n]  x[n]  h * [n]
(C-2)
where in the frequency domain this is
5/31/2016
EE640 PROJECT 1
1
Y[k]  X[k]H * [k]
(C-3)
The entire process is implemented in MATLAB by y=ifft(fft(x).*conj(fft(h))). Solve this
problem for the following two cases:
The signal sequence (x[n]) is b binary and the filter is
b
n  m1 
hn   binary
0

n  1,2,.., M
for
(C-4)
for n  ( M  1),( M  2),.., N
where m1 is chosen arbitrarily between 1 and N-M.
b.
Repeat 3a for (x[n]) is s int ensity .
SUGGESTED PROJECT LAYOUT (1)
(Note: this is just a suggested layout, it does not guarantee an A grade)
Page
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
Introduction and description of project.
Discussion of Synthesis.
Proof of Uniform to Gaussian Jacobian.
Graph of uniform data (offset so the 6 vector values do not overlap.
Graph first gaussian vector g1.
Graph histograms. Plot 1,2.
Graph histograms. Plot 3,4.
Graph histograms. Plot 5.
Covariance matrices of part 2 and mean vectors. Record estimation equations.
Explain and present Fisher ratios.
Derive MLR tests for 1,2 and 3 variables.
Plot results for 1 variable. Plot results for 2 variables.
Plot results for 3 variables.
Conclusions and References.
Appendix code and data.
References
1.
B.V.K. Vijaya Kumar and L.G. Hassebrook, "Performance Measures for Correlation
Filters," Applied Optics, 29, 2997-3006, (July 1990).
5/31/2016
EE640 PROJECT 1
2
Download