登录
首页 » matlab » 阵列信号处理方面的经典程序 MATLAB

阵列信号处理方面的经典程序 MATLAB

于 2020-11-10 发布 文件大小:15KB
0 348
下载积分: 1 下载次数: 543

代码说明:

  阵列信号处理方面的经典程序,包括MUSIC算法,ESPRIT 算法,Root-MUSIC算法面阵中二维角度估计 Unitary -ESPRIT算法,空间平滑MUSIC算法,传播算子DOA估计算法等等(Classical array signal processing procedures, including the MUSIC algorithm, ESPRIT algorithm, Root-MUSIC algorithm for two-dimensional planar array of point estimates Unitary-ESPRIT algorithm, spatial smoothing MUSIC algorithm, propagator DOA estimation algorithm, etc.)

文件列表:

MATLAB
......\1MUSIC
......\......\doa_music.asv,1121,2011-10-19
......\......\doa_music.m,1130,2011-10-19
......\2ESPRIT
......\.......\main.m,674,2010-10-25
......\.......\tls_esprit.m,1584,2010-10-25
......\3Root-MUSIC
......\...........\root_music.m,908,2010-10-25
......\4Unitary-ESPRIT
......\...............\qq.m,200,2010-10-25
......\...............\Unitary_esprit.m,1312,2010-10-25
......\5MUSIC2
......\.......\main.m,1373,2010-10-25
......\.......\mssp.m,240,2010-10-25
......\.......\ssp.m,174,2010-10-25
......\6JADE
......\.....\genspacetimechan.m,1627,2010-10-25
......\.....\jade.m,4668,2010-10-25
......\.....\main.m,1040,2010-10-25
......\.....\qtrans.m,464,2010-10-25
......\.....\raisedcos_filter.m,498,2010-10-25
......\7DOA
......\....\PM.m,1513,2010-10-25
......\8DOA2
......\.....\matrix_pencil_L.m,1477,2010-10-25
......\.....\R_hankel.m,152,2010-10-25

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

发表评论

0 个回复

  • ER_Ex
    刀刃法获取靶标图像的MTF,PSF.适用于遥感图像中的MTF提取。(The blade method for target images MTF, PSF. Apply to the remote sensing image MTF extraction.)
    2011-12-19 23:39:38下载
    积分:1
  • 基于MATLAB的小波阈值去噪
    说明:  基于matlab的简易小波阈值去噪,小波变换基础上变换阈值实现对图像的去噪(Matlab based on the simple wavelet transform, simple image denoising)
    2020-05-06 16:56:07下载
    积分:1
  • HistogramEqualization
    直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况(Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equalization, and where to draw the image histogram dynamic histogram equalization with A dynamic histogram equalization for image contrast enhancement only take x = 0 Happening)
    2015-07-24 14:04:38下载
    积分:1
  • 2015.3.20
    基于FRFT的数字图像水印(lena示例)(FRFT based digital image watermark (lena example))
    2015-05-28 21:53:12下载
    积分:1
  • guiyihuachengxu
    说明:  实现对图像的归一化处理,为图像进行水印嵌入等操作打下基础(The realization of the normalized image processing, for image watermark embedding operation, such as laying a foundation)
    2008-12-03 18:49:28下载
    积分:1
  • detecting
    在复杂背景下的多目标检测算法的研究与源代码(In the complex context of multi-target detecting algorithm and source code )
    2012-03-30 10:43:55下载
    积分:1
  • Water-level-detection1111
    Water level detection1111 good
    2013-12-24 05:25:35下载
    积分:1
  • camshift_matlab_ilekoaiq
    cashift_matlab,我做的一些修改: 1.修改了之前网上的那种需要输入avi文件名再读取的方式,改成直接读取avi文件。 2.修改了另外建立avi文件的方式。 2.实时显示跟踪结果。 3.彩色图显示,用红色框圈出目标。 4.因为是基于颜色特征的,所以要选色颜色特征明显的。你可以自己拍摄目标颜色突出的avi视频来测试。 5.程序结束时有点小问题,按ctrl+c结束。(cashift_matlab, I made some changes: 1. Modify the kind of network before you need to enter the avi file name and then read the way to read avi file directly. 2. Modify the other way to create avi file. 2. Real-time display tracking results. 3. The color map shows the target with a red box. 4. Because it is based on the color characteristics, so to choose the color characteristics of the obvious. You can test your own avi video with a prominent target color. 5. A little problem at the end of the program, press ctrl + c to end.)
    2018-01-15 09:50:50下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • project5
    图像处理中的基本问题 做对比的试验(Image processing compared to the basic problems of the pilot)
    2008-12-12 11:17:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载