Recursive Estimate
Recursive Estimate
(OP)
I have a control project, and I wrote a matlab function that would give an output of estimated control parameters. This is implemented in the Simulink model and I want the control block(discrete transfer function) to be continually updated according to the estimated parameters calculated. How do I sync up the two computation.





RE: Recursive Estimate
don't use the discrete transfer function block for equation. Build your tranfer function equation with a feedback loop with discrete integrators, there you can easily update your parameters. A direct update of the parameters in a fixed block is not possible.
Kind Regards
Phaneas