matlab 直流電機控制

matlab 直流電機控制

ID:42578441

大小:162.03 KB

頁數(shù):12頁

時間:2019-09-18

matlab 直流電機控制_第1頁
matlab 直流電機控制_第2頁
matlab 直流電機控制_第3頁
matlab 直流電機控制_第4頁
matlab 直流電機控制_第5頁
資源描述:

《matlab 直流電機控制》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。

1、matlab白瞳ThisexampleshowsthecomparisonofthreeDCmotorcontroltechniquesfortrackingsetpointcommandsandreducingsensitivitytoloaddisturbances:§feedforwardcommand§integralfeedbackcontrol§LQRregulationSee"GettingStarted:BuildingModels"formoredetailsabouttheDCmotormod

2、el.ContentsProblemStatementInarmature-controlledDCmotors,theappliedvoltageVacontrolstheangularvelocitywoftheshaft.ThisexampleshowstwoDCmotorcontroltechniquesforreducingthesensitivityofwtoloadvariations(changesinthetorqueopposedbythemotorload).Asimplifiedmodel

3、oftheDCmotorisshownabove.ThetorqueTdmodelsloaddisturbances.Youmustminimizethespeedvariationsinducedbysuchdisturbances.Forthisexample,thephysicalconstantsare:R=2.0;%OhmsL=0.5;%HenrysKm=0.1;%torqueconstantKb=0.1;%backemfconstantKf=0.2;%NmsJ=0.02;%kg.m^2/s^2Firs

4、tconstructastate-spacemodeloftheDCmotorwithtwoinputs(Va,Td)andoneoutput(w):h1=tf(Km,[LR]);%armatureh2=tf(1,[JKf]);%eqnofmotiondcm=ss(h2)*[h1,1];%w=h2*(h1*Va+Td)dcm=feedback(dcm,Kb,1,1);%closebackemfloopNote:Computewiththestate-spaceformtominimizethemodelorder

5、.NowplottheangularvelocityresponsetoastepchangeinvoltageVa:stepplot(dcm(1));Right-clickontheplotandselect"Characteristics:SettlingTime"todisplaythesettlingtime.FeedforwardDCMotorControlDesignYoucanusethissimplefeedforwardcontrolstructuretocommandtheangularvel

6、ocitywtoagivenvaluew_ref.ThefeedforwardgainKffshouldbesettothereciprocaloftheDCgainfromVatow.Kff=1/dcgain(dcm(1))Kff=4.1000Toevaluatethefeedforwarddesigninthefaceofloaddisturbances,simulatetheresponsetoastepcommandw_ref=1withadisturbanceTd=-0.1Nmbetweent=5and

7、t=10seconds:t=0:0.1:15;Td=-0.1*(t>5&t<10);%loaddisturbanceu=[ones(size(t));Td];%w_ref=1andTdcl_ff=dcm*diag([Kff,1]);%addfeedforwardgaincl_ff.InputName={'w_ref','Td'};cl_ff.OutputName='w';h=lsimplot(cl_ff,u,t);title('Setpointtrackinganddisturbancerejection')le

8、gend('cl_ff')%Annotateplotline([5,5],[.2,.3]);line([10,10],[.2,.3]);text(7.5,.25,{'disturbance','T_d=-0.1Nm'},...'vertic','middle','horiz','center','color','r');Clearlyfeedforwardcontrol

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。