⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 model_diagnose_left.html

📁 基于simulink的OFDM和UWB仿真程序
💻 HTML
字号:
<html>  <head>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Model Advisor</title>  <script><!--function expandGroup(caller) {var targetId, targetElement ;targetId = caller.id + "d" ;targetElement = document.all(targetId) ;if (targetElement.style.display == "none") {   targetElement.style.display = "" ;   caller.src = "minus.png" ; } else {   targetElement.style.display = "none" ;   caller.src = "plus.png" ; }}function selectGroup(group) {var i; // when groupid is o_1ck, find every thing start with o_1.var targetId = new RegExp(group.id.substr(0,group.id.length-2) + "\\w+");//var targetId = /out_2\w+/;var matchResult;var elementsArray = document.forms[0].elements;for (i=0; i< elementsArray.length; i++) {  if (elementsArray[i].type == "checkbox")  {   if (elementsArray[i].disabled == false) {          //if ((elementsArray[i].id == targetId) ) {     matchResult = elementsArray[i].id.match(targetId);     if (matchResult != null) {       elementsArray[i].checked=group.checked;     }    }   }}  }// set focus to first text element of first form in the pagefunction sf(){var i; //must declare local loop counter to avoid default global declarationvar elementsArray = document.forms[0].elements;for(i=0; i < elementsArray.length; i++) {  if ((elementsArray[i].type == "text") && ((elementsArray[i].name != "Model"))) {    elementsArray[i].focus();    break;      } }}//set initial state for each selection element in the pagefunction initiateState() {var i;var elementsArray = document.forms[0].elements;for (i=0; i< elementsArray.length; i++) {  if ((elementsArray[i].type == "select-one") ) {    elementsArray[i].click();  }}  }//translate special characters into escape sequencefunction subEncode(srcString) {  var srcList = new Array('z', '(', ')', '?', '&', '$', '|', '^', '{' , '}','\'','\"','\\', '[', ']', '/', '#', '<', '>', '.', '+', '=', '~', '@', '%', '`', ',');  var dstList = new Array('z0','z1','z2','z3','z4','z5','z6','z7','z8','z9','za','zb','zc','zd','ze','zf','zg','zh','zi','zj','zk','zl','zm','zn','zo','zp','zq');  var dstString;  var i; //must declare local loop counter to avoid default global declaration  dstString = '';  for (i=0; i < srcString.length; i++) {   c = srcString.charAt(i);   newc = c;   for (j=0; j < srcList.length; j++) {     if (c==srcList[j]) {       newc = dstList[j];       }     }   dstString+= newc;   }  return dstString;}  // encode each "text" field of the formfunction htmlEncode(form) {var elementsArray = form.elements;var i; //must declare loop counter to avoid default global declarationfor(i=0; i < elementsArray.length; i++) {  if ((elementsArray[i].type == "text") || (elementsArray[i].type == "select") || (elementsArray[i].type == "submit")) {    elementsArray[i].value=subEncode(elementsArray[i].value);  }}//  form.MatchCase.click();}// make sure only one parameter is checked on update paramater pagefunction uncheckOthers(form, thischeckbox) {var elementsArray = form.elements;var i; //must declare loop counter to avoid default global declarationif (thischeckbox.checked) {  for(i=0; i < elementsArray.length; i++) {    if (elementsArray[i].type == "checkbox")       if ((elementsArray[i].checked) && (elementsArray[i].name.substring(0,12)=="paramChecked") && (elementsArray[i].name != thischeckbox.name)) {        elementsArray[i].checked=false;      }    }  }}// select/unselect all found objects in the tablefunction selectAll(form, select) {var elementsArray = form.elements;var i; //must declare loop counter to avoid default global declarationfor(i=0; i < elementsArray.length; i++) {  if (elementsArray[i].type == "checkbox")  {   if (elementsArray[i].disabled == false) {    if (select)       elementsArray[i].checked=true    else      elementsArray[i].checked=false   }  }}}// --></script>  <style>  A:link {text-decoration:none; color:black}  A:visited {text-decoration:none; color:black}  A:hover {text-decoration:underline; color:green}  </style>  </head>    <body>  <form method="POST" action="matlab: htmlgatewayAdvisor " name=f>    <table width="100%" border="0" cellspacing="0" cellpadding="0">      <tr>  <td>          <p align="left"><input type="checkbox" value="on" name="IfSelectAll" onClick="selectAll(this.form, this.checked)">Select or deselect all    </td> <td>          <p align="left"><input type="submit" value="Check System" name="checkModel" onClick="htmlEncode(this.form);this.disabled=true;">      </td> <td>       <p align="right"><a href="G:\OFDM\ieee_matlab_Simulink_OFDM_uwb\R13SP1\slprj\modeladvisor\uwb\Scopes\Power Spectrum\EQ\model_diagnose_custom.html" target="right_frame"><IMG src="vandv.png"></IMG></a>     </td> </tr> </table>  <hr>  <p align="left"><B>Check the system for the following selected conditions. </B></p>  <TABLE width=100% border=0 align=center><TR><TD><div id=outd style="display"><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top><IMG src="minus.png" id=out_1 class="Outline" style="cursor: hand" onClick=expandGroup(this)> </td><td><IMG src="folder.png"></td><td><input type="checkbox" value="on" id="out_1ck" onClick="selectGroup(this)"> </td><td>Simulink<br></td></tr></table><div id=out_1d style="display"><table cellpadding=0 cellspacing=0 border=0><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_1" value="ON" checked  id=out_1ck1></td><td><a href="model_diagnose_right.html#CheckRecord_1" target="right_frame" alt="Unconnected objects can indicate a problem in the model">Identify unconnected lines, input ports, and output ports</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_2" value="ON" checked  id=out_1ck2></td><td><a href="model_diagnose_right.html#CheckRecord_2" target="right_frame" alt="Root model Inport blocks that do not fully define their attributes can lead to undesired results">Check root model Inport block specifications</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_5" value="ON" checked  id=out_1ck3></td><td><a href="model_diagnose_right.html#CheckRecord_5" target="right_frame" alt="Identify model blocks whose configuration settings mismatch with top model">Check for model reference configuration mismatch</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_7" value="ON" checked  id=out_1ck4></td><td><a href="model_diagnose_right.html#CheckRecord_7" target="right_frame" alt="Having unselected optimizations can lead to nonoptimal results">Check optimization settings</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_11" value="ON" checked  id=out_1ck5></td><td><a href="model_diagnose_right.html#CheckRecord_11" target="right_frame" alt="Check for models whose Model Parameter Configuration dialog boxes specify parameter tunability information. Simulink ignores tunability information specified in this way for referenced models.">Check for parameter tunability information ignored by Simulink</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_12" value="ON" checked  id=out_1ck6></td><td><a href="model_diagnose_right.html#CheckRecord_12" target="right_frame" alt="Check for models that are configured for implicit signal resolution, i.e., to attempt to resolve all named signals and states to Simulink.Signal objects. This is inefficent and slows down incremental code generation and model reference.">Check for implicit signal resolution</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_13" value="ON" checked  id=out_1ck7></td><td><a href="model_diagnose_right.html#CheckRecord_13" target="right_frame" alt="Check for virtual buses that could be made nonvirtual in order to improve the efficiency of the generated code.">Check for optimal bus virtuality</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_14" value="ON" checked  id=out_1ck8></td><td><a href="model_diagnose_right.html#CheckRecord_14" target="right_frame" alt="Discrete-Time Integrator blocks with state port and initial condition port that are fed neither by an IC nor a constant block might not be properly initialized.">Check for Discrete-Time Integrator blocks with initial condition uncertainty</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_18" value="ON"   id=out_1ck9></td><td><a href="model_diagnose_right.html#CheckRecord_18" target="right_frame" alt="Check for Mux blocks that are used as Bus Creator blocks, i.e., Mux blocks with bus outputs.">* Check for Mux blocks used as Bus Creator blocks</a><br></td></tr></table></div><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top><IMG src="minus.png" id=out_2 class="Outline" style="cursor: hand" onClick=expandGroup(this)> </td><td><IMG src="folder.png"></td><td><input type="checkbox" value="on" id="out_2ck" onClick="selectGroup(this)"> </td><td>Real-Time Workshop Embedded Coder<br></td></tr></table><div id=out_2d style="display"><table cellpadding=0 cellspacing=0 border=0><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_3" value="ON" checked  id=out_2ck1></td><td><a href="model_diagnose_right.html#CheckRecord_3" target="right_frame" alt="Incorrect settings can prevent code generation. Underspecifying sample times can lead to undesired results.">Check solver for code generation</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_4" value="ON" checked  id=out_2ck2></td><td><a href="model_diagnose_right.html#CheckRecord_4" target="right_frame" alt="Identify blocks not supported by code generation or not recommended for deployment">Identify questionable blocks within the specified system</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_6" value="ON" checked  id=out_2ck3></td><td><a href="model_diagnose_right.html#CheckRecord_6" target="right_frame" alt="Inconsistencies or underspecification of hardware attributes can lead to nonoptimal results">Check the hardware implementation</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_8" value="ON" checked  id=out_2ck4></td><td><a href="model_diagnose_right.html#CheckRecord_8" target="right_frame" alt="Support for some software environment settings can lead to nonoptimal results">Identify questionable software environment specifications</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_9" value="ON" checked  id=out_2ck5></td><td><a href="model_diagnose_right.html#CheckRecord_9" target="right_frame" alt="Instrumentation of the generated code can cause nonoptimal results.">Identify questionable code instrumentation (data I/O) </a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_10" value="ON" checked  id=out_2ck6></td><td><a href="model_diagnose_right.html#CheckRecord_10" target="right_frame" alt="Lookup and Lookup2D blocks have strict constraints when they are tunable.">Check for blocks that have constraints on tunable parameters</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_15" value="ON" checked  id=out_2ck7></td><td><a href="model_diagnose_right.html#CheckRecord_15" target="right_frame" alt="Some subsystem settings can lead to nonoptimal results.">Identify questionable subsystem settings</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_16" value="ON"   id=out_2ck8></td><td><a href="model_diagnose_right.html#CheckRecord_16" target="right_frame" alt="These settings can lead to nonoptimal results">* Identify blocks that generate expensive saturation and rounding code</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_17" value="ON"   id=out_2ck9></td><td><a href="model_diagnose_right.html#CheckRecord_17" target="right_frame" alt="Incorrect tasking mode can result in inefficient code execution.">* Check sample times and tasking mode</a><br></td></tr><tr><TD>&nbsp;&nbsp;&nbsp;</TD> <TD>&nbsp;&nbsp;&nbsp;</TD><td valign=top><input type="checkbox" name="CheckRecord_19" value="ON"   id=out_2ck10></td><td><a href="model_diagnose_right.html#CheckRecord_19" target="right_frame" alt="These operations can lead to nonoptimal results">* Identify questionable fixed-point operations</a><br></td></tr></table></div></div></TD></TR></TABLE><p align="left"><B>*Requires the model to be compiled. </B></p>  <hr>  <table width="100%" border="0" cellspacing="0" cellpadding="0">      <tr>  <td>          <p align="left"><input type="checkbox" value="on" name="IfSelectAll" onClick="selectAll(this.form, this.checked)">Select or deselect all    </td> <td>          <p align="left"><input type="submit" value="Check System" name="checkModel" onClick="htmlEncode(this.form);this.disabled=true;">      </td> <td>       <p align="right"><a href="G:\OFDM\ieee_matlab_Simulink_OFDM_uwb\R13SP1\slprj\modeladvisor\uwb\Scopes\Power Spectrum\EQ\model_diagnose_custom.html" target="right_frame"><IMG src="vandv.png"></IMG></a>     </td> </tr> </table>    </form>    </body>    </html>  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -