登录
首页 » matlab » outdated_part_AF

outdated_part_AF

于 2017-09-28 发布 文件大小:1KB
0 180
下载积分: 1 下载次数: 30

代码说明:

  传统两跳多中继协作网络,系统在过时信道状态下,采用AF放大转发协议,误码率和容量的仿真程序(Traditional two-hop multi-relay cooperative network, the system in the outdated channel state, using AF amplification Forwarding protocol, error rate and capacity of the simulation program)

文件列表:

outdated_part_AF.m

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

发表评论

0 个回复

  • Crk_cledp21
    玩音乐的都应该知道这个软件,现在找破解应该很困难。珍藏多年的破解器!(A tools for unlock the software named cool editor.)
    2017-09-10 15:50:26下载
    积分:1
  • mssa
    多通道奇异谱分析程序,可用于时间序列多尺度分析,多尺度比对与拼接等。(multi-channel singular spectrum analysis procedures can be used for time-series analysis of multi-scale, multi-scale compared with other combinations.)
    2021-03-09 14:39:28下载
    积分:1
  • Chinese chess source code can be difficult to set up and support two players, su...
    中国象棋源代码,可以设置难度,支持两人对弈,可作为设计此类游戏的参考-Chinese chess source code can be difficult to set up and support two players, such as game design reference
    2022-04-13 00:38:52下载
    积分:1
  • 完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲
    完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲-Perfect ofdm, there is a need to seize the time of the download, the exchange of everyone learning together, the functional is very strong
    2022-10-04 18:20:02下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 航向仿真
    这是一个基于模糊PID的船舶航向控制matlab simulink仿真程序(This is a matlab Simulink simulation program for ship course control based on fuzzy PID)
    2020-11-04 12:59:51下载
    积分:1
  • GPS信号的产生
    说明:  实现粒子滤波的函数,它可以用于参数估计时候调用.(It can be used in parameter estimation.)
    2019-10-29 16:13:09下载
    积分:1
  • 商店存货系统,安装就能使用,功能很强大,很完整
    商店存货系统,安装就能使用,功能很强大,很完整-OK
    2022-06-28 19:10:05下载
    积分:1
  • GAN-Base-on-Matlab-master
    matlab版本的GAN网络,对抗生成网络(The simulation of GAN network)
    2021-03-23 15:09:15下载
    积分:1
  • source and detailed experimental procedures report
    源程序及详细程序实验报告-source and detailed experimental procedures report
    2022-01-22 11:25:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载