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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? yjsh.mdl

?? 信號實驗常用的simulink模型和mfile,可直接在matlan下運行。
?? 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(系統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"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩你懂得| 国产精品第13页| 中文字幕 久热精品 视频在线 | 亚洲桃色在线一区| 蜜桃视频在线观看一区| 在线精品视频一区二区三四| 久久综合九色综合欧美亚洲| 亚洲无人区一区| eeuss鲁片一区二区三区在线观看| 欧美一级二级三级乱码| 亚洲综合色区另类av| 成人午夜在线播放| 精品国产一区二区三区久久影院| 午夜久久久久久久久久一区二区| 99国产精品视频免费观看| 2023国产一二三区日本精品2022| 三级欧美韩日大片在线看| 色婷婷久久久久swag精品 | 国产老妇另类xxxxx| 色综合天天综合狠狠| 日韩国产在线一| 成人av电影在线播放| 精品久久久久香蕉网| 日韩av一区二| 欧美日韩在线观看一区二区| 亚洲丝袜美腿综合| 国产.精品.日韩.另类.中文.在线.播放| 国产精品无遮挡| 国产精一品亚洲二区在线视频| 欧美大片顶级少妇| 九九国产精品视频| 欧美变态tickling挠脚心| 麻豆91精品视频| 欧美成人三级电影在线| 青青草国产成人99久久| 在线不卡一区二区| 免费亚洲电影在线| 精品免费日韩av| 韩国视频一区二区| 国产日韩欧美综合在线| 成人黄页在线观看| 中文字幕一区二区三区蜜月| 99久久99久久免费精品蜜臀| 亚洲欧美日本在线| 欧美日韩一区精品| 久久精品国内一区二区三区| 国产亚洲va综合人人澡精品| 暴力调教一区二区三区| 亚洲精品国产视频| 欧美日韩成人在线一区| 麻豆精品一区二区三区| 日本一区二区在线不卡| 91女人视频在线观看| 亚洲观看高清完整版在线观看| 欧美日韩一卡二卡三卡 | 午夜成人在线视频| 日韩欧美在线一区二区三区| 精品一区二区三区av| 中文字幕乱码亚洲精品一区| 在线精品亚洲一区二区不卡| 日韩av不卡一区二区| 久久精品在线观看| 欧美视频一区二区三区在线观看| 欧美aaaaa成人免费观看视频| 久久久久久久综合狠狠综合| 99国产精品国产精品毛片| 亚洲成人一区在线| 国产欧美在线观看一区| 欧美日韩在线免费视频| 国产不卡免费视频| 亚洲国产精品久久久男人的天堂| 亚洲精品一区二区三区99| 99视频国产精品| 精品一区二区三区日韩| 亚洲精品久久嫩草网站秘色| 亚洲美女屁股眼交3| 欧美一级理论性理论a| 成人app在线| 久久66热偷产精品| 一区二区高清在线| 欧美高清一级片在线观看| 欧美精品乱码久久久久久 | 中文字幕第一区综合| 欧美巨大另类极品videosbest | 午夜影院久久久| 国产欧美精品一区aⅴ影院 | 久久久久久久国产精品影院| 欧美丝袜丝nylons| www..com久久爱| 极品瑜伽女神91| 日韩国产精品大片| 亚洲免费三区一区二区| 欧美国产一区视频在线观看| 日韩三级精品电影久久久 | 国产精品女人毛片| 精品福利一区二区三区| 欧美二区三区的天堂| 在线免费av一区| 91在线你懂得| 欧美一区二区三区小说| 欧美日韩在线播放三区四区| 99久久国产综合精品女不卡| 风间由美一区二区av101| 老司机精品视频一区二区三区| 亚洲一区二区三区四区五区中文 | 亚洲福利视频一区二区| 亚洲男同1069视频| 亚洲图片激情小说| 中文字幕五月欧美| 国产精品欧美精品| 国产精品视频麻豆| 国产精品三级av| 中文字幕一区日韩精品欧美| 中文字幕欧美激情一区| 中文字幕精品在线不卡| 国产欧美精品一区aⅴ影院| 久久久久久97三级| 国产日韩亚洲欧美综合| 欧美国产激情一区二区三区蜜月| 亚洲va欧美va人人爽| 欧美妇女性影城| 91一区在线观看| 波多野结衣中文字幕一区二区三区| 激情五月播播久久久精品| 精品一区二区免费视频| 国产久卡久卡久卡久卡视频精品| 国产精品一区二区你懂的| 国产美女一区二区| 成人动漫在线一区| 91精品福利视频| 欧美日韩国产综合视频在线观看 | 亚洲激情校园春色| 亚洲成人精品一区| 丝袜美腿一区二区三区| 午夜一区二区三区视频| 琪琪一区二区三区| 国产成人综合在线播放| 99久久伊人网影院| 欧美日韩国产色站一区二区三区| 欧美一级日韩一级| 亚洲综合一区二区三区| 欧美国产精品v| 亚洲视频一区二区在线| 亚洲一区二区高清| 美女免费视频一区二区| 国产成人av一区二区三区在线观看| 99久久精品国产导航| 4438x亚洲最大成人网| 久久影院午夜片一区| 亚洲美女在线国产| 久久国产精品72免费观看| www.久久久久久久久| 欧美三级乱人伦电影| 久久久精品免费免费| 亚洲综合久久久久| 国产成人免费视频一区| 一本大道久久精品懂色aⅴ| 日韩欧美精品三级| 亚洲欧美在线视频| 精品一区二区三区在线观看 | 精品一区二区三区影院在线午夜 | 日韩午夜三级在线| 国产精品电影一区二区| 免费看黄色91| 91蝌蚪porny| 久久久久久电影| 蜜臀av在线播放一区二区三区| www.色综合.com| 久久久久久久久久久久久夜| 美腿丝袜在线亚洲一区| 成人app软件下载大全免费| 3751色影院一区二区三区| 国产精品第一页第二页第三页| 免费在线观看一区| 欧美色网一区二区| 国产精品免费视频观看| 国产米奇在线777精品观看| 欧美日产在线观看| 一区二区三区色| www.综合网.com| 国产女人18毛片水真多成人如厕| 欧美aaa在线| 欧美日韩视频在线一区二区 | 成人h动漫精品| 精品国产91洋老外米糕| 日韩精品五月天| 欧美日韩一区久久| 亚洲高清免费在线| 91国偷自产一区二区开放时间 | 亚洲成av人影院在线观看网| 成人在线视频首页| 久久久久久久免费视频了| 欧美极品少妇xxxxⅹ高跟鞋 | 亚洲成人免费av| 色综合久久88色综合天天6| 亚洲国产精品99久久久久久久久| 国内欧美视频一区二区| 久久亚洲二区三区| 国产成人在线视频网址| 国产蜜臀97一区二区三区|