登录
首页 » matlab » different_music

different_music

于 2011-11-30 发布 文件大小:17KB
0 344
下载积分: 1 下载次数: 335

代码说明:

  这里面有很多的music算法仿真程序,一维经典music,ESPRIT 算法,Root算法,和二维面阵music算法,L型算法,空间平滑music,传播算法,以及现场测试程序。尤其是这个现场测试程序,理论与实践还是有一定的距离。这是一个居于现场实测实验的music算法,其与经典的music算法有一个很大的不同,是一个均匀四元阵两个信号的程序,对于一些在现场测试实验不能得到与经典算法理想的结果有很大的帮助。希望对实测实验的有帮助,自己摸索了很久。(music doa esprit L)

文件列表:

各种music算法和现场实验程序
...........................\1.MUSIC算法MATLAB程序
...........................\.....................\doa_music.m,1122,2010-10-25
...........................\2.ESPRIT 算法MATLAB程序
...........................\.......................\main.m,674,2010-10-25
...........................\.......................\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
...........................\..................................................\Unitary_esprit.m,1312,2010-10-25
...........................\5.空间平滑MUSIC算法的MATLAB程序
...........................\...............................\main.m,1373,2010-10-25
...........................\...............................\mssp.m,240,2010-10-25
...........................\...............................\ssp.m,174,2010-10-25
...........................\6.角度和时延联合估计(JADE)算法MATLAB程序
...........................\..........................................\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
...........................\7.传播算子DOA估计算法MATLAB程序
...........................\...............................\PM.m,1513,2010-10-25
...........................\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序
...........................\................................................\matrix_pencil_L.m,1477,2010-10-25
...........................\................................................\R_hankel.m,152,2010-10-25
...........................\9.现场实测music程序
...........................\...................\music1.m,6568,2011-11-29

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

发表评论

0 个回复

  • ARprediction
    对序列建立AR模型,并以概率形式给出预测数列表达。先进行平稳性检验后求取自相关函数,用Y-W法求取模型参数,并应用FPE准则确定阶数,进行预测后,给出概率表达。(AR model for the sequence established, and the probability forecast given in the form of a list. After a smooth first autocorrelation function test strike strike model parameters YW law and apply the criteria to determine the order of FPE, predict, given the probability of expression.)
    2014-10-23 19:25:58下载
    积分:1
  • qammod
    16QAM调制解调源码,包含FFT、IFFT、MER计算等(16-QAM modulation)
    2015-02-14 23:24:21下载
    积分:1
  • matla图形图像处理
    介绍了图像处理的一般知识以及如何应用MATLAB进行图像处理(of image processing and general knowledge of how to use MATLAB for image processing)
    2005-07-12 21:27:47下载
    积分:1
  • somtoolbox
    自组织特征映射神经网络是一类无导师学习的神经网络模型可用于聚类分析(Self-organizing neural network is a kind of unsupervised learning neural network model can be used for cluster analysis)
    2015-01-23 17:00:42下载
    积分:1
  • mxulie
    m序列的生成代码,使用程序在matlab上生成m序列,引用后实现其他功能(M sequence generation code, use the program in matlab generated on the m sequence, after the reference to implement other functions)
    2015-04-21 15:59:32下载
    积分:1
  • resonance-curve
    光子晶体中吸收介质,其等效介电函数的虚部与实部的共振曲线模拟。(Dielectric absorption in photonic crystals, the resonance curve of the imaginary part of the dielectric function and the real part of the simulation. )
    2015-04-29 17:07:10下载
    积分:1
  • USINGmatlabandsimulink
    SIMULATION OF ELECTRIC MACHINE AND DRIVE SYSTEMS USING matlab and simulink
    2007-09-26 09:42:28下载
    积分:1
  • background_substraction
    视频背景非参数估计论文及matlab实现.matlab代码只实现了灰度图的背景估计,论文利介绍的彩色视频处理方法可以自己看看怎么做。(Background and Foreground Modeling Using Nonparametric Kernel Density Estimation for Visual Surveillance AHMED ELGAMMAL, RAMANI DURAISWAMI, MEMBER, IEEE, DAVID HARWOOD, AND LARRY S. DAVIS, FELLOW, IEEE Invited Paper )
    2009-03-31 13:15:35下载
    积分:1
  • IVA
    独立向量分析(IVA)是对独立成分分析(ICA)算法的一种扩展,将ICA中的单变量成分扩展为多维变量成分,可有效避免卷积盲源分离过程中的排序模糊性问题。(Independent vector analysis (IVA), a multivariate extension of independent component analysis, tackles the convolutedly mixed blind source separation (BSS) problem in a way to avoid the permutation problem by employing a multivariate source prior of the short-time Fourier transform (STFT) components. )
    2020-12-05 09:29:26下载
    积分:1
  • output_of_DCT_in_image_fusion
    u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
    2011-01-09 23:26:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载