登录
首页 » matlab » upload

upload

于 2020-11-16 发布
0 227
下载积分: 1 下载次数: 8

代码说明:

说明:  这些文件将在两用户非正交多址(NOMA)系统中实现用于信号检测的深度学习方法[1]。三个主要脚本分别是生成训练数据、训练神经网络和生成测试结果。该神经网络用于相位衰落的静态标量信道,用于NOMA系统中同时检测2个用户的单个子载波上的传输符号。考虑并测试了两种情况:一种是导频符号数目较少,另一种是循环前缀长度较短。在这两种情况下,深度学习方法都比传统的信道估计方法具有更强的鲁棒性。(These files are to implement the deep learning method for signal detection in a two-user non-orthogonal multiple access (NOMA) system [1]. The 3 main scripts are to generate training data, to train the neural network and to produce testing results, respectively. The neural network is trained for a static scalar channel with phase fading and is used to detect transmitted symbols on a single subcarrier for 2 users simultaneously in a NOMA system. Two scenarios are considered and tested: one is with fewer number of pilot symbols and the other is with shorter length of cyclic prefix. The deep learning method is shown to be more robust than conventional channel estimation methods in both cases.)

文件列表:

allocatePower.m, 1142 , 2020-05-11
channelEstimation.m, 1727 , 2020-05-11
dataTransmissionReception.m, 1694 , 2020-05-11
detectML.m, 1975 , 2020-05-11
getFeatureAndLabel.m, 987 , 2020-05-11
symbolDecodeDL.m, 2579 , 2020-05-11
symbolDecodeSIC.m, 1316 , 2020-05-11
testData.m, 6782 , 2020-05-11
trainData.m, 5587 , 2020-05-11
trainNN.m, 1142 , 2020-05-11
license.txt, 1467 , 2020-05-11

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

发表评论

0 个回复

  • 多元素动画滑块jQuery焦点图
    多元素动画滑块jQuery焦点图是一款可以左右轮播切换,支持自动轮播,(Multi-element animation slider jQuery focus map is a left-right rotation switch, support automatic rotation, uery picture switch)
    2019-03-22 14:12:03下载
    积分:1
  • Alvas.Audio
    c# 音频转换很好的一个工具,wav转pcm(C# audio conversion is a good tool. wav to pcm)
    2018-09-18 13:29:16下载
    积分:1
  • 本文综述了风力发电机组的电气控制。在介绍风力涡轮机特性的基础上介绍了双馈异步发电系统和永磁同步全馈发电系统,具体介绍了双馈异步发电系统的运行过程,最后简单介绍了...
    本文综述了风力发电机组的电气控制。在介绍风力涡轮机特性的基础上介绍了双馈异步发电系统和永磁同步全馈发电系统,具体介绍了双馈异步发电系统的运行过程,最后简单介绍了风力发电系统的一些辅助控制系统。-This paper reviews the wind turbine electrical control. In introducing the characteristics of wind turbines based on the introduction of the doubly-fed induction and permanent magnet synchronous generating system-wide power-fed systems, the specific introduction of the double-fed asynchronous operation of the process of power generation systems, and finally a brief account of the wind power system ancillary control system .
    2022-04-19 19:20:17下载
    积分:1
  • svm
    MATLAB平台提取一段语音信号的mfcc参数(MATLAB mfcc feature extract)
    2017-08-03 19:44:15下载
    积分:1
  • TEAM.R2R.Roland.Cloud.Emulator.v1.1.0-R2R
    说明:  TEAM.R2R.Roland.Cloud.Emulator.v1.1.0-R2R
    2019-05-08 00:37:59下载
    积分:1
  • 1602显示驱动程序
    LCD1602的数据写入及CGRAM的使用 编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅 1.当使能端E由1变为0时,执行写指令,数据被写入。 例如,欲写入数据i到DDRAM: void WDR(uchar i) { CheckBusy();//检忙 LCD_RS=1; LCD_RW=0; LCD_EN=0; Delay(); LCD_DATA=i;//数据输出到定义端口 Delay(); LCD_EN=1; Delay(); LCD_EN=0;//这一步才开始写入到LCD Delay(); } 2.CGRAM 1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。 以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
    2020-06-23 13:20:02下载
    积分:1
  • hunatcha
    Source code of computer viruses Worm for Windows --------------------------- Hunatcha by Undermine Author s description * Run at every startup * Infect drives & files * P2P Process * Taskkill av The main reason for this virus is to show you how works, so this is why i added that variable. Sorry for the mess but like i said it s mostly to explain my virus. Peoples interessed in this technic should also rewrite DATA d32, in line w32. It also change register usage, but using a more advanced technic update taskkill.
    2011-06-04 05:24:35下载
    积分:1
  • "SHENG
    《圣剑英雄传II-双刃剑》(源程序)编译时需要DirectX7以上版本支持。-"SHENG- JIAN Heroes II-double-edged sword" (source) compiler need support DirectX7 versions.
    2023-01-02 21:45:04下载
    积分:1
  • CY8C20x36A_46A_66A_96A
    赛普拉斯技术说明手册,触摸按键,拓展IO(Cypress Technical Instructions Manual, Touch Key, Expand IO)
    2020-06-22 03:40:02下载
    积分:1
  • Delphi 判断用户是否在操作电脑
    Delphi 判断用户是否在操作电脑,鼠标钩子的原理制作的小程序,适时监控鼠标的变化,若鼠标有动静,就判断有用户在操作电脑,若没动静,就说明无人操作电脑,原理挺简单,代码实现部分稍嫌复杂,不过都可以看懂。
    2022-04-02 08:51:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载