登录
首页 » matlab » 空时自适应处理

空时自适应处理

于 2021-04-22 发布
0 468
下载积分: 1 下载次数: 117

代码说明:

说明:  仿真空时自适应处理STAP里的算法合集程序:Capon谱、降维算法3dt、JDL等(Algorithms aggregator for simulation space-time adaptive processing in STAP: Capon spectrum, dimension reduction algorithm 3dt, JDL, etc.)

文件列表:

该程序仿真了空时自适应处理STAP里的降维算法3dt,并与最有空时处理的结果进行了比较.rar, 201165 , 2018-10-30
113172215MountainTopSTAP这是我毕业设计涉及的一部分,基于MountainTop数据的STAP算法仿真,该MountainTop数据可以在网上下载.rar, 3400734 , 2018-10-30
109201280STAP-by-J.Ward-ver.2.0We presents a comparative study between the least Mean Square (LMS) and Sample Matrix Inversion (SMI) Algorithms and their application to the smart antenna optimization..zip, 121165 , 2018-10-30
基于Capon算法的空时处理自适应算法,适用初学者M_Capon.rar, 2100 , 2018-10-30
空时自适应处理降维算法中的JDL,采用三乘三转换矩阵.zip, 4335 , 2018-10-30
87361048Capon_output 单基雷达的空时导向矢量方向图的Capon谱示意图,基本空时自适应处理的程序.zip, 1837 , 2018-10-30

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

发表评论

0 个回复

  • 高光谱遥感图像处理软件包
    说明:  use to handle high remote sensing data
    2020-06-28 23:00:01下载
    积分:1
  • JavaScript图片轮播显示特效
    JavaScript图片轮播切换显示特效,相当平滑的效果,整体看上去很不错,适合做房产网站、摄影网站、企业网站图片推荐之用。
    2022-01-20 22:37:47下载
    积分:1
  • FDTD 源程序
    模拟入射平面波经过金属纳米粒子线性各向同性下的电磁场分布(Simulated electromagnetic field distribution of incident plane wave passing through metal nanoparticles under linear isotropy)
    2019-03-09 21:01:02下载
    积分:1
  • LED技术攻略,包括LED相关基础知识与驱动电路
    LED技术攻略,包括LED相关基础知识与驱动电路-LED Technology Strategy, including the relevant basic knowledge and LED driver circuit
    2022-04-27 18:20:36下载
    积分:1
  • Frutiger_bold
    Frutiger is a series of typefaces named after its Swiss designer, Adrian Frutiger. Frutiger is a humanist sans-serif typeface, intended to be clear and highly legible at a distance or at small text sizes. A very popular design worldwide, type designer Steve Matteson described its structure as "the best choice for legibility in pretty much any situation" at small text sizes, while Erik Spiekermann named it as "the best general typeface ever".[3][4]
    2020-06-17 05:40:01下载
    积分:1
  • 04-道路缺陷自动检测程序
    路面缺陷监测, 作为沥青路而最重要的两种破损形式,疲劳开裂和一车辙己经成为影响路I衍使用性能的主要因素。根据交通部《高速公路养护质量检测方法(试行)》之规定,公路养护部门需要定期对公路路面状况进行病害调查,以便指定相应的维修养护策略。而沥青路面裂缝是路面疲劳开裂与车辙的直观表现形式,因此沥青路面裂缝必然成为路而调查的一项重要指标。传统的人工裂缝调查方法越来越不能适应高速公路发展的要求,其毛要缺陷是速度慢,个人主观程度大,而且花费高,危险,还影响正常交通。因此,研发有效的自动检测算法是当前急待解决的热点和难点问题。(Pavement defect monitoring)
    2021-03-03 12:59:33下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 初学者的AdaBoost
    for beginners of adaboost
    2022-03-23 06:46:04下载
    积分:1
  • netlink_ipc
    说明:  netlink通信模板,用于和内核驱动进行通信(netlink communication module)
    2020-06-20 18:20:02下载
    积分:1
  • 二叉树后序遍历8_3.rar c加加课程设计
    二叉树后序遍历8_3.rar c加加课程设计-Binary tree postorder 8_3.rar c Gaga Course Design
    2022-09-06 03:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载