-
Deep
说明: 本文提出了一种用于通信系统中无线电信号检测的自动调制识别框架。该框架考虑了深度卷积神经网络(CNN)和长期短期记忆网络(LSTM)。 此外,我们提出了一种预处理信号表示,其组合了调制信号的同相,正交和四阶统计。所提供的数据表示允许我们的CNN和LSTM模型对我们的测试数据集实现8%的改进。(Automatic Modulation Recognition using Deep Learning Architectures, 2018 IEEE 19th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC))
- 2020-11-12 21:19:44下载
- 积分:1
-
人工势场法(3维alpha)
人工势场三维仿真图,程序可以运行。。。。。。。。(Artificial potential field three-dimensional simulation diagram , the program can run.)
- 2021-02-21 22:49:41下载
- 积分:1
-
Train_8
数据段中binb存放一个16位二进制无符号数,将其化成压缩BCD码,存于bcdu单元中(in data segment, binary unsigned data, convert the data in to BCD formate)
- 2013-08-27 21:35:39下载
- 积分:1
-
GKP
说明: 进行基于m序列的直扩信号的编码解码,并加入自适应滤波器进行自适应滤波(The coding and decoding of DS-SS signal based on m-sequence is carried out, and adaptive filter is added for adaptive filtering)
- 2020-11-16 20:59:40下载
- 积分:1
-
精通labview教程由浅入深的范例学习第二版
说明: 本书是一本"围绕练习来学习”的图书,特别适合作为大专院校的实验教材或者是自学用书。全书涉及的内容除了LabVIEW的基本编程概念和方法之外,还有大量的章节讨论DAQ的使用及LabVIEW的应用。全书共分13章,内容包括while循环与波形图、for循环与波形图、MathScript模型与XY图、DAQ辅助数据采集、数据文件与字符串、移位寄存器、case结构、数据独立性与序列结构、vi分析、使用DAQmx vi的数据采集与生成、PID温度控制项目、独立仪器控制等。(This book is a "learning around practice" book, especially suitable for college experimental teaching materials or self-study books. In addition to the basic programming concepts and methods of LabVIEW, there are also a large number of chapters to discuss the use of DAQ and the application of LabVIEW. The book is divided into 13 chapters, including while loop and waveform diagram, for loop and waveform diagram, MathScript model and XY diagram, DAQ auxiliary data acquisition, data file and string, shift register, case structure, data independence and sequence structure, VI analysis, data acquisition and generation using daqmx VI, PID temperature control project, independent instrument control, etc.)
- 2020-09-13 16:09:52下载
- 积分:1
-
untitled
说明: 连续波激光测距雷达测距原理,三角波锯齿波以及正弦波(Continuous wave laser ranging radar ranging principle, triangular wave sawtooth wave and sine wave)
- 2019-10-02 15:21:26下载
- 积分:1
-
This is a C Programming Document
这是一个C++编程文档-This is a C Programming Document
- 2022-01-26 06:57:18下载
- 积分:1
-
LOF
说明: python代码实现的LOF算法代码(为什么会有人去做这么无聊的事情呢。。。)(Python code implements LOF algorithm code. (Why would anyone do such a boring thing?))
- 2019-03-17 16:05:02下载
- 积分:1
-
数字通信系统的MATLAB设计与仿真本科毕业论文设计
说明: 通信仿真实验报告
有利于借鉴解决matlab通信仿真的问题和完成所需的任务(Communication simulation experiment report)
- 2020-04-09 11:35:58下载
- 积分:1
-
数学规划
说明: 数学规划
% lp - 线性规划
% linprog - 线性规划(在MATLAB5.3使用)
% fmin - 一元函数极值
% fminu - 多元函数极值拟牛顿法
% fmins - 多元函数极值单纯形搜索法
% constr - 非线性规划
% fmincon - 非线性规划(mathematical programming
%LP - linear programming
%Linprog - linear programming (used in matlab5.3)
%Fmin - extremum of function of one variable
%Fminu - quasi Newton method for extreme value of multivariate functions
%Fmins - simplex search method for extreme value of multivariate functions
%Constr - nonlinear programming
%Fmincon - nonlinear programming)
- 2020-11-06 19:32:12下载
- 积分:1