登录
首页 » matlab » direction finding algorithm

direction finding algorithm

于 2019-01-12 发布
0 119
下载积分: 1 下载次数: 5

代码说明:

说明:  利用信号本身的结构特征,通过附加不同的稀疏约束,该模型利用过完备字典进行信号分解,使其表示成字典中若干原子的线性组合,从而获得数据的精简表示。(By using the structural characteristics of the signal itself and adding different sparse constraints, the model decomposes the signal into linear combinations of atoms in the dictionary by using an over-complete dictionary, thus obtaining a simplified representation of the data.)

文件列表:

main_2.m, 1888 , 2018-05-10
main_prime_array.m, 5306 , 2018-05-21
music.m, 696 , 2015-04-08
main_1.m, 922 , 2018-05-10

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

发表评论

0 个回复

  • eof_uv
    说明:  风场EOF分析,适用于nc资料,对原始场、距平场、标准场,程序内有详细说明。(The wind field EOF analysis is applicable to the nc data, and the original field, the anomaly field, and the standard field are detailed in the program.)
    2021-03-22 01:09:16下载
    积分:1
  • LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等...
    LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等等。-LINDO for solving linear programming and quadratic programming problems, LINDO LINGO addition to the full functionality, but also can be used for nonlinear programming problem some also can be used for linear and nonlinear equations (Group I) solution, and so on.
    2022-04-12 16:28:04下载
    积分:1
  • Security
    说明:  安卓权限动态监控系统是一套基于安卓的软件权限和个人应用数据监控系统,实现了敏感权限访问记录生成、网络流量和短信的监控、软件行为分析、用户交互模块采用数据报表可视化的方式,让用户直观地了解到手机中各应用程序访问了哪些敏感权限,是否有非授权流量或短信的流出,同时系统还可视化地给出了应用程序的危险系数和行为分析。(Android permission dynamic monitoring system is a software permission and personal application data monitoring system based on Android. It realizes the generation of sensitive permission access records, the monitoring of network traffic and short messages, the analysis of software behavior, and the visualization of user interaction module by data report forms, so that users can intuitively understand which sensitive permissions are accessed by various applications in mobile phones, and whether there are non-users. Authorized traffic or SMS outflow, while the system can visually give the application risk factor and behavior analysis.)
    2019-04-23 09:47:57下载
    积分:1
  • SVM EXAMPLE
    说明:  人工智能中利用SVM解决兵和王的问题,利用matlab语言编写(The soldier and the king)
    2019-11-26 09:55:00下载
    积分:1
  • delphi源程序看看,这可能对你有帮助
    delphi源程序看看,这可能对你有帮助-delphi look at the source, which may have been helpful to you
    2023-02-06 20:05:04下载
    积分:1
  • DTMF
    说明:  以一个包含拔号信号的数据文件为输入,其输出就是电话号码(Take a data file containing the dial signal as the input, and the output is the telephone number)
    2020-10-16 23:16:14下载
    积分:1
  • BDS_Sim-main
    说明:  北斗信号matlab仿真,包括B3I B2a B1I(Beidou signal matlab simulation, including b3i B2A b1i)
    2021-04-15 03:28:55下载
    积分:1
  • ctRecontruction
    ct reconstruction matlab code
    2017-09-28 00:49:01下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • point font
    point font
    2023-08-08 14:25:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载