登录
首页 » matlab » Array signal processing(2)

Array signal processing(2)

于 2019-01-11 发布
0 205
下载积分: 1 下载次数: 3

代码说明:

说明:  5:空间平滑MUSIC算法的MATLAB程序 6:角度和时延联合估计(JADE)算法MATLAB程序 7:传播算子DOA估计算法MATLAB程序 8:基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(5: MATLAB program of spatial smoothing MUSIC algorithm 6: Joint Angle and Time Delay Estimation (JADE) Algorithms MATLAB Program 7: MATLAB Program for DOA Estimation Algorithms of Propagator 8: MATLAB Program for 2-D DOA Estimation of L-Array Based on Augmented Matrix Beam)

文件列表:

阵列信号处理的理论和应用(2)\5.空间平滑MUSIC算法的MATLAB程序\main.m, 1373 , 2010-10-25
阵列信号处理的理论和应用(2)\5.空间平滑MUSIC算法的MATLAB程序\mssp.m, 240 , 2010-10-25
阵列信号处理的理论和应用(2)\5.空间平滑MUSIC算法的MATLAB程序\ssp.m, 174 , 2010-10-25
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序\genspacetimechan.m, 1627 , 2010-10-25
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序\jade.m, 4668 , 2010-10-25
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序\main.m, 1040 , 2010-10-25
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序\qtrans.m, 464 , 2010-10-25
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序\raisedcos_filter.m, 498 , 2010-10-25
阵列信号处理的理论和应用(2)\7.传播算子DOA估计算法MATLAB程序\PM.m, 1513 , 2010-10-25
阵列信号处理的理论和应用(2)\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序\matrix_pencil_L.m, 1477 , 2010-10-25
阵列信号处理的理论和应用(2)\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序\R_hankel.m, 152 , 2010-10-25
阵列信号处理的理论和应用(2)\5.空间平滑MUSIC算法的MATLAB程序, 0 , 2019-01-11
阵列信号处理的理论和应用(2)\6.角度和时延联合估计(JADE)算法MATLAB程序, 0 , 2019-01-11
阵列信号处理的理论和应用(2)\7.传播算子DOA估计算法MATLAB程序, 0 , 2019-01-11
阵列信号处理的理论和应用(2)\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序, 0 , 2019-01-11
阵列信号处理的理论和应用(2), 0 , 2019-01-11

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

发表评论

0 个回复

  • chaocc
    说明:  混沌时间序列 c-c法求时间延迟的matlab程序,内含语句注解,不需要下载混沌工具箱,可直接使用,超方便!!! (Method of chaotic time series time delay cc matlab program, containing statement notes, do not need to download the chaotic toolbox can be used directly, super convenient! ! !)
    2011-04-11 15:00:16下载
    积分:1
  • Desktop
    改进前推回代潮流算法,计算潮流,适应强,迭代次数少。(Improved push back the tide before generation algorithms, computing trends, adaptable, less iterations.)
    2014-11-09 20:34:27下载
    积分:1
  • zxecf
    数据的最小二乘法拟合,曲线绘制,实用的MATLAB数据分析使用,适合大数据分析(Least squares fitting of data and curve drawing)
    2018-08-22 20:06:49下载
    积分:1
  • st
    说明:  Stockwell Transform Reference is Localization of the Complex Spectrum: The S Transform IEEE Transactions on Signal Processing, vol. 44., number 4, April 1996, pages 998-1001.
    2014-10-23 18:14:51下载
    积分:1
  • Chapter 3 (The Reinforcement Learning Problem)
    说明:  suntton强化学习第三章代码 (The Reinforcement Learning Problem)(The Reinforcement Learning Problem)
    2020-10-24 18:50:01下载
    积分:1
  • kalman
    卡尔曼滤波算法 一种最小方差估计(Kalman filter algorithm a minimum variance estimation)
    2007-12-08 08:40:12下载
    积分:1
  • matlabNeuralNetworkApcationDesign
    说明:  matlab神经网络应用设计》关于神经网络方面很重要的学习书籍(matlab神经网络应用设计》)
    2010-03-17 00:00:59下载
    积分:1
  • VarReduction
    多种方差减小蒙特卡洛法计算期权的程序,程序对学习蒙特卡洛很有帮助!(Various variance reduction Monte C Lofa option calculation procedures, procedures for the Monte Carlo learning very helpful!)
    2014-12-08 10:13:26下载
    积分:1
  • firlms
    matlab实现自适应滤波器的仿真,包含m文件(adaptive filter matlab simulation file contains m)
    2015-01-08 17:21:48下载
    积分:1
  • PSO
    梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
    2018-01-29 21:44:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载