Maximum Likelihood Estimation for exponential signal
Show older comments
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.
Answers (0)
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!