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

📄 loadfile.do.htm

📁 使用QPSK调制的正交频分复用(OFDM)系统的Simulink仿真OFDM Implementation using QPSK Modulation。
💻 HTM
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

















<title>
  MATLAB Central File Exchange - OFDM with QPSK
</title>
<link rel="stylesheet" href="loadFile.do_files/site3.css" type="text/css">
<link rel="stylesheet" href="loadFile.do_files/cmnty1.css" type="text/css">
</head><body class="cmnty1">
<table id="header" summary="header table" width="752" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td width="387"> <a href="http://www.mathworks.com/matlabcentral/"><img src="loadFile.do_files/mlc_logo.gif" alt="MATLAB Central" vspace="0" width="236" border="0" height="28" hspace="0"></a>
		<div class="small">An open exchange for the MATLAB and Simulink user community</div></td>
    <td width="383" align="right">
<script language="JavaScript">

function submitForm(query){

choice = document.forms['searchForm'].elements['search_submit'].value;

if (choice == "entire1" || choice == "entire2" || choice == "contest" || choice == "matlabcentral" || choice == "blogs"){

   var searchInputNames = new Array("db","prox","rorder","rprox","rdfreq","rwfreq","rlead","sufs","order","is_summary_on","ResultCount");
   var searchInputValues = new Array("MSS","page","750","750","500","500","250","0","r","1","10");

   for (var i=0; i<searchInputNames.length; i++){
      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = searchInputNames[i];
      newElem.value = searchInputValues[i];
      document.forms['searchForm'].appendChild(newElem);
   }

   submit_action = '/cgi-bin/texis/webinator/search/';
}

switch(choice){
   case "matlabcentral":
      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "matlabcentral";
      newElem.value = "Matlabcentral";
      document.forms['searchForm'].appendChild(newElem);

      selected_index = 0;
      break
   case "fileexchange":
      noiselist = new Array("about","after","also","an","and","another","any","are","as","at","be","$","because",
      "been","before","being","between","both","but","by","came","can","come","could","did","do","each","from",
      "got","has","had","he","have","her","here","him","himself","his","how","if","in","into","is","it","like",
      "many","me","might","most","much","must","my","never","of","on","or","other","our","out","said","same",
      "see","should","since","some","still","such","than","that","the","their","them","then","there","these",
      "they","this","those","through","to","too","up","very","was","way","we","well","were","who","with",
      "would","you","your","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t",
      "u","v","w","x","y","z");

      query_holder = query.value;

      for(i=0;i<noiselist.length;++i) {
            var mid = new RegExp(" " + noiselist[i] + " ","gi");
            query_holder = query_holder.replace(mid," ");
            mid = new RegExp("^" + noiselist[i] + " ","i");
            query_holder = query_holder.replace(mid," ");
            mid = new RegExp(" " + noiselist[i] + "$","i");
            query_holder = query_holder.replace(mid,"");
      }

      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "objectType";
      newElem.value = "search";
      document.forms['searchForm'].appendChild(newElem);

      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "criteria";
      newElem.value = query.value;
      document.forms['searchForm'].appendChild(newElem);

      submit_action = "/matlabcentral/fileexchange/loadFileList.do";
      selected_index = 1;
      break
   case "cssm":
      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "search_string";
      newElem.value = query.value;
      newElem.classname = "formelem";
      document.forms['searchForm'].appendChild(newElem);

			submit_action = "/matlabcentral/newsreader/search_results";
      selected_index = 2;
      break
   case "linkexchange":
      submit_action = "/cgi-bin/matlab/search.cgi";
      selected_index = 3;
      break
   case "blogs":
      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "blogs";
      newElem.value = "Blogs";
      document.forms['searchForm'].appendChild(newElem);

      selected_index = 4;
      break
   case "contest":
      var newElem = document.createElement("input");
      newElem.type = "hidden";
      newElem.name = "contest";
      newElem.value = "Contest";
      document.forms['searchForm'].appendChild(newElem);

      selected_index = 5;
      break
   case "entire1":
      selected_index = 6;
      break
   case "entire2":
      selected_index = 7;
      break
   default:
      selected_index = 7;
      break
}

document.forms['searchForm'].elements['search_submit'].selectedIndex = selected_index;
document.forms['searchForm'].elements['query'].value = query.value;
document.forms['searchForm'].action = submit_action;

}

</script>

  <form name="searchForm" method="post" action="" style="margin: 5px 0px 0px; font-size: 90%;" onsubmit="submitForm(query)">
          <label for="search">Search:</label>
        <select name="search_submit" style="font-size: 9px;">
          <option value="matlabcentral">MATLAB Central</option>
          <option value="fileexchange" selected="selected">&nbsp;&nbsp;&nbsp;File Exchange</option>
          <option value="cssm">&nbsp;&nbsp;&nbsp;MATLAB Newsgroup</option>
          <option value="linkexchange">&nbsp;&nbsp;&nbsp;Link Exchange</option>
          <option value="blogs">&nbsp;&nbsp;&nbsp;Blogs</option>
          <option value="contest">&nbsp;&nbsp;&nbsp;Programming Contest</option>
          <option value="entire1">MathWorks.com</option>
          <option value="entire2">&nbsp;&nbsp;&nbsp;All of MathWorks.com</option>
        </select>
<input name="query" size="10" class="formelem" value="" type="text">
<input name="search" value=" Go " class="formelem" style="background-color: rgb(30, 63, 116); color: rgb(255, 255, 255); font-size: 90%;" type="submit">
</form>

    </td>
  </tr>
</tbody></table>





<div style="margin: -10px 0px 15px; width: 752px; text-align: right;">
  
    <a href="https://www.mathworks.com/accesslogin/index_fe.do?uri=http://www.mathworks.com%2Fmatlabcentral%2Ffileexchange%2FloadFile.do%3FobjectId%3D16642%26objectType%3Dfile">Login</a>
  
</div>


<table id="topnav" summary="top navigation" width="752" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr id="topnavitems">
    <td id="tcell1" class="activebg" onmouseover="this.className='hover'" onmouseout="this.className='activebg'" onclick="document.location='/matlabcentral/fileexchange/'" align="center"><div style="border-right: 1px solid gray;"> <a id="tmenu1" href="http://www.mathworks.com/matlabcentral/fileexchange/">File Exchange</a> </div></td>
    <td id="tcell2" onmouseover="this.className='hover'" onmouseout="this.className=';'" onclick="document.location='/matlabcentral/newsreader/'" align="center"><div style="border-right: 1px solid gray;"> <a id="tmenu2" href="http://www.mathworks.com/matlabcentral/newsreader/">MATLAB Newsgroup</a> </div></td>
    <td id="tcell3" onmouseover="this.className='hover'" onmouseout="this.className=';'" onclick="document.location='/matlabcentral/link_exchange/'" align="center"><div style="border-right: 1px solid gray;"> <a id="tmenu3" href="http://www.mathworks.com/matlabcentral/link_exchange/">Link Exchange</a> </div></td>
    <td id="tcell4" onmouseover="this.className='hover'" onmouseout="this.className=';'" onclick="document.location='http://blogs.mathworks.com/'" align="center"><div style="border-right: 1px solid gray;"> <a id="tmenu4" href="http://blogs.mathworks.com/">&nbsp;&nbsp;Blogs&nbsp;&nbsp;</a> </div></td>
    <td id="tcell4" onmouseover="this.className='hover'" onmouseout="this.className=';'" onclick="document.location='/contest/'" align="center"><div style="border-right: 1px solid gray;"> <a id="tmenu4" href="http://www.mathworks.com/contest/">Contest</a>  </div></td>
    <!--<td id="tcell5" align="center" onMouseOver="this.className='hover'" onMouseOut="this.className=';'" onClick="document.location='/contest/'"><div style="border-right:1px solid gray"> <a id="tmenu5" href="/matlabcentral/wiki.html">&nbsp;&nbsp;Wiki&nbsp;&nbsp;</a></div></td>-->
    <td id="tcell6" onmouseover="this.className='hover'" onmouseout="this.className=';'" onclick="document.location='/'" align="center"><a id="tmenu6" href="http://www.mathworks.com/">MathWorks.com</a> </td>
  </tr>
</tbody></table>

<br>


<div class="type1">
<table width="752" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr>
   <td>

    








<div class="type2">
<table width="180" align="right" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td class="npad"><img src="loadFile.do_files/dots_rnav_top.gif" alt="" vspace="0" width="180" height="9" hspace="0"></td>
  </tr>
  <tr>
    <td class="npad" valign="top">
     <table style="background-color: rgb(53, 106, 159);" class="navcell" width="180" align="right" border="0" cellpadding="0" cellspacing="0">

      
      
      
      
      

        <tbody><tr>
          <td class="npad"><img src="loadFile.do_files/ltblue_top_nav_trans.gif" alt="" vspace="0" width="180" height="6"></td>
        </tr>
        

        <!--links will not work from here on only in LOCAL environment because of path -->

        <tr>
          <td width="164">
            <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do"><img src="loadFile.do_files/submitfile.gif" alt="" width="11" border="0" height="11" hspace="0">
              <strong>Submit a File</strong></a><br>

              <a href="http://www.mathworks.com/matlabcentral/fileexchange/codepad.jsp" onclick="window.open(this.href,'small','location=no,toolbar=no,resizable=yes,status=yes,menu=no,scrollbars=yes,width=800,height=830');return false;" class="undrln">Now accepting MATLAB<br>Published M-files</a>.
              </td>
        </tr>





        <tr>
            <td class="npad"><img src="loadFile.do_files/ltblue_top_nav_trans.gif" alt="" vspace="0" width="180" height="6"></td>
        </tr>
        <tr>
            <td width="164"> <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthorIndex.do"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Author Index</a> <br>
              <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFileList.do?objectType=fileexchange&amp;orderBy=date&amp;srt3=0"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Most Recent Files</a>
              <a href="http://www.mathworks.com/company/rss/feeds/mostRecentFiles.rss"><img src="loadFile.do_files/xmlicon_30x12.gif" alt="" align="bottom" border="0"></a>
              <br>
              <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFileList.do?objectType=fileexchange&amp;orderBy=totalDown&amp;srt4=0"><img src="loadFile.do_files/bullet.gif" alt="" width="5" align="bottom" border="0" height="7" hspace="0">
              Most Downloaded</a>
              <a href="http://www.mathworks.com/company/rss/feeds/mostDownloadedFiles.rss"><img src="loadFile.do_files/xmlicon_30x12.gif" alt="" border="0"></a>
              <br>
              <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadThumbIndex.do"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Screenshot Index</a> <br>
              <a href="http://www.mathworks.com/matlabcentral/reports/fileexchange/ratingsAndComments/"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Most Recent Comments</a> <br>
              <a href="http://www.mathworks.com/matlabcentral/fileexchange/filesByProduct.do"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Files By Product</a> <br>
              <a href="http://www.mathworks.com/matlabcentral/reports/fileexchange/"><img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">
              Metrics and Reports</a> <br>

              </td>

        </tr>
        <tr>
          <td class="npad"><img src="loadFile.do_files/ltblue_top_nav_trans.gif" alt="" vspace="0" width="180" height="6"></td>
        </tr>

        
        <tr>
          <td>
            <img src="loadFile.do_files/bullet.gif" alt="" width="5" border="0" height="7" hspace="0">&nbsp;<a href="http://www.mathworks.com/matlabcentral/fileexchange/download.do?objectId=16642&amp;fn=OFDM_4QAM&amp;fe=.mdl&amp;cid=1097751">Download this File</a><br>
            
            </td>
        </tr>
        <tr>
          <td class="npad"><img src="loadFile.do_files/ltblue_top_nav_trans.gif" alt="" vspace="0" width="180" height="6"></td>
        </tr>
        



       
          <tr>
            <td><span style="color: white;">Notify me when changes are made to this file</span><br>
                <form name="uForm" method="post" action="/matlabcentral/fileexchange/util.do"><input name="org.apache.struts.taglib.html.TOKEN" value="b2674a744ed150da3585ff8ec748f585" type="hidden">
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tbody><tr>
                    <td><span style="color: white;">E-mail:</span></td>
                    <td> <input name="emailAddress" size="10" value="" class="formelem" type="text"> </td>
                  </tr>
                  <tr>
                    <td><img src="loadFile.do_files/spacer.gif" alt="" width="1" height="6"></td>
                    <td><img src="loadFile.do_files/spacer.gif" alt="" width="1" height="6"></td>
                  </tr>
                  <tr>
                    <td></td>
                    <td>
                      <input name="subscribe" value="Notify Me" class="formelem" type="submit">
                    </td>
                  </tr>
                  <tr>
                    <td><img src="loadFile.do_files/spacer.gif" alt="" width="1" height="6"></td>
                    <td><img src="loadFile.do_files/spacer.gif" alt="" width="1" height="6"></td>
                  </tr>
                  <tr>
                    <td colspan="2"><a href="http://www.mathworks.com/matlabcentral/fileexchange/unsubscribe.jsp" onclick="window.open(this.href,'small','toolbar=no,resizable=yes,status=yes,menu=no,scrollbars=yes,width=544,height=300');return false;"><img src="loadFile.do_files/question.gif" alt="" width="11" border="0" height="11">&nbsp;How
                      do I unsubscribe?</a> </td>
                  </tr>

                </tbody></table>

⌨️ 快捷键说明

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