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

Array signal processing(2)

于 2019-01-11 发布
0 198
下载积分: 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 个回复

  • gaborfilter
    根据gabor滤波器的定义,用matlab创造gabor滤波器(According to the definition of gabor filter used to create gabor filter matlab)
    2007-12-26 03:03:22下载
    积分:1
  • cvmodelimagesegment
    说明:  在matlab中运用cv模型来进行图像的分割处理,供大家参考!(Cv in the model to use matlab for image segmentation processing, for your reference!)
    2009-07-27 18:52:38下载
    积分:1
  • RSA-Encode-and-Decode
    说明:  本软件利用matlab开发的一个具有交互界面的软件,主要功能为RSA的加密、解密功能,简单易懂,富有详细代码(This software is developed using a matlab interface software, the main function for the RSA encryption and decryption functions, easy to understand, full of detailed code)
    2011-03-25 10:56:19下载
    积分:1
  • dynamic_time_warping_v2.0
    Copyright (C) 2013 Quan Wang <wangq10@rpi.edu>, * Signal Analysis and Machine Perception Laboratory, * Department of Electrical, Computer, and Systems Engineering, * Rensselaer Polytechnic Institute, Troy, NY 12180, USA */ /** * This is the C/MEX code of dynamic time warping of two signals * * compile: *
    2014-09-24 22:27:35下载
    积分:1
  • Turbo_simulink
    说明:  turbo 码的编码与译码,用matlab仿真,为m文件(turbo code encoding and decoding, using matlab simulation, for m documents)
    2008-11-21 16:39:28下载
    积分:1
  • branch_algorithm
    利用分支定届算法实现线性混合整数规划模型的求解(MATLAB代码)( using branch algorithm to solve the mixed integer linear programming model (MATLAB code))
    2009-04-28 09:47:39下载
    积分:1
  • li9_8
    说明:  基于NMF的人脸识别代码 matlab 识别率高 容易运行 容易修改(NMF-based face recognition matlab code easier to run a high recognition rate is easy to modify the)
    2010-03-25 22:14:59下载
    积分:1
  • IPCA
    用增量子空间学习法(IPCA)实现车辆的前景检测(With incremental subspace learning method (IPCA) to achieve the prospect of testing vehicles)
    2011-07-20 17:14:15下载
    积分:1
  • matrix1
    给出了用消元法解线性方程组的方法,消元法是解线性方程组有效地方法。(In this paper, the elimination method of solving linear equations, elimination method is effective method of solving linear equations.)
    2011-09-20 16:53:23下载
    积分:1
  • 多种图像边缘检测与分割处理
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets)
    2005-04-26 00:01:01下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载