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

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

?? bpsnyqmf.mdl

?? 介紹了通信系統中各個通信模塊的MATLAB實現
?? MDL
?? 第 1 頁 / 共 5 頁
字號:
      MaskValueString	      "1|.05|.5|6|'FIR'|1"
      MaskTabNameString	      ",,,,,"
      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"
	TiledPaperMargins	[0.196850, 0.196850, 0.196850, 0.196850]
	TiledPageScale		1
	ShowPageBoundaries	off
	ZoomFactor		"100"
	Block {
	  BlockType		  Inport
	  Name			  "in_1"
	  Position		  [35, 30, 55, 50]
	  IconDisplay		  "Port number"
	}
	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
	  MinAlgLoopOccurrences	  off
	  RTWSystemCode		  "Auto"
	  FunctionWithSeparateData off
	  MaskHideContents	  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"
	  MaskTabNameString	  ","
	  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"
	    TiledPaperMargins	    [0.196850, 0.196850, 0.196850, 0.196850]
	    TiledPageScale	    1
	    ShowPageBoundaries	    off
	    ZoomFactor		    "100"
	    Block {
	      BlockType		      Inport
	      Name		      "in_1"
	      Position		      [35, 185, 55, 205]
	      IconDisplay	      "Port number"
	    }
	    Block {
	      BlockType		      Inport
	      Name		      "in_2"
	      Position		      [25, 30, 45, 50]
	      Port		      "2"
	      IconDisplay	      "Port number"
	    }
	    Block {
	      BlockType		      Constant
	      Name		      "Constant"
	      Position		      [210, 155, 230, 175]
	      Value		      "x"
	      VectorParams1D	      on
	      SamplingMode	      "Sample based"
	      OutDataTypeMode	      "Inherit from 'Constant value'"
	      OutDataType	      "sfix(16)"
	      ConRadixGroup	      "Use specified scaling"
	      OutScaling	      "2^0"
	      SampleTime	      "inf"
	      FramePeriod	      "inf"
	    }
	    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
	      MinAlgLoopOccurrences   off
	      RTWSystemCode	      "Auto"
	      FunctionWithSeparateData off
	      MaskHideContents	      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"
	      MaskTabNameString	      ","
	      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"
		TiledPaperMargins	"[0.196850, 0.196850, 0.196850, 0.1968"
"50]"
		TiledPageScale		1
		ShowPageBoundaries	off
		ZoomFactor		"100"
		Block {
		  BlockType		  Inport
		  Name			  "in_1"
		  Position		  [10, 15, 30, 35]
		  IconDisplay		  "Port number"
		}
		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"
		  VectorParams1D	  on
		  SamplingMode		  "Sample based"
		  OutDataTypeMode	  "Inherit from 'Constant value'"
		  OutDataType		  "sfix(16)"
		  ConRadixGroup		  "Use specified scaling"
		  OutScaling		  "2^0"
		  SampleTime		  "inf"
		  FramePeriod		  "inf"
		}
		Block {
		  BlockType		  Outport
		  Name			  "out_1"
		  Position		  [340, 25, 360, 45]
		  IconDisplay		  "Port number"
		}
		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]
	      IconDisplay	      "Port number"
	    }
	    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
	  MinAlgLoopOccurrences	  off
	  RTWSystemCode		  "Auto"
	  FunctionWithSeparateData off
	  MaskHideContents	  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"
	  MaskTabNameString	  ",,"
	  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"
	    TiledPaperMargins	    [0.196850, 0.196850, 0.196850, 0.196850]
	    TiledPageScale	    1
	    ShowPageBoundaries	    off
	    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]
	      IconDisplay	      "Port number"
	    }
	    Line {
	      SrcBlock		      "S-function1"
	      SrcPort		      1
	      DstBlock		      "Outport"
	      DstPort		      1
	    }
	  }
	}
	Block {
	  BlockType		  Outport
	  Name			  "out_1"
	  Position		  [330, 40, 350, 60]
	  IconDisplay		  "Port number"
	}
	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
	}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆成人91精品二区三区| 91猫先生在线| 97精品视频在线观看自产线路二| 色乱码一区二区三区88| 精品日韩一区二区三区免费视频| 中文字幕的久久| 午夜激情久久久| 成人免费观看男女羞羞视频| 日韩精品一区在线观看| 亚洲一区免费在线观看| 色综合中文字幕| 亚洲国产精品ⅴa在线观看| 久久草av在线| 欧美一区二区二区| 亚洲观看高清完整版在线观看| 成人av片在线观看| 国产日韩欧美激情| 激情深爱一区二区| 欧美大黄免费观看| 天堂精品中文字幕在线| 欧美午夜不卡视频| 一区二区三区**美女毛片| www.欧美日韩| 国产精品久久毛片a| 国产精品1024| 中文字幕乱码日本亚洲一区二区 | 91丝袜高跟美女视频| 精品国产sm最大网站| 免费成人在线观看| 日韩欧美成人一区二区| 午夜国产精品一区| 91精品国产品国语在线不卡| 亚洲午夜三级在线| 欧美三级电影网| 午夜精品福利久久久| 欧美三级午夜理伦三级中视频| 亚洲影视在线播放| 欧美图片一区二区三区| 亚洲第一会所有码转帖| 精品视频一区二区不卡| 午夜精品影院在线观看| 欧美日韩成人高清| 美女一区二区三区| 久久精子c满五个校花| 成人综合婷婷国产精品久久蜜臀 | 欧美理论电影在线| 蜜桃在线一区二区三区| 久久综合九色欧美综合狠狠| 国产剧情av麻豆香蕉精品| 国产精品视频一区二区三区不卡| 99精品欧美一区二区三区小说 | 99久久99久久精品免费看蜜桃| 亚洲欧洲一区二区在线播放| 91日韩在线专区| 日本不卡一区二区| 久久综合久久综合亚洲| 成人动漫一区二区| 亚洲国产成人av好男人在线观看| 日韩欧美aaaaaa| 成人午夜电影小说| 亚洲成人一二三| 久久女同互慰一区二区三区| 91在线无精精品入口| 日韩中文字幕区一区有砖一区 | 亚洲色图一区二区三区| 欧美精选在线播放| 在线观看日韩国产| 日本va欧美va精品| 国产精品久久久99| 制服.丝袜.亚洲.另类.中文| 国产露脸91国语对白| 一区二区三区成人| 久久久久久久久久久黄色| 99视频一区二区| 麻豆成人av在线| 亚洲精品乱码久久久久久黑人 | 国产欧美日韩综合精品一区二区| 91麻豆视频网站| 国产综合成人久久大片91| 亚洲麻豆国产自偷在线| 精品美女在线播放| 欧美男女性生活在线直播观看| 国产精品综合网| 日韩成人精品视频| 亚洲精品亚洲人成人网在线播放| 精品粉嫩aⅴ一区二区三区四区| 91蜜桃在线免费视频| 国产精品1区2区| 日韩电影一区二区三区四区| 亚洲日本电影在线| 国产女人水真多18毛片18精品视频| 欧美日韩不卡一区二区| 一本大道久久精品懂色aⅴ| 国产酒店精品激情| 精品一区二区三区欧美| 污片在线观看一区二区| 亚洲精品视频在线观看网站| 国产日韩精品一区二区三区| 欧美一级理论性理论a| 欧美在线观看视频一区二区三区| 成人午夜视频在线| 国内精品久久久久影院薰衣草| 天天操天天色综合| 亚洲国产aⅴ天堂久久| 亚洲精品少妇30p| 亚洲日本中文字幕区| 国产精品乱码妇女bbbb| 国产嫩草影院久久久久| 久久精品综合网| 久久久久国产精品厨房| 久久亚洲精精品中文字幕早川悠里| 欧美日韩高清不卡| 欧美日韩高清一区二区不卡 | 丁香一区二区三区| 国产精品亚洲人在线观看| 精品一区二区三区视频| 黄一区二区三区| 久久精品理论片| 国产一区二区三区观看| 国产成人免费在线| 丰满白嫩尤物一区二区| www.欧美色图| 欧美性色黄大片| 精品视频全国免费看| 欧美精品高清视频| 日韩视频一区二区| 欧美极品少妇xxxxⅹ高跟鞋 | 一区二区免费在线| 亚洲一区在线视频| 蜜桃av一区二区| 国产精品影音先锋| jlzzjlzz亚洲女人18| 99精品欧美一区| 欧美日韩一卡二卡三卡 | 日本色综合中文字幕| 91黄色在线观看| 欧洲一区二区三区免费视频| 欧美日韩国产系列| 欧美成人vr18sexvr| 亚洲欧洲一区二区在线播放| 亚洲激情校园春色| 秋霞电影网一区二区| 国产一区二区在线看| 99riav一区二区三区| 欧美精品v国产精品v日韩精品| 日韩丝袜情趣美女图片| 中文字幕中文乱码欧美一区二区| 亚洲国产综合视频在线观看| 青青草精品视频| 99在线精品视频| 欧美一区二区三区电影| 国产精品素人一区二区| 亚洲成av人在线观看| 国产成人欧美日韩在线电影| 欧美图片一区二区三区| 国产日本亚洲高清| 亚洲成人免费看| 暴力调教一区二区三区| 欧美久久久久久久久| 中文字幕在线不卡视频| 蜜臀av一级做a爰片久久| 91一区二区在线观看| 精品国产乱子伦一区| 亚洲在线观看免费| 成人小视频免费在线观看| 欧美一区二区三区性视频| 国产精品国产三级国产| 精品午夜久久福利影院| 91国偷自产一区二区三区成为亚洲经典| 欧美成人猛片aaaaaaa| 亚洲在线视频免费观看| www.日韩在线| 久久久激情视频| 男女视频一区二区| 91福利在线看| 亚洲欧美另类小说| 国产成人精品免费在线| 日韩精品一区在线观看| 天堂在线一区二区| 久久精品亚洲乱码伦伦中文| 亚洲v精品v日韩v欧美v专区 | 精品无码三级在线观看视频| 欧美写真视频网站| 亚洲欧美日韩电影| 岛国av在线一区| 国产女主播一区| 国产一区二区在线视频| 欧美成人精品高清在线播放| 日本不卡一区二区| 91精品免费在线| 日本在线不卡视频一二三区| 欧美日韩国产首页| 三级在线观看一区二区| 欧美日韩免费观看一区二区三区| 亚洲激情在线激情| 色婷婷精品大在线视频| 亚洲黄色录像片| 欧美系列一区二区| 三级欧美韩日大片在线看| 欧美人狂配大交3d怪物一区|