登录
首页 » matlab » 非均匀线阵doa估计算法

非均匀线阵doa估计算法

于 2020-10-30 发布
0 234
下载积分: 1 下载次数: 10

代码说明:

说明:  在非均匀线阵条件下的DOA估计算法(4种)(DOA estimation algorithm under the condition of nonuniform linear array (4 kinds))

文件列表:

非均匀线阵doa估计算法\1.非均匀线阵下的修正Capon算法\fxxmcaponxz1.m, 1208 , 2019-05-13
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\angle_find.m, 161 , 2017-05-15
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\comp_nor_noise.m, 220 , 2017-05-15
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\de2ambiguity.m, 930 , 2017-05-16
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\noise.m, 175 , 2017-05-15
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\one_baseline.m, 1294 , 2017-11-28
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\rms.m, 112 , 2017-05-15
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法\tor_est.m, 423 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\angle_find.m, 161 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\comp_nor_noise.m, 220 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\de2ambiguity.m, 930 , 2017-05-16
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\noise.m, 175 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\rms.m, 112 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\tor_est.m, 423 , 2017-05-15
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法\two_baseline.m, 2621 , 2017-11-28
非均匀线阵doa估计算法\4.不同基线比值的双基线相位干涉仪算法结果对比\Untitled.m, 283 , 2018-01-02
非均匀线阵doa估计算法\1.非均匀线阵下的修正Capon算法, 0 , 2019-12-10
非均匀线阵doa估计算法\2.基于非均匀线阵的单基线相位干涉仪DOA算法, 0 , 2019-12-10
非均匀线阵doa估计算法\3.基于非均匀线阵的双基线相位干涉仪DOA算法, 0 , 2019-12-10
非均匀线阵doa估计算法\4.不同基线比值的双基线相位干涉仪算法结果对比, 0 , 2019-12-10
非均匀线阵doa估计算法, 0 , 2019-12-10

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

发表评论

0 个回复

  • NBA
    根据体育场馆实测分压分布点数据,绘制风压分布图。(According to sports venues measured pressure distribution points data, draw the wind pressure distribution. )
    2013-03-15 17:07:21下载
    积分:1
  • 6_SJF
    shortest job fisrt operating system
    2019-03-05 00:32:50下载
    积分:1
  • WebFTP
    说明:  ftp上传下载功能,包括账号权限控制功能(FTP upload and download function, including account permission control function)
    2019-02-12 11:21:18下载
    积分:1
  • 2
    说明:  Background Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e., Area(R1∩R2∩…∩Rn) The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines. For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle. Input The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format: x1 x2 y1 y2 such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers. Output The output file contains the area of the intersection of all the rectangles.
    2013-11-15 02:58:38下载
    积分:1
  • ofxMyo-master
    说明:  MYO显示EMG信号,打开后为8通道信号(MYO displays EMG signal and 8 channel signal after opening)
    2021-04-06 17:59:02下载
    积分:1
  • 建设一个网站,会遇到多人连接服务器的问题.如果用tomcat作为JAVA服务器,可以写一个连接池程序.但最新的5.0.16tomcat已经支持连接池配置,我个文...
    建设一个网站,会遇到多人连接服务器的问题.如果用tomcat作为JAVA服务器,可以写一个连接池程序.但最新的5.0.16tomcat已经支持连接池配置,我个文档就是讲如何设置的,花了一天功夫!-building a website, will face many problems connecting to servers. If tomcat as a Java server, can write a connection pool procedures. But the latest 5.0.16tomcat have supported the connection pool configuration files, I was speaking of how to set up and spent all day effort!
    2022-10-19 08:20:03下载
    积分:1
  • 一款简单的C++文字游戏
    这是一款简单的C++文字游戏。c++新手之作。仅供参考。还有很多不完善的地方。例如可以用更多的inheritance啥的。可做练习。
    2023-08-04 00:55:05下载
    积分:1
  • 前驱式纯电动汽车制动能量回收关键技术研究_胡卫
    说明:  从理论上设计了前驱式纯电动汽车制动能量回收(The brake energy recovery of the front drive pure electric vehicle is designed theoretically)
    2020-06-22 11:36:19下载
    积分:1
  • matlap程序设计 刘卫国版 课后实验6
    matlap程序设计 刘卫国版 课后实验6-matlap Liu Weiguo version of Experiment 6
    2022-01-21 20:57:32下载
    积分:1
  • VB.net连接读取Access并打印数据
    VB.net连接读取Access并打印数据,比较基础的VB.NET数据库操作方面的例子,VB.NET打印数据,VB.NET连接Access数据库,读取Access数据库内容。
    2023-04-28 21:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载