Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recursive Estimate

Status
Not open for further replies.

ShellShell

Chemical
Joined
Nov 11, 2007
Messages
1
Location
CA
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.
 
Hi,

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top