搜索资源列表
080301
- 放大转发协同通信的有关仿真代码,MATLAB环境仿真
newbasiccooperative
- 协同通信以及感知无线电方面的仿真,MATLAB环境
协同能量检测法仿真程序
- 单节点与协作能量检测性能的ROC曲线,出两个图,一个是虚警概率和漏检概率的比较,一个是检测概率和漏检概率的比较
Matlab-DF-and-AF
- 该程序是使用Matlab仿真协同通信的DF(解码转发)基本性能,也可以作为学习Matlab 通信仿真的入门实例。-This program is to simulate basic performance of collaborative communication DF (decoding forwarding)by using Matlab, also can be used as a learning Matlab communication simulation of introduc
Taylor_Algorithm
- 泰勒级数展开算法是需要初始估计位置的递归算法,在每一次的递归中通过求解TDOA测量误差的局部最小二乘来改进估计的位置。 本程序基于MATLAB,对泰勒级数展开算法进行了仿真。初始位置的选取很重要,建议和其他简单的算法进行协同,对信号源位置进行定位。 希望对研究信号源定位的同志有所帮助。-Taylor series expansion algorithm is the need to estimate the location of the initial recursive algorithm,
AF-or-DF-Coorperation
- 协同系统下的仿真,分析了AF与DF两种不同的策略,并且附带相应的仿真图。-Collaborative system simulation, analysis of the AF and DF are two different strategies, and with the corresponding simulation diagram.
matlab_modelsim
- Matlab 与 modelsim 协同仿真的例程设置好modelsim运行环境后,在源码路径执行manchester_tb,即可完成协同仿真的过程。-ModelSim co-simulation with Matlab routine ModelSim runtime environment is set up after the implementation of source path manchester_tb, to complete the process of co-simulat
ModelsimSimulink
- Modelsim和Simulink协同仿真,很经典-Modelsim Simulink
Data_fusion
- 为了获得更加准确的估计位置,对一种基于数据融合的定位解算算法进行了研究,在将模拟退火算法与经典的泰勒级数展开法和Chan氏算法进行性能比较的基础上,将模拟退火算法与上述两种经典的位置解算算法相结合,通过构造多算法协同定位模型,并基于该模型设计了融合定位算法,对传统定位解算算法进行改进,提出了一种基于数据融合的定位解算算法。仿真结果表明,融合算法的定位精度优于非融合算法且运算量较小-In order to obtain more accurate estimates of the location
df
- 本程序为基于译码转发的协同通信仿真程序,能够绘制出信噪比和误码率的关系曲线-This procedure is based on collaborative communication decoding forward simulation program, one can draw the signal to noise ratio and bit error rate curve
Artificialneuralnetworkandsimulation
- 内容包括:人工神经网络简介、单层前向网络及LMS学习算法、多层前向网络及BP学习算法、支持向录机及其学习算法、Hopfield 神经网络,随机神经网络及模拟退火算法、竟争神经网络和协同神纤网络。每章均给出了基于MATLAB的仿真实例以及练习。 -Contents include: Introduction to artificial neural networks, single-layer feedforward network and the LMS learning algorit
xietongjiance
- 基于协同检测技术的能量检测算法,实现过程中使用了不同的仿真条件-Collaborative detection technique based on energy detection algorithm, the process used to achieve different simulation conditions
Immunity-clone-algorithm-with-mutation-coevolution
- 利用免疫系统的克隆选择机制,提出一种用于函数优化的算法. 算法的主要特点是:在迭代过程中,不仅抗体得到进化,同时建立变异向量集,令变异向量同步进化,协同工作,达到优化的目的. 仿真实验表明,所提出的算法能以较快的速度完成给定范围的搜索和全局优化任务-By using the clonal selection echanism of the immune system , a method for function optimizing is proposed. The character of
Spacetime-code
- 使用matlab实现对空时分组码的协同分集系统进行性能仿真-Using matlab to realize synergies STBC diversity system performance simulation
differential-Detection-for-diversity
- 差分空时传输分集的两篇重要文档仿真: 1. V. Tarkh and H. Jafarkhani, “A differential Detection scheme for transmit diversity,”;2. S. M. Alamouti, “A simple transmitter diversity scheme for wireless communications,” 。 关键词:差分;空时;协同;分集;MATLAB仿真-Differential space-t
Photovoltaic
- 基于PSIM和Simulink的光伏发电系统协同仿真,里面还有资料哦。-Photovoltaic power generation system based on PSIM and Simulink co-simulation, there is also information Oh.
SLPS_co-simulation
- Cadence仿真技术和MathWorks的MATLAB Simulink软件包将两个业界领先的仿真工具集成在一个强大的协同仿真环境(SLPS)。 本文档介绍怎么这两大工具结合起来用。-Cadence simulation technology and MATLAB Simulink MathWorks software package to two industry-leading simulation tools integrated in a powerful co-simulatio
多无人协同任务分配程序平台
- 本程序给出了多无人机协同控制的仿真程序,对无人机的初学提供一个很好的仿真例子,其他协同飞行的仿真均可以此来拓展(This program gives the simulation program of multi UAV cooperative control, provides a good simulation example for UAV's beginner's learning, and the other collaborative flight simulation can ex
MultiUAVsim
- 多无人机协同侦查、任务分配、智能决策仿真(MultiUAV cooperations control)
栅格地图与Astart路径规划
- 使用A*算法建立了机器人路径规划模型,可自由添加多个机器人进行协同仿真。函数为单独编写,备注清晰,可很好观察A*的规划效果!