Maximum Likelihood Estimation for exponential signal
조회 수: 1 (최근 30일)
이전 댓글 표시
I need to perform the theoretical derivation, and implement the parameter estimation based on MATLAB pro-
gramming for the maximum likelihood estimation method (MLE) for the following signal x(n) of this
form.
x(n) = A1e^jw1n + A2ej^w2n + b(n);
where b(n) are white noise, independent and identically distributed as complex Gaussian with zero-mean and
variance sigma^2.
The signal is generated with pre-set parameters in MATLAB and using the MLE method to estimate
the parameters A1;A2; w1; w2; sigma^2.
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!