亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? yjsh.mdl

?? 信號實(shí)驗(yàn)常用的simulink模型和mfile,可直接在matlan下運(yùn)行。
?? MDL
?? 第 1 頁 / 共 2 頁
字號:
Model {
  Name			  "yjsh"
  Version		  3.00
  SimParamPage		  "Solver"
  SampleTimeColors	  off
  InvariantConstants	  off
  WideVectorLines	  off
  ShowLineWidths	  off
  ShowPortDataTypes	  off
  StartTime		  "0.0"
  StopTime		  "30"
  SolverMode		  "Auto"
  Solver		  "ode45"
  RelTol		  "1e-3"
  AbsTol		  "1e-3"
  Refine		  "1"
  MaxStep		  "0.1"
  InitialStep		  "auto"
  FixedStep		  "auto"
  MaxOrder		  5
  OutputOption		  "RefineOutputTimes"
  OutputTimes		  "[]"
  LoadExternalInput	  off
  ExternalInput		  "[t, u]"
  SaveTime		  off
  TimeSaveName		  "tout"
  SaveState		  off
  StateSaveName		  "xout"
  SaveOutput		  off
  OutputSaveName	  "yout"
  LoadInitialState	  off
  InitialState		  "xInitial"
  SaveFinalState	  off
  FinalStateName	  "xFinal"
  SaveFormat		  "Matrix"
  LimitMaxRows		  off
  MaxRows		  "1000"
  Decimation		  "1"
  AlgebraicLoopMsg	  "warning"
  MinStepSizeMsg	  "warning"
  UnconnectedInputMsg	  "warning"
  UnconnectedOutputMsg	  "warning"
  UnconnectedLineMsg	  "warning"
  InheritedTsInSrcMsg	  "warning"
  IntegerOverflowMsg	  "warning"
  UnnecessaryDatatypeConvMsg "none"
  Int32ToFloatConvMsg	  "warning"
  SignalLabelMismatchMsg  "none"
  ConsistencyChecking	  "off"
  ZeroCross		  on
  SimulationMode	  "normal"
  BlockDataTips		  on
  BlockParametersDataTip  on
  BlockAttributesDataTip  off
  BlockPortWidthsDataTip  off
  BlockDescriptionStringDataTip	off
  BlockMaskParametersDataTip off
  ToolBar		  on
  StatusBar		  on
  BrowserShowLibraryLinks off
  BrowserLookUnderMasks	  off
  OptimizeBlockIOStorage  on
  BufferReuse		  on
  BooleanDataType	  off
  RTWSystemTargetFile	  "grt.tlc"
  RTWInlineParameters	  off
  RTWRetainRTWFile	  off
  RTWTemplateMakefile	  "grt_default_tmf"
  RTWMakeCommand	  "make_rtw"
  RTWGenerateCodeOnly	  off
  ExtModeMexFile	  "ext_comm"
  ExtModeBatchMode	  off
  ExtModeTrigType	  "manual"
  ExtModeTrigMode	  "oneshot"
  ExtModeTrigPort	  "1"
  ExtModeTrigElement	  "any"
  ExtModeTrigDuration	  1000
  ExtModeTrigHoldOff	  0
  ExtModeTrigDelay	  0
  ExtModeTrigDirection	  "rising"
  ExtModeTrigLevel	  0
  ExtModeArchiveMode	  "off"
  ExtModeAutoIncOneShot	  off
  ExtModeIncDirWhenArm	  off
  ExtModeAddSuffixToVar	  off
  ExtModeWriteAllDataToWs off
  ExtModeArmWhenConnect	  off
  Created		  "Wed Jan 05 21:17:50 2000"
  UpdateHistory		  "UpdateHistoryNever"
  ModifiedByFormat	  "%<Auto>"
  ModifiedDateFormat	  "%<Auto>"
  LastModifiedDate	  "Fri Mar 31 10:19:25 2000"
  ModelVersionFormat	  "1.%<AutoIncrement:3>"
  ConfigurationManager	  "none"
  BlockDefaults {
    Orientation		    "right"
    ForegroundColor	    "black"
    BackgroundColor	    "white"
    DropShadow		    off
    NamePlacement	    "normal"
    FontName		    "Helvetica"
    FontSize		    10
    FontWeight		    "normal"
    FontAngle		    "normal"
    ShowName		    on
  }
  AnnotationDefaults {
    HorizontalAlignment	    "center"
    VerticalAlignment	    "middle"
    ForegroundColor	    "black"
    BackgroundColor	    "white"
    DropShadow		    off
    FontName		    "Helvetica"
    FontSize		    10
    FontWeight		    "normal"
    FontAngle		    "normal"
  }
  LineDefaults {
    FontName		    "Helvetica"
    FontSize		    9
    FontWeight		    "normal"
    FontAngle		    "normal"
  }
  System {
    Name		    "yjsh"
    Location		    [142, 220, 591, 542]
    Open		    on
    ModelBrowserVisibility  off
    ModelBrowserWidth	    200
    ScreenColor		    "automatic"
    PaperOrientation	    "landscape"
    PaperPositionMode	    "auto"
    PaperType		    "usletter"
    PaperUnits		    "inches"
    ZoomFactor		    "100"
    AutoZoom		    on
    ReportName		    "simulink-default.rpt"
    Block {
      BlockType		      SubSystem
      Name		      "方波信號"
      Ports		      [0, 1, 0, 0, 0]
      Position		      [45, 149, 75, 181]
      FontName		      "宋體"
      FontSize		      12
      ShowPortLabels	      off
      MaskType		      "Pulse Generator"
      MaskDescription	      "Pulse Generator."
      MaskHelp		      "Pulse generator which ensures pulse\\ntransitio"
"ns are hit. Provides a vector of pulses when the height is entered as a vecto"
"r.\\nUnmask to see how it works."
      MaskPromptString	      "Pulse period (secs):|Pulse width:|Pulse height:"
"|Pulse start time:"
      MaskStyleString	      "edit,edit,edit,edit"
      MaskTunableValueString  "on,on,on,on"
      MaskCallbackString      "|||"
      MaskEnableString	      "on,on,on,on"
      MaskVisibilityString    "on,on,on,on"
      MaskInitialization      "Ts=@1; du=@2; ht=@3; stt=@4; ini=ones(length(ht"
"),1); st1=rem(stt,Ts); st2=rem(stt+du,Ts);if(Ts<=1.2*du),ini=zeros(length(ht)"
",1);end;"
      MaskDisplay	      "plot(0,0,100,100,[90,75,75,60,60,35,35,20,20,10"
"],[20,20,80,80,20,20,80,80,20,20])"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      "none"
      MaskIconUnits	      "autoscale"
      MaskValueString	      "20|20|1|1"
      System {
	Name			"方波信號"
	Location		[158, 441, 759, 682]
	Open			off
	ModelBrowserVisibility	off
	ModelBrowserWidth	200
	ScreenColor		"automatic"
	PaperOrientation	"landscape"
	PaperPositionMode	"auto"
	PaperType		"usletter"
	PaperUnits		"inches"
	ZoomFactor		"100"
	AutoZoom		on
	Block {
	  BlockType		  Clock
	  Name			  "Clock1"
	  Position		  [295, 100, 315, 120]
	  ShowName		  off
	  DisplayTime		  off
	  Decimation		  "10"
	}
	Block {
	  BlockType		  Constant
	  Name			  "Constant"
	  Position		  [25, 30, 45, 50]
	  Value			  "1"
	}
	Block {
	  BlockType		  Constant
	  Name			  "Constant1"
	  Position		  [295, 149, 320, 171]
	  Value			  "stt"
	}
	Block {
	  BlockType		  Gain
	  Name			  "Gain"
	  Position		  [510, 102, 535, 128]
	  ShowName		  off
	  Gain			  "ht"
	  SaturateOnIntegerOverflow on
	}
	Block {
	  BlockType		  Logic
	  Name			  "Logical\nOperator"
	  Ports			  [2, 1, 0, 0, 0]
	  Position		  [285, 38, 315, 62]
	  Operator		  "XOR"
	  Inputs		  "2"
	}
	Block {
	  BlockType		  Logic
	  Name			  "Logical\nOperator1"
	  Ports			  [1, 1, 0, 0, 0]
	  Position		  [355, 38, 385, 62]
	  Operator		  "NOT"
	  Inputs		  "1"
	}
	Block {
	  BlockType		  Product
	  Name			  "Product"
	  Ports			  [2, 1, 0, 0, 0]
	  Position		  [455, 105, 480, 125]
	  ShowName		  off
	  Inputs		  "2"
	  SaturateOnIntegerOverflow on
	}
	Block {
	  BlockType		  RelationalOperator
	  Name			  "Relational\noperator"
	  Position		  [370, 102, 400, 133]
	  ShowName		  off
	  Operator		  ">="
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum"
	  Ports			  [2, 1, 0, 0, 0]
	  Position		  [135, 35, 155, 55]
	  ShowName		  off
	  IconShape		  "rectangular"
	  Inputs		  "+-"
	  SaturateOnIntegerOverflow on
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum1"
	  Ports			  [2, 1, 0, 0, 0]
	  Position		  [130, 120, 150, 140]
	  ShowName		  off
	  IconShape		  "rectangular"
	  Inputs		  "+-"
	  SaturateOnIntegerOverflow on
	}
	Block {
	  BlockType		  UnitDelay
	  Name			  "Unit Delay"
	  Position		  [145, 75, 195, 95]
	  Orientation		  "left"
	  X0			  "0"
	  SampleTime		  "[Ts,st1]"
	}
	Block {
	  BlockType		  UnitDelay
	  Name			  "Unit Delay1"
	  Position		  [140, 165, 190, 185]
	  Orientation		  "left"
	  X0			  "ini"
	  SampleTime		  "[Ts,st2]"
	}
	Block {
	  BlockType		  Outport
	  Name			  "out_1"
	  Position		  [560, 105, 580, 125]
	  ShowName		  off
	  Port			  "1"
	  OutputWhenDisabled	  "held"
	  InitialOutput		  "[]"
	}
	Line {
	  SrcBlock		  "Unit Delay1"
	  SrcPort		  1
	  Points		  [-35, 0; 0, -40]
	  DstBlock		  "Sum1"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Sum1"
	  SrcPort		  1
	  Points		  [0, 0]
	  Branch {
	    Points		    [90, 0; 0, -75]
	    DstBlock		    "Logical\nOperator"
	    DstPort		    2
	  }
	  Branch {
	    Points		    [55, 0; 0, 45]
	    DstBlock		    "Unit Delay1"
	    DstPort		    1
	  }
	}
	Line {
	  SrcBlock		  "Constant"
	  SrcPort		  1
	  Points		  [0, 0]
	  Branch {
	    Points		    [20, 0; 0, 85]
	    DstBlock		    "Sum1"
	    DstPort		    1
	  }
	  Branch {
	    DstBlock		    "Sum"
	    DstPort		    1
	  }
	}
	Line {
	  SrcBlock		  "Sum"
	  SrcPort		  1
	  Points		  [0, 0]
	  Branch {
	    DstBlock		    "Logical\nOperator"
	    DstPort		    1
	  }
	  Branch {
	    Points		    [70, 0; 0, 40]
	    DstBlock		    "Unit Delay"
	    DstPort		    1
	  }
	}
	Line {
	  SrcBlock		  "Unit Delay"
	  SrcPort		  1
	  Points		  [-35, 0; 0, -35]
	  DstBlock		  "Sum"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Clock1"
	  SrcPort		  1
	  DstBlock		  "Relational\noperator"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Relational\noperator"
	  SrcPort		  1
	  DstBlock		  "Product"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Product"
	  SrcPort		  1
	  DstBlock		  "Gain"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Gain"
	  SrcPort		  1
	  DstBlock		  "out_1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Constant1"
	  SrcPort		  1
	  Points		  [20, 0; 0, -35]
	  DstBlock		  "Relational\noperator"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Logical\nOperator"
	  SrcPort		  1
	  DstBlock		  "Logical\nOperator1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Logical\nOperator1"
	  SrcPort		  1
	  Points		  [40, 0; 0, 60]
	  DstBlock		  "Product"
	  DstPort		  1
	}
      }
    }
    Block {
      BlockType		      SubSystem
      Name		      "頻譜分析儀1\n(系統(tǒng)1的頻譜)"
      Ports		      [2, 0, 0, 0, 0]
      Position		      [265, 97, 295, 133]
      DropShadow	      on
      FontName		      "宋體"
      FontSize		      12
      ShowPortLabels	      off
      MaskType		      "Spectrum analyzer."
      MaskDescription	      "Spectrum analyser using graph window.\nHook inp"
"ut 1 to system input.\nHook input 2 to system output."
      MaskHelp		      "Hook the system's input to the first port of th"
"is block and the system's output to second port. Results are displayed as the"
" frequency response of this system. Use signals with high harmonic content fo"
"r best results. "
      MaskPromptString	      "Length of buffer:|Number of points for fft:|Plo"
"t after how many points:|Sample time:"
      MaskStyleString	      "edit,edit,edit,edit"
      MaskTunableValueString  "on,on,on,on"
      MaskCallbackString      "|||"
      MaskEnableString	      "on,on,on,on"
      MaskVisibilityString    "on,on,on,on"

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久影视一区二区| 午夜a成v人精品| 午夜电影一区二区| 日本中文字幕一区二区有限公司| 国产一区在线精品| 欧美色网一区二区| 国产精品色噜噜| 美女视频网站久久| 欧美午夜精品免费| 亚洲视频一二区| 国产福利一区在线观看| 日韩欧美中文字幕公布| 亚洲国产一区在线观看| av中文字幕不卡| 久久久久久久久免费| 天堂成人国产精品一区| 日本电影亚洲天堂一区| 中文字幕第一区综合| 国产一区 二区| 日韩欧美在线不卡| 日韩av一级片| 欧美精品一二三区| 亚洲欧美日韩中文字幕一区二区三区| 国内精品伊人久久久久影院对白| 欧美另类高清zo欧美| 一区二区视频在线| 91片黄在线观看| 亚洲欧洲成人精品av97| 成人理论电影网| 中文文精品字幕一区二区| 国内精品第一页| 精品国产亚洲在线| 激情综合色播五月| 久久亚洲欧美国产精品乐播 | 色婷婷久久久久swag精品| 国产精品三级久久久久三级| 成人免费视频视频| 最新国产の精品合集bt伙计| 成人免费不卡视频| 亚洲人成伊人成综合网小说| 91视频一区二区| 亚洲自拍偷拍网站| 在线不卡一区二区| 久久国产精品99久久人人澡| 精品国产伦理网| 国产盗摄精品一区二区三区在线| 欧美韩国日本综合| 99re热这里只有精品免费视频| 亚洲日穴在线视频| 欧美无砖专区一中文字| 日韩av在线免费观看不卡| 日韩免费在线观看| 成人午夜激情影院| 亚洲午夜激情网页| 欧美mv日韩mv国产| 成人高清视频免费观看| 亚洲激情av在线| 欧美一级搡bbbb搡bbbb| 国产精品一区二区在线观看网站| 欧美激情一区二区三区四区| 色婷婷狠狠综合| 麻豆成人av在线| 国产欧美精品国产国产专区| 一本色道久久综合亚洲aⅴ蜜桃| 亚洲国产精品影院| 久久久久97国产精华液好用吗| 99久久久久久| 久久精品免费看| 国产精品少妇自拍| 欧美美女bb生活片| 丁香六月综合激情| 日本亚洲天堂网| 亚洲欧洲日产国码二区| 日韩欧美美女一区二区三区| 懂色av一区二区夜夜嗨| 五月综合激情网| 中文字幕在线一区| 日韩欧美aaaaaa| 日本精品一级二级| 国产曰批免费观看久久久| 亚洲精品网站在线观看| 精品福利在线导航| 欧美日本在线视频| 91麻豆精品秘密| 国产91露脸合集magnet| 日韩高清一级片| 亚洲一区免费观看| 国产精品国产三级国产专播品爱网| 6080yy午夜一二三区久久| 99re这里只有精品6| 韩国女主播一区| 日本欧美一区二区三区| 亚洲与欧洲av电影| 中文字幕制服丝袜一区二区三区| 精品久久久影院| 日韩一区二区中文字幕| 欧美日韩国产中文| 91国产成人在线| 99精品视频中文字幕| 丰满白嫩尤物一区二区| 另类调教123区 | 日韩美女啊v在线免费观看| 精品捆绑美女sm三区| 欧美电影一区二区三区| 欧美主播一区二区三区美女| 丁香婷婷综合五月| 高清不卡一二三区| 丁香亚洲综合激情啪啪综合| 国产精一区二区三区| 狠狠色丁香九九婷婷综合五月| 日日夜夜精品视频天天综合网| 亚洲一区二区三区在线看| 欧美剧在线免费观看网站 | 久久久久免费观看| 久久久精品欧美丰满| 精品少妇一区二区三区免费观看| 91精品国模一区二区三区| 欧美精品三级日韩久久| 7777精品久久久大香线蕉| 91.麻豆视频| 日韩午夜精品电影| 日韩一区二区精品葵司在线| 日韩欧美国产1| 欧美精品一区二区三区四区| 久久精品亚洲精品国产欧美| 国产区在线观看成人精品| 国产亚洲午夜高清国产拍精品| 26uuu精品一区二区三区四区在线| 欧美不卡视频一区| 国产亚洲一区二区三区在线观看| 日本一区二区三区久久久久久久久不| 欧美激情一区二区三区| 亚洲欧美怡红院| 亚洲自拍都市欧美小说| 秋霞av亚洲一区二区三| 国产精选一区二区三区| av不卡一区二区三区| 91成人免费在线| 91麻豆精品国产91久久久使用方法| 欧美一区二区在线观看| 国产无人区一区二区三区| 最新中文字幕一区二区三区| 一区二区欧美精品| 蜜臀av一区二区| 成人18精品视频| 欧美精品99久久久**| 久久综合九色综合欧美98| 国产精品久久久久久久久晋中 | 日韩精品一卡二卡三卡四卡无卡| 久久精品国产**网站演员| 国产99一区视频免费| 在线观看日韩精品| 久久久亚洲精华液精华液精华液| 自拍偷拍国产精品| 久久国产综合精品| 色婷婷综合视频在线观看| 日韩免费电影网站| 亚洲青青青在线视频| 麻豆国产精品777777在线| 日本韩国视频一区二区| 欧美成人一区二区三区片免费| 日韩一区日韩二区| 蜜桃视频一区二区三区| 色成人在线视频| 欧美激情中文字幕一区二区| 日本不卡视频在线观看| eeuss鲁一区二区三区| 欧美tickling挠脚心丨vk| 亚洲日本护士毛茸茸| 国产一区中文字幕| 91麻豆精品国产综合久久久久久| ...xxx性欧美| 国产精品系列在线播放| 欧美日韩专区在线| 成人欧美一区二区三区在线播放| 蜜臀av在线播放一区二区三区| 99久久精品免费看| xfplay精品久久| 日韩电影在线免费| 欧美日韩一区二区三区四区| 中文字幕永久在线不卡| 国产一区二区成人久久免费影院 | 精品电影一区二区| 亚洲成a人v欧美综合天堂下载 | 国产成人亚洲精品狼色在线| 欧美在线观看禁18| 亚洲欧美一区二区三区国产精品 | 国内精品伊人久久久久av一坑| 欧美图区在线视频| 亚洲影视在线播放| 一本久道久久综合中文字幕 | 久久综合给合久久狠狠狠97色69| 五月天亚洲婷婷| 欧美色窝79yyyycom| 亚洲线精品一区二区三区八戒| 色婷婷久久久综合中文字幕| 亚洲精品视频免费观看| 在线视频观看一区| 一区二区三区高清| 欧美在线一区二区三区|