필터 지우기
필터 지우기

MIT Adaptive Update law construction in Simulink

조회 수: 1 (최근 30일)
Md Rakibul
Md Rakibul 2013년 5월 10일
I want to track a desired trajectory of 2 dof planar manipulator. I want to apply direct adaptive control to track the trajectory. The adaptive law looks like below:
thetadot= gamma*error*(delta(e)/delta(theta))
where theta= adpative varibale. gamma=adaptation gain error=(desires pos-actual pos ) of robot joint.
rate of change of theta (thetadot) is very slow.
My question is how do I construct (delta(e)/delta(theta)) in simulink. Can it be expressed as (e(k)-e(k-1))/(theta(k)-theta(k-1))? If possible, please instruct me how to develop it in simulink?
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by