登录
首页 » matlab » beamforming misic MVDR

beamforming misic MVDR

于 2020-01-03 发布
0 217
下载积分: 1 下载次数: 7

代码说明:

说明:  通过常规波束形成,MISIC,MVDR,三种方法对目标测向,并且对比三种方法的优缺点(Through conventional beamforming, misic, MVDR, three methods for target direction finding, and compare the advantages and disadvantages of the three methods)

文件列表:

beamform, 0 , 2019-06-07
beamform\1.emf, 119808 , 2019-06-06
beamform\3.emf, 116744 , 2019-06-06
beamform\5.emf, 124648 , 2019-06-06
beamform\a.emf, 102312 , 2019-04-17
beamform\add_noisem.m, 1030 , 2019-04-13
beamform\arrayprocessing.m, 5229 , 2019-05-21
beamform\arrayprocessing2.m, 2764 , 2019-06-06
beamform\arrayprocessing3.m, 1627 , 2019-06-06
beamform\b.emf, 57428 , 2019-04-18
beamform\beamfor.m, 1266 , 2019-05-21
beamform\c1.emf, 39320 , 2019-04-13
beamform\c2.emf, 38420 , 2019-04-13
beamform\d1.emf, 46312 , 2019-04-18
beamform\d2.emf, 44652 , 2019-04-18
beamform\e1.emf, 44672 , 2019-04-18
beamform\e2.emf, 49520 , 2019-04-18
beamform\f.emf, 45940 , 2019-04-18
beamform\farfield.m, 2147 , 2018-12-03
beamform\g1.emf, 42500 , 2019-04-18
beamform\huosei.m, 372 , 2018-12-20
beamform\huosei2.m, 392 , 2018-12-15
beamform\nearfield.m, 592 , 2018-12-04
beamform\noisegen.m, 524 , 2019-04-17
beamform\polar3d.m, 17221 , 2018-12-13
beamform\tiaoshi.m, 620 , 2019-06-06
beamform\XX.m, 824 , 2019-10-16
beamform\XX1.m, 889 , 2019-10-16
beamform\zhenliexinhao2.m, 2893 , 2019-05-21

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

发表评论

0 个回复

  • haxi2
    又一种有效的哈希算法。。又一种有效的哈希算法。。(a kind of effective hashing algorithm)
    2020-12-05 19:49:23下载
    积分:1
  • Connection Mode in MV Distribution Networks
    说明:  介绍了国际上典型一流城市中压配电网结构模式, 总结归纳了中压配电网网架结构在提高供电可靠性、 减少停电时间上的作用。 对比分析了现状中压电缆网大分支网架结构的改造方式, 总结提炼并形成适用于福州地区建设世界一流城市配电网的中压电缆网网架结构, 提出双环网、 单环网的典型接线模式, 包括主干线路和分支线路的接线形式, 并进行了可靠性计算和论证, 用以指导福州地区世界一流城市电网建设。(This paper introduces the structure mode of medium-voltage distribution network in typical first-class cities in the world, and summarizes the role of the structure of medium-voltage distribution network in improving the reliability of power supply and reducing the blackout time. This paper compares and analyses the transformation modes of the large branch network structure of medium voltage cable network, summarizes and refines the medium voltage cable network structure suitable for constructing the world-class urban distribution network in Fuzhou, and puts forward the typical connection modes of double-loop network and single-loop network, including the main line and branch line, and carries out the transformation. Reliability calculation and demonstration are carried out to guide the construction of the world-class urban power grid in Fuzhou.)
    2020-06-19 04:40:01下载
    积分:1
  • vb环境制作的网络电视播放,很好的!虽然还没有做的像普通视频一样!但是学习VB还是有用的...
    vb环境制作的网络电视播放其,很好的!虽然还没有做的像普通视频一样!但是学习VB还是有用的-vb environment produced by its network of television, very good! Although not yet to do the same as an ordinary video! But VB is still useful to learn
    2022-02-27 01:31:26下载
    积分:1
  • 内存映谢范例 内存映谢范例 内存映谢范例
    内存映谢范例 内存映谢范例 内存映谢范例-RAM memory model Xie Ying Ying Ying Xie Xie memory paradigm example of memory model Xie Ying
    2022-10-24 05:55:03下载
    积分:1
  • Ansoft-transient-magnetic
    Ansoft瞬态场计算步骤及与RMxprt的结果对比(Ansoft transient field calculation steps and results contrast with RMxprt)
    2015-12-11 20:18:17下载
    积分:1
  • windows system onboard mine the source code for the game, with VC series, and Mi...
    windows系统自带的扫雷游戏的源代码,用VC编的,和windows自带的不同的是可以选择右击无效。-windows system onboard mine the source code for the game, with VC series, and Microsoft"s Windows is a different choice right click invalid.
    2022-01-26 05:33:15下载
    积分:1
  • online_fengci
    说明:  对现存的主流分词方法进行了分析和比较,对前人的成果和经验进行了研究和改进,设计实现了一个基于词典和统计方法的在线中文分词系统。本文系统使用了基于一种主流分词方法的经典算法,双向最大匹配法。这种方法能够将正向最大匹配法得到的分词结果和逆向最大匹配法得到的结果进行比较,从而决定正确的分词方法。这类算法的优点是速度快,时间复杂度为O(n),实现简单。本系统为用户提供了一个中文分词的在线平台,有文本分词,输入分词内容,实时显示分词结果等功能可供使用,本系统在切词准确度和速度上的表现较为良好,基本完成了中文分词的工作,提供了较好的用户体验。本文系统的创新点在于,将python语言作为开发语言,并选择了较为热门的web框架Flask作为开发在线系统的框架,实现了一个在线中文分词系统。目的是方便用户进行分词,并实时观测结果。(This paper analyzes and compares the existing mainstream word segmentation methods, studies and improves the previous achievements and experiences, and designs and implements an online Chinese word segmentation system based on dictionary and statistical methods. In this paper, a classical algorithm based on a mainstream word segmentation method, bi-directional maximum matching method, is used. This method can compare the result of forward maximum matching method with that of reverse maximum matching method, so as to determine the correct segmentation method. This kind of algorithm has the advantages of high speed, O (n) time complexity and simple implementation.)
    2020-06-11 15:10:29下载
    积分:1
  • adaboost算法
    adaboost算法,可以用于分类数据,图像(adaboost recnitionplease use it for you work)
    2018-09-26 00:56:50下载
    积分:1
  • 风控EA
    说明:  风控EA,风控ea不错的EA,风险降低,嗯嗯嗯呢(Wind control EA, wind control EA is good EA, risk reduction, uh huh?)
    2019-05-25 14:06:00下载
    积分:1
  • BT服务器源程序
    BT服务器源程序-BT server source code
    2022-02-02 11:47:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载