Parameter estimation using Maximum Likelihood estimation
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have to estimate series of transmitted signal using maximum likelihood.
Suppose, I have known data, that is received signal, say a series of vector [.04 -.2 0.23 0.54 0.9]
From this data I have to estimate tranmitted data using MLE.
But, as far I know, for normal distribution, it calculates only mean and standard deviation by using MLE.
by using mle() function for normal distribution, it output the two values, one is mean and other is standard deviation.
How can I estimate transmitted signal using MLE?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Transfer Function Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!