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

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

?? ooknyqmf.mdl

?? 3G源碼Mfiles有很詳實的內容哦適合3g初學者
?? MDL
?? 第 1 頁 / 共 5 頁
字號:
	  MaskHelp		  "This block generator a vector pulses. The o"
"utput length is the same as the vector defined in \"Divider\". The ith elemen"
"t of the output has the sample time Sample_time/Divider(i). All elements in "
"\"Divider\" must be integers."
	  MaskPromptString	  "Sample time (scalar, sec):|Divider (integer"
" vector):|Offset (have same dimension as Divider:"
	  MaskStyleString	  "edit,edit,edit"
	  MaskTunableValueString  "on,on,on"
	  MaskCallbackString	  "||"
	  MaskEnableString	  "on,on,on"
	  MaskVisibilityString	  "on,on,on"
	  MaskToolTipString	  "on,on,on"
	  MaskVarAliasString	  ",,"
	  MaskInitialization	  "samp_time=@1;out_divid=@2;offset=@3;"
	  MaskDisplay		  "disp('Vector\\nPulse')"
	  MaskIconFrame		  on
	  MaskIconOpaque	  on
	  MaskIconRotate	  "none"
	  MaskIconUnits		  "autoscale"
	  MaskValueString	  "td|1|off"
	  System {
	    Name		    "Pulses deivide\nsame sample time1"
	    Location		    [55, 192, 283, 286]
	    Open		    off
	    ModelBrowserVisibility  off
	    ModelBrowserWidth	    200
	    ScreenColor		    "white"
	    PaperOrientation	    "landscape"
	    PaperPositionMode	    "auto"
	    PaperType		    "usletter"
	    PaperUnits		    "inches"
	    ZoomFactor		    "100"
	    Block {
	      BlockType		      "S-Function"
	      Name		      "S-function1"
	      Ports		      [1, 1]
	      Position		      [40, 31, 105, 59]
	      FunctionName	      "homopuls"
	      Parameters	      "samp_time, out_divid, offset"
	    }
	    Block {
	      BlockType		      Outport
	      Name		      "Outport"
	      Position		      [160, 35, 180, 55]
	    }
	    Line {
	      SrcBlock		      "S-function1"
	      SrcPort		      1
	      DstBlock		      "Outport"
	      DstPort		      1
	    }
	  }
	}
	Block {
	  BlockType		  Outport
	  Name			  "out_1"
	  Position		  [330, 40, 350, 60]
	}
	Line {
	  SrcBlock		  "Filter"
	  SrcPort		  1
	  DstBlock		  "out_1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "in_1"
	  SrcPort		  1
	  DstBlock		  "Memory Impulse"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Memory Impulse"
	  SrcPort		  1
	  DstBlock		  "Filter"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Pulses deivide\nsame sample time1"
	  SrcPort		  1
	  Points		  [15, 0; 0, -30]
	  DstBlock		  "Memory Impulse"
	  DstPort		  2
	}
      }
    }
    Block {
      BlockType		      SubSystem
      Name		      "Raised-Cosine\ntransmit filter"
      Ports		      [1, 1]
      Position		      [120, 103, 200, 147]
      ShowPortLabels	      off
      TreatAsAtomicUnit	      off
      MaskType		      "R-C filter"
      MaskDescription	      "Design a raised cosine filter and use it to fil"
"ter the input signal."
      MaskHelp		      "This block designs a raised cosine filter using"
" the specified parameter. The filter is used to filter the input signal. You "
"can optionally use the sinc filter in the filtering computation."
      MaskPromptString	      "Symbol interval (sec):|Computation sampling tim"
"e (sec):|Filter rolloff factor:|Delay step (integer to multiply symbol interv"
"al):|Filter type (FIR or IIR) / (Normal or Sqrt):|With or without sinc filter"
" (1 or 0, suggest 1):"
      MaskStyleString	      "edit,edit,edit,edit,edit,edit"
      MaskTunableValueString  "on,on,on,on,on,on"
      MaskCallbackString      "|||||"
      MaskEnableString	      "on,on,on,on,on,on"
      MaskVisibilityString    "on,on,on,on,on,on"
      MaskToolTipString	      "on,on,on,on,on,on"
      MaskVarAliasString      ",,,,,"
      MaskInitialization      "td=@1;if length(td)>1,off=td(2);td=td(1);else,o"
"ff=0;end;ts=@2;R=@3;delay=@4;fil=@5;[num,den]=rcosine(1/td(1),1/ts(1),fil,R,d"
"elay);x=@6/2;"
      MaskDisplay	      "disp('R-C\\nfilter')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      "none"
      MaskIconUnits	      "autoscale"
      MaskValueString	      "1|.05|0.82|6|'FIR'|1"
      System {
	Name			"Raised-Cosine\ntransmit filter"
	Location		[131, 545, 589, 761]
	Open			off
	ModelBrowserVisibility	off
	ModelBrowserWidth	200
	ScreenColor		"white"
	PaperOrientation	"landscape"
	PaperPositionMode	"auto"
	PaperType		"usletter"
	PaperUnits		"inches"
	ZoomFactor		"100"
	Block {
	  BlockType		  Inport
	  Name			  "in_1"
	  Position		  [35, 30, 55, 50]
	}
	Block {
	  BlockType		  DiscreteFilter
	  Name			  "Filter"
	  Position		  [255, 31, 310, 69]
	  Numerator		  "num"
	  Denominator		  "den"
	  SampleTime		  "ts"
	}
	Block {
	  BlockType		  SubSystem
	  Name			  "Memory Impulse"
	  Ports			  [2, 1]
	  Position		  [155, 30, 225, 70]
	  ShowPortLabels	  off
	  TreatAsAtomicUnit	  off
	  MaskType		  "Impulse"
	  MaskDescription	  "1/sinc filter:"
	  MaskHelp		  "When the threshold is greater than zero, th"
"is block outputs an impulse signal, which begins at the raising edge of the s"
"econd input and lasts the holding time. The impulse holds a constant amplitud"
"e, which equals the amplitude of the first input at the begining of the impul"
"se. A clock raising edge will trigger next impulse. When the threshold is les"
"s or equal to zero, this block faithfully outputs the first input."
	  MaskPromptString	  "Holding time:|Threshold for clock pulse: "
	  MaskStyleString	  "edit,edit"
	  MaskTunableValueString  "on,on"
	  MaskCallbackString	  "|"
	  MaskEnableString	  "on,on"
	  MaskVisibilityString	  "on,on"
	  MaskToolTipString	  "on,on"
	  MaskVarAliasString	  ","
	  MaskInitialization	  "ts=@1;thr=@2;x=thr>0;"
	  MaskDisplay		  "disp('1/sinc')"
	  MaskIconFrame		  on
	  MaskIconOpaque	  on
	  MaskIconRotate	  "none"
	  MaskIconUnits		  "autoscale"
	  MaskValueString	  "ts|x"
	  System {
	    Name		    "Memory Impulse"
	    Location		    [541, 520, 939, 745]
	    Open		    off
	    ModelBrowserVisibility  off
	    ModelBrowserWidth	    200
	    ScreenColor		    "white"
	    PaperOrientation	    "landscape"
	    PaperPositionMode	    "auto"
	    PaperType		    "usletter"
	    PaperUnits		    "inches"
	    ZoomFactor		    "100"
	    Block {
	      BlockType		      Inport
	      Name		      "in_1"
	      Position		      [35, 185, 55, 205]
	    }
	    Block {
	      BlockType		      Inport
	      Name		      "in_2"
	      Position		      [25, 30, 45, 50]
	      Port		      "2"
	    }
	    Block {
	      BlockType		      Constant
	      Name		      "Constant"
	      Position		      [210, 155, 230, 175]
	      Value		      "x"
	    }
	    Block {
	      BlockType		      Product
	      Name		      "Product"
	      Ports		      [2, 1]
	      Position		      [155, 90, 180, 110]
	    }
	    Block {
	      BlockType		      Switch
	      Name		      "Switch"
	      Position		      [295, 124, 320, 156]
	      Threshold		      ".5"
	    }
	    Block {
	      BlockType		      ZeroOrderHold
	      Name		      "Zero-Order\nHold"
	      Position		      [205, 84, 240, 116]
	      SampleTime	      "ts"
	    }
	    Block {
	      BlockType		      SubSystem
	      Name		      "discrete\nRising edge\ndetector"
	      Ports		      [1, 1]
	      Position		      [65, 26, 120, 54]
	      ShowPortLabels	      off
	      TreatAsAtomicUnit	      off
	      MaskType		      "Edge Detection"
	      MaskDescription	      "Rising edge detection:"
	      MaskHelp		      "When the input signal rising edge passe"
"d the given shreshold, this block outputs one, otherwise outputs zero."
	      MaskPromptString	      "Threshold:|Sampling time:"
	      MaskStyleString	      "edit,edit"
	      MaskTunableValueString  "on,on"
	      MaskCallbackString      "|"
	      MaskEnableString	      "on,on"
	      MaskVisibilityString    "on,on"
	      MaskToolTipString	      "on,on"
	      MaskVarAliasString      ","
	      MaskInitialization      "thld=@1;ts=@2;"
	      MaskDisplay	      "disp('Edge\\nDetector')"
	      MaskIconFrame	      on
	      MaskIconOpaque	      on
	      MaskIconRotate	      "none"
	      MaskIconUnits	      "autoscale"
	      MaskValueString	      "thr|ts"
	      System {
		Name			"discrete\nRising edge\ndetector"
		Location		[419, 521, 808, 713]
		Open			off
		ModelBrowserVisibility	off
		ModelBrowserWidth	200
		ScreenColor		"white"
		PaperOrientation	"landscape"
		PaperPositionMode	"auto"
		PaperType		"usletter"
		PaperUnits		"inches"
		ZoomFactor		"100"
		Block {
		  BlockType		  Inport
		  Name			  "in_1"
		  Position		  [10, 15, 30, 35]
		}
		Block {
		  BlockType		  RelationalOperator
		  Name			  "Relational\nOperator"
		  Position		  [135, 18, 165, 42]
		}
		Block {
		  BlockType		  RelationalOperator
		  Name			  "Relational\nOperator1"
		  Position		  [200, 88, 230, 112]
		}
		Block {
		  BlockType		  RelationalOperator
		  Name			  "Relational\nOperator2"
		  Position		  [265, 23, 295, 47]
		  Operator		  ">"
		}
		Block {
		  BlockType		  UnitDelay
		  Name			  "Unit Delay"
		  Position		  [120, 87, 170, 103]
		  SampleTime		  "ts"
		}
		Block {
		  BlockType		  Constant
		  Name			  "one1"
		  Position		  [30, 135, 60, 155]
		  Value			  "thld"
		}
		Block {
		  BlockType		  Outport
		  Name			  "out_1"
		  Position		  [340, 25, 360, 45]
		}
		Line {
		  SrcBlock		  "in_1"
		  SrcPort		  1
		  Points		  [10, 0]
		  Branch {
		    DstBlock		    "Relational\nOperator"
		    DstPort		    1
		  }
		  Branch {
		    Points		    [0, 70]
		    DstBlock		    "Unit Delay"
		    DstPort		    1
		  }
		}
		Line {
		  SrcBlock		  "Unit Delay"
		  SrcPort		  1
		  DstBlock		  "Relational\nOperator1"
		  DstPort		  1
		}
		Line {
		  SrcBlock		  "one1"
		  SrcPort		  1
		  Points		  [35, 0]
		  Branch {
		    Points		    [0, -110]
		    DstBlock		    "Relational\nOperator"
		    DstPort		    2
		  }
		  Branch {
		    Points		    [80, 0; 0, -40]
		    DstBlock		    "Relational\nOperator1"
		    DstPort		    2
		  }
		}
		Line {
		  SrcBlock		  "Relational\nOperator"
		  SrcPort		  1
		  DstBlock		  "Relational\nOperator2"
		  DstPort		  1
		}
		Line {
		  SrcBlock		  "Relational\nOperator1"
		  SrcPort		  1
		  Points		  [5, 0; 0, -60]
		  DstBlock		  "Relational\nOperator2"
		  DstPort		  2
		}
		Line {
		  SrcBlock		  "Relational\nOperator2"
		  SrcPort		  1
		  DstBlock		  "out_1"
		  DstPort		  1
		}
	      }
	    }
	    Block {
	      BlockType		      Outport
	      Name		      "out_1"
	      Position		      [355, 130, 375, 150]
	    }
	    Line {
	      SrcBlock		      "in_2"
	      SrcPort		      1
	      DstBlock		      "discrete\nRising edge\ndetector"
	      DstPort		      1
	    }
	    Line {
	      SrcBlock		      "discrete\nRising edge\ndetector"
	      SrcPort		      1
	      Points		      [5, 0; 0, 55]
	      DstBlock		      "Product"
	      DstPort		      1
	    }
	    Line {
	      SrcBlock		      "Constant"
	      SrcPort		      1
	      Points		      [15, 0; 0, -25]
	      DstBlock		      "Switch"
	      DstPort		      2
	    }
	    Line {
	      SrcBlock		      "Switch"
	      SrcPort		      1
	      DstBlock		      "out_1"
	      DstPort		      1
	    }
	    Line {
	      SrcBlock		      "in_1"
	      SrcPort		      1
	      Points		      [35, 0]
	      Branch {
		Points			[185, 0]
		DstBlock		"Switch"
		DstPort			3
	      }
	      Branch {
		Points			[0, -90]
		DstBlock		"Product"
		DstPort			2
	      }
	    }
	    Line {
	      SrcBlock		      "Product"
	      SrcPort		      1
	      DstBlock		      "Zero-Order\nHold"
	      DstPort		      1
	    }
	    Line {
	      SrcBlock		      "Zero-Order\nHold"
	      SrcPort		      1
	      Points		      [15, 0; 0, 30]
	      DstBlock		      "Switch"
	      DstPort		      1
	    }
	  }
	}
	Block {
	  BlockType		  SubSystem
	  Name			  "Pulses deivide\nsame sample time1"
	  Ports			  [0, 1]
	  Position		  [35, 71, 95, 109]
	  ShowPortLabels	  off
	  TreatAsAtomicUnit	  off
	  MaskType		  "Pulse generator"
	  MaskDescription	  "Vector pulses with sample rate of each puls"
"e as Sample_time ./Divider. "
	  MaskHelp		  "This block generator a vector pulses. The o"
"utput length is the same as the vector defined in \"Divider\". The ith elemen"
"t of the output has the sample time Sample_time/Divider(i). All elements in "
"\"Divider\" must be integers."
	  MaskPromptString	  "Sample time (scalar, sec):|Divider (integer"
" vector):|Offset (have same dimension as Divider:"
	  MaskStyleString	  "edit,edit,edit"
	  MaskTunableValueString  "on,on,on"
	  MaskCallbackString	  "||"
	  MaskEnableString	  "on,on,on"
	  MaskVisibilityString	  "on,on,on"
	  MaskToolTipString	  "on,on,on"
	  MaskVarAliasString	  ",,"
	  MaskInitialization	  "samp_time=@1;out_divid=@2;offset=@3;"
	  MaskDisplay		  "disp('Vector\\nPulse')"
	  MaskIconFrame		  on
	  MaskIconOpaque	  on
	  MaskIconRotate	  "none"
	  MaskIconUnits		  "autoscale"
	  MaskValueString	  "td|1|off"
	  System {
	    Name		    "Pulses deivide\nsame sample time1"
	    Location		    [55, 192, 283, 286]
	    Open		    off
	    ModelBrowserVisibility  off

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
婷婷综合五月天| 久久综合九色综合97_久久久| 国产精品久久久久久久蜜臀| 韩国av一区二区三区| 777xxx欧美| 免费不卡在线视频| 色成人在线视频| 亚洲精品国产一区二区精华液| 成人高清在线视频| 国产精品青草综合久久久久99| 国产另类ts人妖一区二区| 久久久99久久| av在线一区二区| 亚洲人精品午夜| 欧美综合一区二区| 亚洲国产综合人成综合网站| 欧美日韩一卡二卡三卡 | 日韩精品资源二区在线| 青青国产91久久久久久| 精品国产伦一区二区三区观看方式| 免费观看成人av| 26uuu亚洲综合色欧美 | 免费一区二区视频| 欧美va在线播放| 日韩av在线免费观看不卡| 欧美不卡视频一区| 成人免费毛片片v| 亚洲人吸女人奶水| 91精品国产综合久久婷婷香蕉 | 97久久精品人人澡人人爽| 亚洲最大的成人av| 欧美一区二区高清| 国产91丝袜在线播放九色| 亚洲精品视频在线观看网站| 91视频在线观看免费| 日韩二区三区在线观看| 国产欧美一二三区| 欧美视频一区在线| 激情另类小说区图片区视频区| 亚洲国产成人一区二区三区| 精品视频在线免费| 粉嫩蜜臀av国产精品网站| 亚洲综合一二区| 久久久综合网站| 欧美日韩精品欧美日韩精品 | 国产精品免费丝袜| 欧美亚洲另类激情小说| 精品午夜久久福利影院| 亚洲一区二区三区四区在线 | 一区二区三区91| 精品国产乱码久久久久久蜜臀| 99久久精品国产毛片| 免费高清在线一区| 香蕉成人伊视频在线观看| 欧美激情一区二区三区| 欧美高清视频在线高清观看mv色露露十八 | 国产精品一区二区在线观看不卡| 亚洲人成伊人成综合网小说| 精品久久久久99| 欧美在线观看视频一区二区 | 亚洲美女屁股眼交3| 欧美成人猛片aaaaaaa| 在线亚洲免费视频| 成人午夜私人影院| 亚洲国产美国国产综合一区二区| 国产精品欧美一区二区三区| 91精品午夜视频| 欧美性生交片4| 91色.com| 成人av影院在线| 成人午夜视频免费看| 国产高清一区日本| 成人午夜精品在线| 成人高清伦理免费影院在线观看| 丁香啪啪综合成人亚洲小说 | 韩国午夜理伦三级不卡影院| 视频一区二区不卡| 日韩不卡手机在线v区| 热久久久久久久| 久久精品国产99国产精品| 老司机午夜精品| 精品一区二区三区蜜桃| 国产剧情一区二区| eeuss鲁片一区二区三区在线看| 成人精品免费视频| 91视频精品在这里| 在线看日韩精品电影| 欧美日韩免费在线视频| 在线播放中文字幕一区| 日韩亚洲欧美一区二区三区| 欧美一级一区二区| 久久久久久免费毛片精品| 国产拍揄自揄精品视频麻豆| 成人免费在线视频观看| 一区二区三区视频在线观看| 偷拍一区二区三区四区| 奇米色777欧美一区二区| 久久av资源网| 成人福利视频在线| 欧美三级蜜桃2在线观看| 日韩精品一区二| 中文字幕av资源一区| 又紧又大又爽精品一区二区| 日本特黄久久久高潮| 国产精品996| 欧美亚洲另类激情小说| 2024国产精品| 一区二区三区日韩在线观看| 蜜臀精品久久久久久蜜臀| 成人深夜在线观看| 欧美精品久久一区| 国产清纯美女被跳蛋高潮一区二区久久w | 国产亚洲欧美在线| 亚洲人成电影网站色mp4| 日韩精品电影在线观看| 成人性生交大合| 欧美一区日韩一区| 国产精品情趣视频| 日韩国产成人精品| 97se亚洲国产综合自在线| 日韩一区二区电影在线| 中文字幕在线不卡视频| 美国毛片一区二区三区| 色久综合一二码| 国产偷国产偷亚洲高清人白洁 | 国产精品一区专区| 欧美色爱综合网| 国产精品日韩成人| 免费成人av在线| 日本精品免费观看高清观看| 久久亚洲综合色一区二区三区| 亚洲综合激情网| av在线一区二区三区| 26uuu亚洲综合色欧美| 香蕉久久夜色精品国产使用方法| 成人黄动漫网站免费app| 精品国产伦一区二区三区观看体验| 一区二区三区**美女毛片| jlzzjlzz欧美大全| 久久久国产精品不卡| 免费欧美日韩国产三级电影| 欧美亚洲自拍偷拍| 亚洲天堂成人网| 成人精品免费网站| 国产亚洲综合在线| 国产精选一区二区三区 | 久久久久久久久久电影| 日本午夜一区二区| 欧美日本精品一区二区三区| 亚洲视频在线观看一区| 成人听书哪个软件好| 国产亚洲精品超碰| 国产精品一区二区三区乱码| 精品国产成人在线影院| 亚洲成人黄色影院| 在线观看91精品国产入口| 亚洲婷婷在线视频| 91香蕉视频污| 亚洲精选一二三| 91国产免费看| 一区二区三区欧美亚洲| 在线免费亚洲电影| 一卡二卡三卡日韩欧美| 一本在线高清不卡dvd| 亚洲另类色综合网站| 一本大道久久a久久精二百| 亚洲精品中文字幕乱码三区| 99久久精品一区| 一区二区视频免费在线观看| 91蜜桃免费观看视频| 亚洲精品国产一区二区精华液| 91色在线porny| 一区二区三区在线观看国产| 欧美色倩网站大全免费| 天堂一区二区在线免费观看| 欧美一区二区视频在线观看2022| 免费人成在线不卡| 久久久久国产成人精品亚洲午夜| 国产麻豆一精品一av一免费| 久久久91精品国产一区二区三区| 国产成人精品影视| 国产精品国产三级国产aⅴ原创 | 天堂成人国产精品一区| 日韩丝袜情趣美女图片| 成人国产视频在线观看| 亚洲色图清纯唯美| 在线欧美小视频| 日韩国产精品久久| 2020国产精品久久精品美国| 成人激情免费视频| 一级中文字幕一区二区| 欧美一级片在线看| 国产高清一区日本| 一区二区视频在线| 欧美成人综合网站| av在线播放一区二区三区| 亚洲一区二区三区四区不卡| 欧美一级片在线看| av亚洲精华国产精华精华| 午夜精品久久久久久久|