Signal processing + parameter estimation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
JamesGoh
Messages
140
Reaction score
0
Is parameter estimation in DSP concerned with things such as bit error rates, maximum likelihood detection etc ... ?

If not, can someone point me in the right direction so I can find some learning material.

thanks
 
Engineering news on Phys.org
when i used parameter estimation (many many years ago), it was part of an adaptive controller model. that is, estimate parameters to adjust the control law, and over time get tighter control and a tighter confidence interval on the error of your control law estimates. our modelling was not related to communications, but the theory for the parameter estimation should be covered in standard graduate-level digital controls courses, i think.
 
JamesGoh said:
Is parameter estimation in DSP concerned with things such as bit error rates, maximum likelihood detection etc ... ?

Yes those are parameters that some may like to play with; i.e. tweak. If you have a math model with any parameters that you want to tweak then these are parameter estimations. In http://www.digitalCalculus.com/misc/calculus-programming.html" most math models have parameters that are tweated by a 'find' statement.

For DSP, there are a dozen http://www.digitalCalculus.com/demo/rainbow.html" in one program to compare results. Maximum likelihood is one of the methods available. Results differ dramatically between estimators. See effects of zero padding. Some estimators can detect signals 50 to 100 dB from main signal.
 
Last edited by a moderator: