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

其他行业

开发平台:

Matlab

  1. function [ret,x0,str,ts,xts]=chp12sm7(t,x,u,flag);
  2. %CHP12SM7   is the M-file description of the SIMULINK system named CHP12SM7.
  3. %   The block-diagram can be displayed by typing: CHP12SM7.
  4. %
  5. %   SYS=CHP12SM7(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 CHP12SM7 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 CHP12SM7 with a FLAG of zero:
  15. %   [SIZES]=CHP12SM7([],[],[],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',[151,245,996,690])
  36.      open_system(sys)
  37. end;
  38. set_param(sys,'algorithm',     'RK-23')
  39. set_param(sys,'Start time',    '0.0')
  40. set_param(sys,'Stop time',     '10')
  41. set_param(sys,'Min step size', '0.0001')
  42. set_param(sys,'Max step size', '.050')
  43. set_param(sys,'Relative error','1e-3')
  44. set_param(sys,'Return vars',   '')
  45. add_block('built-in/Sum',[sys,'/','Sum'])
  46. set_param([sys,'/','Sum'],...
  47.         'inputs','+--',...
  48.         'position',[245,100,280,140])
  49. add_block('built-in/Note',[sys,'/','Ve'])
  50. set_param([sys,'/','Ve'],...
  51.         'position',[300,90,305,95])
  52. add_block('built-in/Note',[sys,'/','VR'])
  53. set_param([sys,'/','VR'],...
  54.         'position',[435,90,440,95])
  55. add_block('built-in/Note',[sys,'/','VF'])
  56. set_param([sys,'/','VF'],...
  57.         'position',[560,75,565,95])
  58. add_block('built-in/Note',[sys,'/','Vt'])
  59. set_param([sys,'/','Vt'],...
  60.         'position',[710,90,715,95])
  61. add_block('built-in/Note',[sys,'/','Vref'])
  62. set_param([sys,'/','Vref'],...
  63.         'position',[210,65,215,85])
  64. add_block('built-in/Transfer Fcn',[sys,'/','Generator'])
  65. set_param([sys,'/','Generator'],...
  66.         'Denominator','[1  1]',...
  67.         'position',[595,94,675,146])
  68. add_block('built-in/Transfer Fcn',[sys,'/','Amplifier'])
  69. set_param([sys,'/','Amplifier'],...
  70.         'Numerator','[10]',...
  71.         'Denominator','[0.1  1]',...
  72.         'position',[335,93,420,147])
  73. add_block('built-in/Transfer Fcn',[sys,'/','Exciter'])
  74. set_param([sys,'/','Exciter'],...
  75.         'Denominator','[0.4  1]',...
  76.         'position',[465,92,550,148])
  77. add_block('built-in/Transfer Fcn',[sys,'/','Sensor'])
  78. set_param([sys,'/','Sensor'],...
  79.         'orientation',2,...
  80.         'Denominator','[0.05  1]',...
  81.         'position',[400,269,495,321])
  82. add_block('built-in/Transfer Fcn',[sys,'/','Stabilizer'])
  83. set_param([sys,'/','Stabilizer'],...
  84.         'orientation',2,...
  85.         'Numerator','[ 2.0  0]',...
  86.         'Denominator','[.04  1]',...
  87.         'position',[350,184,445,236])
  88. add_block('built-in/Step Fcn',[sys,'/','Step Input'])
  89. set_param([sys,'/','Step Input'],...
  90.         'Time','10',...
  91.         'Before','1',...
  92.         'position',[145,87,185,123])
  93. %     Subsystem  'Graph'.
  94. new_system([sys,'/','Graph'])
  95. set_param([sys,'/','Graph'],'Location',[0,59,274,252])
  96. add_block('built-in/Inport',[sys,'/','Graph/x'])
  97. set_param([sys,'/','Graph/x'],...
  98.         'position',[65,55,85,75])
  99. add_block('built-in/S-Function',[sys,'/',['Graph/S-function',13,'M-file which plots',13,'lines',13,'']])
  100. set_param([sys,'/',['Graph/S-function',13,'M-file which plots',13,'lines',13,'']],...
  101.         'function name','sfuny',...
  102.         'parameters','ax, color,dt',...
  103.         'position',[130,55,180,75])
  104. add_line([sys,'/','Graph'],[90,65;125,65])
  105. set_param([sys,'/','Graph'],...
  106.         '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])',...
  107.         'Mask Type','Graph scope.')
  108. set_param([sys,'/','Graph'],...
  109.         '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 ''/'':')
  110. set_param([sys,'/','Graph'],...
  111.         'Mask Translate','color = @4; ax = [0, @1, @2, @3]; dt = -1;')
  112. set_param([sys,'/','Graph'],...
  113.         '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.')
  114. set_param([sys,'/','Graph'],...
  115.         'Mask Entries','10/0/1.0/''y-/g--/c-./w:/m*/ro/b+''/')
  116. %     Finished composite block 'Graph'.
  117. set_param([sys,'/','Graph'],...
  118.         'orientation',2,...
  119.         'position',[600,170,640,210])
  120. add_block('built-in/Clock',[sys,'/','Clock'])
  121. set_param([sys,'/','Clock'],...
  122.         'orientation',2,...
  123.         'position',[715,205,735,225])
  124. add_block('built-in/Mux',[sys,'/','Mux'])
  125. set_param([sys,'/','Mux'],...
  126.         'orientation',2,...
  127.         'inputs','2',...
  128.         'position',[650,232,680,263])
  129. add_block('built-in/To Workspace',[sys,'/','Terminal Voltage'])
  130. set_param([sys,'/','Terminal Voltage'],...
  131.         'orientation',2,...
  132.         'mat-name','Vt',...
  133.         'position',[560,235,610,265])
  134. add_line(sys,[190,105;240,105])
  135. add_line(sys,[285,120;330,120])
  136. add_line(sys,[425,120;460,120])
  137. add_line(sys,[555,120;590,120])
  138. add_line(sys,[680,120;770,120;770,295;500,295])
  139. add_line(sys,[345,210;230,210;240,135])
  140. add_line(sys,[395,295;210,295;210,120;240,120])
  141. add_line(sys,[570,120;570,210;450,210])
  142. add_line(sys,[695,120;695,190;645,190])
  143. add_line(sys,[710,215;700,215;700,240;685,240])
  144. add_line(sys,[755,120;755,255;685,255])
  145. add_line(sys,[645,250;615,250])
  146. drawnow
  147. % Return any arguments.
  148. if (nargin | nargout)
  149.     % Must use feval here to access system in memory
  150.     if (nargin > 3)
  151.         if (flag == 0)
  152.             eval(['[ret,x0,str,ts,xts]=',sys,'(t,x,u,flag);'])
  153.         else
  154.             eval(['ret =', sys,'(t,x,u,flag);'])
  155.         end
  156.     else
  157.         [ret,x0,str,ts,xts] = feval(sys);
  158.     end
  159. else
  160.     drawnow % Flash up the model and execute load callback
  161. end