登录
首页 » Others » pork

pork

于 2019-03-27 发布
0 278
下载积分: 1 下载次数: 2

代码说明:

说明:  在高斯白噪声信道下,采用qpsk调制的ofdm系统的源码,(In Gaussian white noise channel, the source code of ofdm system using qpsk modulation,)

文件列表:

2bin22deci.m, 184 , 2008-01-12
comb.m, 509 , 2008-01-12
crdemapping.m, 513 , 2008-01-12
crmapping.m, 557 , 2008-01-12
deci22bin.m, 370 , 2008-04-01
giins1.m, 649 , 2008-01-12
girem1.m, 564 , 2008-01-12
ofdm,qpsk,高斯信道.m, 3132 , 2008-04-02
qpskdemod1.m, 566 , 2008-01-12
qpskmod1.m, 619 , 2008-01-12
viterbi.m, 3345 , 2008-01-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 读取通讯录/短信,短信删除 例子源码下载( 智能短信)
    读取通讯录,短信,编辑短信
    2015-04-09下载
    积分:1
  • Android—Sqlite
    Android—Sqlite数据库信息demo    
    2014-08-13下载
    积分:1
  • danpianjicommumition
    《单片机通信技术与工程实践》源程序 详细介绍了 单片机的通信原理 以及通过实践例子加以说明("SCM communication technology and engineering practice," the source in detail, the computer's communication theory and practice through examples to illustrate)
    2007-02-11 19:32:44下载
    积分:1
  • PulseSensor demo
    说明:  心率传感器,下机位arduino程序,拷入开发板中处理数据(Heart Rate Sensor, Arduino Program)
    2019-04-11 08:19:06下载
    积分:1
  • Gson 实体类和json之间相互转化例子
    Gson 实体类和json之间相互转化例子
    2015-06-05下载
    积分:1
  • Android-UI
    界面显示,listview,可滑动的,快捷栏(Interface display the listview sliding)
    2012-03-14 14:19:39下载
    积分:1
  • Android 视频上传源码
    Android 视频上传源码
    2015-02-16下载
    积分:1
  • 漂亮的时间选择器
    一款封装好的类似iphone的时间选择器
    2020-09-29 11:37:44下载
    积分:1
  • Power_System_Protection_Principles_(third_edition)
    说明:  电力系统继电保护原理(第三版)-天津大学.pdf 电子书籍。(Power System Protection Principles (third edition)- Tianjin University. Pdf e-books.)
    2010-03-29 13:20:22下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载