This question is based on the application of the pdf which was an earlier question of mine asked here Confusion regarding pdf of circularly symmetric complex gaussian rv
If v∼CN(0,2σ2v) is a circularly complex Gaussian random variable which acts as the measurement noise in this model yn=A+vn
Can somebody please check if I have correctly written out the log-likelihood? I think I am missing a 2 in the denominator of exp[.] term in Eq(3) but I am not quite sure.
Thank you for your time and help.
Py(y1,y2,...,yN)=N∏n=112πσ2vexp(−(yn−A)H(yn−A)2σ2v)
taking log ℓ=−Nln(2πσ2v)−1σ2v[[N∑n=1(yn−A)(yn−A)H]].
Answer
I looked this up on Wikipedia: A complex Gaussian random variable V=Re(V)+jIm(V) is said to be zero mean circularly symmetric CN(0,Γ) if the random vector [Re(V),Im(V)] is a Gaussian random vector with mean [0,0] and covariance matrix 12[Re(Γ)−Im(Γ)Im(Γ)Re(Γ)]=12[2σ2v002σ2v]=[σ2v00σ2v].
For your question, you need to know how to write the density function of each of the Yi's. Since Yi=A+Vi, the random vector [Re(Yi),Im(Yi)] is a 2D Gaussian vector distributed according to N([Re(A)Im(A)],[σ2v00σ2v]) i.e. the density function can be written as 1σv√2πexp(−(w−Re(A))22σ2v)⋅1σv√2πexp(−(x−Im(A))22σ2v)=12πσ2vexp(−(w−Re(A))2+(x−Im(A))22σ2v)=12πσ2vexp(−(yi−A)¯(yi−A)2σ2v)
Finally, we are ready to write the density function of the complex random vector [Y1,…,YN]. We note that due to the circular symmetry of each of the components, it is same as the density of the real valued Gaussian random vector [Re(Y1),Im(Y1),…,Re(YN),Im(YN)].
The likelihood function can now be written as p(Y1,…,YN)=N∏i=112πσ2vexp(−(yi−A)¯(yi−A)2σ2v)
No comments:
Post a Comment