Sim12ex4.m
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:9k
源码类别:

其他行业

开发平台:

Matlab

  1. function [ret,x0,str,ts,xts]=chp12sm4(t,x,u,flag);
  2. %CHP12SM4   is the M-file description of the SIMULINK system named CHP12SM4.
  3. %   The block-diagram can be displayed by typing: CHP12SM4.
  4. %
  5. %   SYS=CHP12SM4(T,X,U,FLAG) returns depending on FLAG certain
  6. %   system values given time point, T, current state vector, X,
  7. %   and input vector, U.
  8. %   FLAG is used to indicate the type of output to be returned in SYS.
  9. %
  10. %   Setting FLAG=1 causes CHP12SM4 to return state derivatives, FLAG=2
  11. %   discrete states, FLAG=3 system outputs and FLAG=4 next sample
  12. %   time. For more information and other options see SFUNC.
  13. %
  14. %   Calling CHP12SM4 with a FLAG of zero:
  15. %   [SIZES]=CHP12SM4([],[],[],0),  returns a vector, SIZES, which
  16. %   contains the sizes of the state vector and other parameters.
  17. %       SIZES(1) number of states
  18. %       SIZES(2) number of discrete states
  19. %       SIZES(3) number of outputs
  20. %       SIZES(4) number of inputs
  21. %       SIZES(5) number of roots (currently unsupported)
  22. %       SIZES(6) direct feedthrough flag
  23. %       SIZES(7) number of sample times
  24. %
  25. %   For the definition of other parameters in SIZES, see SFUNC.
  26. %   See also, TRIM, LINMOD, LINSIM, EULER, RK23, RK45, ADAMS, GEAR.
  27. % Note: This M-file is only used for saving graphical information;
  28. %       after the model is loaded into memory an internal model
  29. %       representation is used.
  30. % the system will take on the name of this mfile:
  31. sys = mfilename;
  32. new_system(sys)
  33. simver(1.3)
  34. if (0 == (nargin + nargout))
  35.      set_param(sys,'Location',[86,58,868,751])
  36.      open_system(sys)
  37. end;
  38. set_param(sys,'algorithm',     'RK-45')
  39. set_param(sys,'Start time',    '0.0')
  40. set_param(sys,'Stop time',     '25')
  41. set_param(sys,'Min step size', '0.001')
  42. set_param(sys,'Max step size', '.1')
  43. set_param(sys,'Relative error','1e-3')
  44. set_param(sys,'Return vars',   '')
  45. add_block('built-in/Transfer Fcn',[sys,'/',' Governor 1'])
  46. set_param([sys,'/',' Governor 1'],...
  47.         'Denominator','[0.2   1]',...
  48.         'position',[165,202,230,248])
  49. add_block('built-in/Sum',[sys,'/','Sum1'])
  50. set_param([sys,'/','Sum1'],...
  51.         'inputs','--',...
  52.         'position',[90,207,110,243])
  53. add_block('built-in/Gain',[sys,'/','1//R1'])
  54. set_param([sys,'/','1//R1'],...
  55.         'orientation',2,...
  56.         'Gain','20',...
  57.         'position',[320,85,365,125])
  58. add_block('built-in/Transfer Fcn',[sys,'/',['Inertia & load 1',13,'']])
  59. set_param([sys,'/',['Inertia & load 1',13,'']],...
  60.         'Denominator','[10  0.6]',...
  61.         'position',[480,202,560,248])
  62. add_block('built-in/Gain',[sys,'/','1//R2'])
  63. set_param([sys,'/','1//R2'],...
  64.         'orientation',2,...
  65.         'Gain','16',...
  66.         'position',[330,487,385,533])
  67. add_block('built-in/Transfer Fcn',[sys,'/','Inertia & load 2'])
  68. set_param([sys,'/','Inertia & load 2'],...
  69.         'Denominator','[8  0.9]',...
  70.         'position',[480,372,560,418])
  71. add_block('built-in/Sum',[sys,'/','Sum3'])
  72. set_param([sys,'/','Sum3'],...
  73.         'position',[415,377,435,413])
  74. add_block('built-in/Sum',[sys,'/','Sum4'])
  75. set_param([sys,'/','Sum4'],...
  76.         'inputs','--',...
  77.         'position',[100,387,120,423])
  78. add_block('built-in/Transfer Fcn',[sys,'/','   Governor 2'])
  79. set_param([sys,'/','   Governor 2'],...
  80.         'Denominator','[0.3   1]',...
  81.         'position',[170,382,235,428])
  82. add_block('built-in/Sum',[sys,'/','Sum'])
  83. set_param([sys,'/','Sum'],...
  84.         'inputs','-+-',...
  85.         'position',[410,207,430,243])
  86. add_block('built-in/Step Fcn',[sys,'/',['DPL',13,'']])
  87. set_param([sys,'/',['DPL',13,'']],...
  88.         'orientation',1,...
  89.         'Time','100',...
  90.         'Before','0.1875',...
  91.         'After','.1875',...
  92.         'position',[385,160,405,180])
  93. add_block('built-in/Transfer Fcn',[sys,'/',' Turbine 1'])
  94. set_param([sys,'/',' Turbine 1'],...
  95.         'Denominator','[0.5  1]',...
  96.         'position',[290,203,360,247])
  97. add_block('built-in/Sum',[sys,'/','Sum2'])
  98. set_param([sys,'/','Sum2'],...
  99.         'orientation',2,...
  100.         'inputs','+-',...
  101.         'position',[545,310,565,330])
  102. %     Subsystem  ['Dw1',13,'Dw2 '].
  103. new_system([sys,'/',['Dw1',13,'Dw2 ']])
  104. set_param([sys,'/',['Dw1',13,'Dw2 ']],'Location',[0,59,274,252])
  105. add_block('built-in/Inport',[sys,'/',['Dw1',13,'Dw2 /x']])
  106. set_param([sys,'/',['Dw1',13,'Dw2 /x']],...
  107.         'position',[65,55,85,75])
  108. add_block('built-in/S-Function',[sys,'/',['Dw1',13,'Dw2 /S-function',13,'M-file which plots',13,'lines',13,'']])
  109. set_param([sys,'/',['Dw1',13,'Dw2 /S-function',13,'M-file which plots',13,'lines',13,'']],...
  110.         'function name','sfuny',...
  111.         'parameters','ax, color,dt',...
  112.         'position',[130,55,180,75])
  113. add_line([sys,'/',['Dw1',13,'Dw2 ']],[90,65;125,65])
  114. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  115.         'Mask Display','plot(0,0,100,100,[90,10,10,10,90,90,10],[65,65,90,40,40,90,90],[90,78,69,54,40,31,25,10],[77,60,48,46,56,75,81,84])',...
  116.         'Mask Type','Graph scope.')
  117. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  118.         'Mask Dialogue','Graph scope using MATLAB graph window.nEnter plotting ranges and line type.|Time range:|y-min:|y-max:|Line type (rgbw-:*). Seperate each plot by ''/'':')
  119. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  120.         'Mask Translate','color = @4; ax = [0, @1, @2, @3]; dt = -1;')
  121. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  122.         'Mask Help','This block plots to the MATLAB graph window and can be used as an improved version of the Scope block. Look at the m-file sfuny.m to see how it works. This block can take scalar or vector input signal.')
  123. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  124.         'Mask Entries','25/-.015/0.0/''y-/g--/c-./w:/m*/ro/b+''/')
  125. %     Finished composite block ['Dw1',13,'Dw2 '].
  126. set_param([sys,'/',['Dw1',13,'Dw2 ']],...
  127.         'orientation',1,...
  128.         'position',[605,475,635,515])
  129. add_block('built-in/Mux',[sys,'/','Mux'])
  130. set_param([sys,'/','Mux'],...
  131.         'orientation',1,...
  132.         'inputs','2',...
  133.         'position',[602,415,633,450])
  134. add_block('built-in/Mux',[sys,'/','Mux1'])
  135. set_param([sys,'/','Mux1'],...
  136.         'orientation',1,...
  137.         'inputs','3',...
  138.         'position',[690,415,730,455])
  139. add_block('built-in/Clock',[sys,'/','Clock'])
  140. set_param([sys,'/','Clock'],...
  141.         'orientation',1,...
  142.         'position',[685,320,705,340])
  143. add_block('built-in/Mux',[sys,'/','Mux2'])
  144. set_param([sys,'/','Mux2'],...
  145.         'orientation',2,...
  146.         'position',[205,285,245,325])
  147. add_block('built-in/Clock',[sys,'/','Clock1'])
  148. set_param([sys,'/','Clock1'],...
  149.         'orientation',2,...
  150.         'position',[295,280,315,300])
  151. add_block('built-in/Transfer Fcn',[sys,'/','Turbine 2'])
  152. set_param([sys,'/','Turbine 2'],...
  153.         'Denominator','[0.6  1]',...
  154.         'position',[295,383,365,427])
  155. add_block('built-in/To Workspace',[sys,'/','t, Pm1, Pm2, P12'])
  156. set_param([sys,'/','t, Pm1, Pm2, P12'],...
  157.         'orientation',2,...
  158.         'mat-name','DP',...
  159.         'position',[65,295,155,315])
  160. add_block('built-in/To Workspace',[sys,'/',['t  ',13,'Dw1',13,'Dw2']])
  161. set_param([sys,'/',['t  ',13,'Dw1',13,'Dw2']],...
  162.         'orientation',1,...
  163.         'mat-name','Dw',...
  164.         'position',[685,470,735,515])
  165. add_block('built-in/Gain',[sys,'/','Gain'])
  166. set_param([sys,'/','Gain'],...
  167.         'orientation',2,...
  168.         'Gain','2',...
  169.         'position',[415,302,450,338])
  170. add_block('built-in/Integrator',[sys,'/','Integrator'])
  171. set_param([sys,'/','Integrator'],...
  172.         'orientation',2,...
  173.         'position',[485,305,515,335])
  174. add_line(sys,[235,225;285,225])
  175. add_line(sys,[365,225;405,225])
  176. add_line(sys,[435,225;475,225])
  177. add_line(sys,[115,225;160,225])
  178. add_line(sys,[565,225;590,225;590,105;370,105])
  179. add_line(sys,[395,185;405,215])
  180. add_line(sys,[315,105;55,105;55,215;85,215])
  181. add_line(sys,[540,320;520,320])
  182. add_line(sys,[480,320;455,320])
  183. add_line(sys,[440,395;475,395])
  184. add_line(sys,[240,405;290,405])
  185. add_line(sys,[125,405;165,405])
  186. add_line(sys,[370,405;410,405])
  187. add_line(sys,[325,510;60,510;60,415;95,415])
  188. add_line(sys,[565,395;590,395;590,510;390,510])
  189. add_line(sys,[200,305;160,305])
  190. add_line(sys,[290,290;250,290])
  191. add_line(sys,[590,395;590,325;570,325])
  192. add_line(sys,[590,225;590,315;570,315])
  193. add_line(sys,[620,455;620,470])
  194. add_line(sys,[710,460;710,465])
  195. add_line(sys,[590,395;725,395;725,410])
  196. add_line(sys,[695,345;695,410])
  197. add_line(sys,[590,225;610,225;610,410])
  198. add_line(sys,[625,395;625,410])
  199. add_line(sys,[610,375;710,375;710,410])
  200. add_line(sys,[410,320;250,320])
  201. add_line(sys,[390,320;390,235;405,235])
  202. add_line(sys,[390,320;390,385;410,385])
  203. add_line(sys,[270,405;270,310;250,310])
  204. add_line(sys,[270,225;270,300;250,300])
  205. drawnow
  206. % Return any arguments.
  207. if (nargin | nargout)
  208.     % Must use feval here to access system in memory
  209.     if (nargin > 3)
  210.         if (flag == 0)
  211.             eval(['[ret,x0,str,ts,xts]=',sys,'(t,x,u,flag);'])
  212.         else
  213.             eval(['ret =', sys,'(t,x,u,flag);'])
  214.         end
  215.     else
  216.         [ret,x0,str,ts,xts] = feval(sys);
  217.     end
  218. else
  219.     drawnow % Flash up the model and execute load callback
  220. end