-
主函数
基于遗传算法的matlab实现多目标优化问题(Multi-objective optimization problem based on genetic algorithm matlab)
- 2019-06-29 17:09:15下载
- 积分:1
-
Stm32 Led control
This program is to control five LED blocks with PWM.
- 2018-06-27 19:17:26下载
- 积分:1
-
compressandforward
文章简要的介绍了目前较新的压缩转发技术,compress-and-forward技术在现今研究较热门,相关的人员可以看看。(This paper addresses cooperative Time Division Duplex (TDD) relaying in the multiple-antenna case with full Channel State Informatio(CSI),assuming perfect knowledge of all channels.The main focus of the
paper is on the Compress-and-Forward (CF) strategy, for which an achievable rate on the Gaussian MIMO relay
channel can be derived by applying distributed vector compression techniques.)
- 2010-01-05 19:23:53下载
- 积分:1
-
it is about target tracking using the simulator"Castalia" in c
++ based on omn...
it is about target tracking using the simulator"Castalia" in c
++ based on omnet-it is about target tracking using the simulator"Castalia" in c
++ based on omnet++
- 2022-05-12 17:10:28下载
- 积分:1
-
HiAuth-master
说明: 提供基于auth2.0实现框架,包括auth2.0四种基本的登录模式,管理后台等(Provide implementation framework based on auth2.0, including four basic login modes of auth2.0, management background, etc)
- 2020-04-02 11:24:35下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
通信系毕业论文-基于MUSIC算法的DOA估计
阵列信号处理是信号处理领域内的一个重要分支,在近些年来得到了迅速发展。波达方向(Direction of Arrival,DOA)估计是阵列信号处理的一个重要的研究领域,在雷达、通信、声纳、地震学等领域都有着广泛的应用前景。在DOA估计的发展过程中,人们对高分辨DOA估计算法一直有很大的研究兴趣,并在这一领域取得了很多重要的进展。本文主要研究经典的多重信号分类(Multiple signal Classification,MUSIC)算法。
本文首先回顾了空间谱估计技术的发展过程及现状,比较详细的介绍了空间谱估计基础和DOA估计模型,研究了DOA估计中的MUSIC算法,给出了MUSIC算法的原理和步骤,并通过一些计算机仿真实验,得出了MUSIC算法的性能分析。最后做了全文总结,归纳了本文所做的工作和结论。(Array signal processing is an important branch in the field of signal processing. It has been developing rapidly in recent years. Direction of Arrival (DOA) estimation is an important field of array signal processing. It has a wide range of applications in radar, communication, sonar, seismology and other fields. In the development of)
- 2018-05-27 16:46:23下载
- 积分:1
-
nodemcu-flasher-master
ESP8266串口烧录,delphix7,xe8,xe10(ESP8266 Serial burning,delphix7,xe8,xe10)
- 2020-06-20 14:00:02下载
- 积分:1
-
Iocomp
说明: C#美观的工业控件,适用于工业上位计算机软件见开发(C # Beautiful Industrial Controls)
- 2020-12-30 14:58:59下载
- 积分:1
-
sap-voicebox-master
适用于各个版本的MATLAB语音信号处理工具箱。(VoiceBox which is available for all versions of MATLAB)
- 2019-06-25 09:14:12下载
- 积分:1