登录
首页 » matlab » 阵列信号处理的理论和应用

阵列信号处理的理论和应用

于 2020-06-11 发布
0 341
下载积分: 1 下载次数: 8

代码说明:

说明:  《阵列信号处理的理论和应用》书籍配套程序 MATLAB程序 1:MUSIC 算法MATLAB程序 2:ESPRIT 算法MATLAB程序 3:Root-MUSIC算法MATLAB程序 4:面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序 5:空间平滑MUSIC算法的MATLAB程序 6:角度和时延联合估计(JADE)算法MATLAB程序 7:传播算子DOA估计算法MATLAB程序 8:基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(Matlab program 1: MUSIC algorithm matlab program 2: ESPRIT algorithm matlab program 3: Matlab program of root MUSIC algorithm 4: Matlab program of the United ESPRIT algorithm for 2-D angle estimation in the area array 5: Matlab program of spatial smoothing MUSIC algorithm 6: Matlab program of joint angle and delay estimation (jade) algorithm 7: Matlab program of DOA estimation algorithm of propagation operator 8: Matlab program for 2-D DOA estimation of L-type array based on augmented matrix bundle)

文件列表:

程序\1.MUSIC算法MATLAB程序\1.eps, 23290 , 2020-04-10
程序\1.MUSIC算法MATLAB程序\doa_music.m, 1122 , 2010-10-25
程序\2.ESPRIT 算法MATLAB程序\main.m, 674 , 2010-10-25
程序\2.ESPRIT 算法MATLAB程序\tls_esprit.m, 1584 , 2010-10-25
程序\3.Root-MUSIC算法MATLAB程序\root_music.m, 908 , 2010-10-25
程序\4.面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序\qq.m, 200 , 2010-10-25
程序\4.面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序\Unitary_esprit.m, 1312 , 2010-10-25
程序\5.空间平滑MUSIC算法的MATLAB程序\main.m, 1373 , 2010-10-25
程序\5.空间平滑MUSIC算法的MATLAB程序\mssp.m, 240 , 2010-10-25
程序\5.空间平滑MUSIC算法的MATLAB程序\ssp.m, 174 , 2010-10-25
程序\6.角度和时延联合估计(JADE)算法MATLAB程序\genspacetimechan.m, 1627 , 2010-10-25
程序\6.角度和时延联合估计(JADE)算法MATLAB程序\jade.m, 4668 , 2010-10-25
程序\6.角度和时延联合估计(JADE)算法MATLAB程序\main.m, 1040 , 2010-10-25
程序\6.角度和时延联合估计(JADE)算法MATLAB程序\qtrans.m, 464 , 2010-10-25
程序\6.角度和时延联合估计(JADE)算法MATLAB程序\raisedcos_filter.m, 498 , 2010-10-25
程序\7.传播算子DOA估计算法MATLAB程序\PM.m, 1513 , 2010-10-25
程序\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序\matrix_pencil_L.m, 1477 , 2010-10-25
程序\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序\R_hankel.m, 152 , 2010-10-25
程序\光盘说明.txt, 685 , 2010-10-25
程序\1.MUSIC算法MATLAB程序, 0 , 2020-04-10
程序\2.ESPRIT 算法MATLAB程序, 0 , 2013-09-07
程序\3.Root-MUSIC算法MATLAB程序, 0 , 2013-09-07
程序\4.面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序, 0 , 2013-09-07
程序\5.空间平滑MUSIC算法的MATLAB程序, 0 , 2013-09-07
程序\6.角度和时延联合估计(JADE)算法MATLAB程序, 0 , 2013-09-07
程序\7.传播算子DOA估计算法MATLAB程序, 0 , 2013-09-07
程序\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序, 0 , 2013-09-07
程序, 0 , 2013-09-07

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

发表评论

0 个回复

  • Device_Driver_3rd_examples
    O Reilly Linux Device Driver Third Edition with Examples
    2010-01-26 15:32:44下载
    积分:1
  • MATLAB教程-台大郭彦甫
    MATLAB教程-台大郭彦甫 适合初学者(MATLAB Course-Taida Guo Yanfu Suits Beginners)
    2020-06-16 14:25:20下载
    积分:1
  • 第十九章 强化学习
    说明:  机器学习及其matlab实现一书第十九章关于强化学习的代码,有详细的注释,供初学者借鉴,很好学习强化学习资料。(Chapter 19 of machine learning and its matlab implementation has detailed notes on the code of reinforcement learning, which can be used for reference by beginners, and is a good way to learn reinforcement learning materials.)
    2020-09-01 14:48:08下载
    积分:1
  • power_brushlessDCmotor
    这是一个在matlab软件下的电机数学模型仿真程序,大家如果有研究这方面的课题的话,或许有用!(This is a matlab software in the motor mathematical model simulation program, if everyone has looked into this aspect of the subject, then, might be useful!)
    2008-03-25 14:49:58下载
    积分:1
  • MATLAB智能算法30个案例分析
    说明:  本书采用案例形式,以智能算法为主线,讲解了遗传算法.免疫算法,退火算法.粒子群算法,鱼群算法,蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现,本书共给出30个案例,每个案例都是一个使用智能算法解决问题的具体实例,所有案例均由理论讲解、案例背景.MATLAB程序实现和扩展阅读四个部分组成,并配有完整的程序源码。(This book uses case form and takes intelligent algorithm as the main line to explain the matlab implementation of the most commonly used intelligent algorithms, such as genetic algorithm, immune algorithm, annealing algorithm, particle swarm optimization algorithm, fish swarm algorithm, ant colony algorithm and neural network algorithm. There are 30 cases in this book, and each case is a specific example of using intelligent algorithm to solve problems, All cases are composed of theoretical explanation, case background, matlab program implementation and extended reading, and complete program source code.)
    2020-10-15 21:20:30下载
    积分:1
  • pythonbcym_jb51
    说明:  Eric Matthes 编著的Python编程从入门到实践配套源码。(Eric Matthes compiled Python programming from entry to practice supporting source code.)
    2019-03-01 17:09:12下载
    积分:1
  • Chapter07
    机器学习第二版书籍源码,文件较大,分章节上传,第7章(Machine learning second edition book source code, due to the large file, chapter upload, Chapter 7)
    2019-03-12 09:46:23下载
    积分:1
  • ANSYS-APDL-Examples
    有限元分析软件ANSYS的编程语言APDL写的工程实例,附有丰富的注解。(Examples of the project with ANSYS programming language APDL , accompanied by many notes.)
    2021-04-19 08:18:51下载
    积分:1
  • 有关树的程序
    说明:  《数据结构》中与树相关的程序,包括层次遍历TL,分类二叉树、哈夫曼树、树层次遍历TL等等(Data structure source code implementation)
    2020-03-23 18:20:55下载
    积分:1
  • BookandtheSourceofProgrammingtheFiniteElementMetho
    有限元编程的源程序及教材,及一些相关资料。(Book and the Source of Programming the Finite Element Method )
    2010-03-05 00:15:40下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载