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

其他行业

开发平台:

Matlab

  1. Model {
  2.   Name   "simexa25"
  3.   Version   2.09
  4.   SimParamPage   Solver
  5.   SampleTimeColors   off
  6.   InvariantConstants   off
  7.   WideVectorLines   off
  8.   ShowLineWidths   off
  9.   PaperOrientation   landscape
  10.   PaperType   usletter
  11.   PaperUnits   inches
  12.   StartTime   "0.0"
  13.   StopTime   "5.0"
  14.   Solver   ode45
  15.   RelTol   "1e-5"
  16.   AbsTol   "1e-6"
  17.   Refine   "1"
  18.   MaxStep   "auto"
  19.   InitialStep   "auto"
  20.   FixedStep   "auto"
  21.   MaxOrder   5
  22.   OutputOption   RefineOutputTimes
  23.   OutputTimes   "[]"
  24.   LoadExternalInput   off
  25.   ExternalInput   "[t, u]"
  26.   SaveTime   on
  27.   TimeSaveName   "tout"
  28.   SaveState   off
  29.   StateSaveName   "xout"
  30.   SaveOutput   on
  31.   OutputSaveName   "yout"
  32.   LoadInitialState   off
  33.   InitialState   "xInitial"
  34.   SaveFinalState   off
  35.   FinalStateName   "xFinal"
  36.   LimitMaxRows   off
  37.   MaxRows   "1000"
  38.   Decimation   "1"
  39.   AlgebraicLoopMsg   warning
  40.   MinStepSizeMsg   warning
  41.   UnconnectedInputMsg   warning
  42.   UnconnectedOutputMsg   warning
  43.   UnconnectedLineMsg   warning
  44.   ConsistencyChecking   off
  45.   ZeroCross   on
  46.   SimulationMode   normal
  47.   RTWSystemTargetFile   "grt.tlc"
  48.   RTWInlineParameters   off
  49.   RTWRetainRTWFile   off
  50.   RTWTemplateMakefile   "grt_vc.tmf"
  51.   RTWMakeCommand   "make_rtw"
  52.   RTWGenerateCodeOnly   off
  53.   ExtModeMexFile   "ext_comm"
  54.   ExtModeBatchMode   off
  55.   BlockDefaults {
  56.     Orientation     right
  57.     ForegroundColor     black
  58.     BackgroundColor     white
  59.     DropShadow     off
  60.     NamePlacement     normal
  61.     FontName     "Helvetica"
  62.     FontSize     10
  63.     FontWeight     normal
  64.     FontAngle     normal
  65.     ShowName     on
  66.   }
  67.   AnnotationDefaults {
  68.     HorizontalAlignment     center
  69.     VerticalAlignment     middle
  70.     ForegroundColor     black
  71.     BackgroundColor     white
  72.     DropShadow     off
  73.     FontName     "Helvetica"
  74.     FontSize     10
  75.     FontWeight     normal
  76.     FontAngle     normal
  77.   }
  78.   LineDefaults {
  79.     FontName     "Helvetica"
  80.     FontSize     9
  81.     FontWeight     normal
  82.     FontAngle     normal
  83.   }
  84.   System {
  85.     Name     "simexa25"
  86.     Location     [57, 132, 648, 552]
  87.     Open     on
  88.     ScreenColor     white
  89.     Block {
  90.       BlockType       Clock
  91.       Name       "Clock"
  92.       Position       [200, 290, 220, 310]
  93.       FontName       "Times New Roman"
  94.       FontSize       18
  95.       Location       [12, 31, 119, 76]
  96.     }
  97.     Block {
  98.       BlockType       Step
  99.       Name       "Step"
  100.       Position       [60, 203, 100, 247]
  101.       FontName       "Times New Roman"
  102.       FontSize       18
  103.       Time       "1"
  104.       Before       "1"
  105.       After       "1"
  106.     }
  107.     Block {
  108.       BlockType       ToWorkspace
  109.       Name       "To Workspace"
  110.       Position       [300, 208, 400, 242]
  111.       FontName       "Times New Roman"
  112.       FontSize       18
  113.       VariableName       "c"
  114.       Buffer       "inf"
  115.       Decimation       "1"
  116.       SampleTime       "-1"
  117.     }
  118.     Block {
  119.       BlockType       ToWorkspace
  120.       Name       "To Workspace1"
  121.       Position       [300, 284, 405, 316]
  122.       FontName       "Times New Roman"
  123.       FontSize       18
  124.       VariableName       "t"
  125.       Buffer       "inf"
  126.       Decimation       "1"
  127.       SampleTime       "-1"
  128.     }
  129.     Block {
  130.       BlockType       TransferFcn
  131.       Name       "Transfer Fcn"
  132.       Position       [155, 196, 260, 254]
  133.       FontName       "Times New Roman"
  134.       FontSize       18
  135.       Numerator       "[25]"
  136.       Denominator       "[1  2   25] "
  137.     }
  138.     Line {
  139.       SrcBlock       "Clock"
  140.       SrcPort       1
  141.       DstBlock       "To Workspace1"
  142.       DstPort       1
  143.     }
  144.     Line {
  145.       SrcBlock       "Step"
  146.       SrcPort       1
  147.       DstBlock       "Transfer Fcn"
  148.       DstPort       1
  149.     }
  150.     Line {
  151.       SrcBlock       "Transfer Fcn"
  152.       SrcPort       1
  153.       DstBlock       "To Workspace"
  154.       DstPort       1
  155.     }
  156.     Annotation {
  157.       Position       [253, 378]
  158.       FontSize       12
  159.       Text       "Simulation model for system in Example A.25"
  160.     }
  161.     Annotation {
  162.       Position       [282, 110]
  163.       FontName       "Times New Roman"
  164.       FontSize       18
  165.       Text       "C(s)/R(S) = 25/(s^2+2s + 25)(s),  where r(t) "
  166.       "is a unit step function"
  167.     }
  168.     Annotation {
  169.       Position       [217, 54]
  170.       FontName       "Times New Roman"
  171.       FontSize       18
  172.       Text       "Use simulink to obtain the step response "
  173.       "for then   following transfer function.        "
  174.       "                         "
  175.     }
  176.     Annotation {
  177.       Position       [274, 143]
  178.       FontName       "Times New Roman"
  179.       FontSize       18
  180.       Text       "and use To Workspace block to return the "
  181.       "response c(t) to the nMATLAB Workspace.        "
  182.       "                                                "
  183.       "  "
  184.     }
  185.     Annotation {
  186.       Position       [88, 186]
  187.       FontName       "Times New Roman"
  188.       FontSize       18
  189.       Text       "u(t)"
  190.     }
  191.   }
  192. }