登录
首页 » matlab » Array-signal-function

Array-signal-function

于 2021-04-21 发布 文件大小:57KB
0 246
下载积分: 1 下载次数: 151

代码说明:

  张小飞版阵列信号处理的例程,很适合研究生和相关专业人员作为参考(Routine Xiaofei version array signal processing, it is suitable for graduate students and related professionals as a reference)

文件列表:

MATALB 程序
...........\1.MUSIC算法MATLAB程序
...........\.....................\doa_music.m,1317,2015-04-13
...........\10.L型阵下基于2D-MUSIC的二维DOA估计算法
...........\.......................................\main_2d_doa_music.m,1233,2012-12-02
...........\11.一阶前向预测的DOA估计算法MATLAB程序
...........\......................................\array_manifold.m,177,2012-12-02
...........\......................................\lp_doaestimation.m,1663,2012-12-02
...........\......................................\receive_signal.m,605,2012-12-02
...........\......................................\steering_vector.m,294,2012-12-02
...........\12. 宽带信号DOA估计的非相干信号子空间(ISM)MATLAB程序
...........\......................................................\ISM_code.m,2131,2012-12-02
...........\13.信源数估计MDL算法MATLAB程序
...........\..............................\mdl_sourcenumber.m,2138,2012-12-02
...........\14.均匀线阵DOA估计Unitary -ESPRIT算法MATLAB程序
...........\...............................................\test_unitary_esprit.m,959,2012-12-02
...........\...............................................\unitary_esprit.m,2649,2012-12-02
...........\15 四元数MUSIC的MATLAB程序
...........\..........................\AssignAgain.m,1673,2012-12-03
...........\..........................\ColToRow.m,546,2012-12-03
...........\..........................\ConjQVector.m,526,2012-12-03
...........\..........................\FVeToQVe.m,693,2012-12-03
...........\..........................\hpc.m,502,2012-12-03
...........\..........................\IsoMatrix.m,981,2012-12-03
...........\..........................\main.m,2978,2012-12-03
...........\..........................\PolarSource.m,525,2012-12-03
...........\..........................\QuatMuti.m,813,2012-12-03
...........\..........................\SteerVector.m,796,2012-12-03
...........\..........................\VectorMulti.m,822,2012-12-03
...........\16.LCMV波束形成算法MATLAB程序
...........\.............................\lcmv_beamform.m,1438,2012-12-10
...........\17.LMS自适应波束形成MATLAB程序
...........\..............................\Lms_beamform.m,2107,2015-04-04
...........\18.阵列信号处理中DOA估计演示平台MATLAB程序
...........\..........................................\doa_music.m,659,2012-06-19
...........\..........................................\frame.fig,2130,2012-10-14
...........\..........................................\frame.m,3501,2012-06-19
...........\..........................................\khatri_rao.m,97,2012-06-19
...........\..........................................\onedimensional.fig,4861,2012-10-14
...........\..........................................\onedimensional.m,17491,2012-06-19
...........\..........................................\qq.m,200,2012-06-19
...........\..........................................\tls_esprit.m,1584,2012-06-19
...........\..........................................\twodimensional.fig,6100,2012-10-14
...........\..........................................\twodimensional.m,10549,2012-06-19
...........\..........................................\说明.txt,24,2012-10-14
...........\2.ESPRIT 算法MATLAB程序
...........\.......................\main.m,675,2015-04-17
...........\.......................\tls_esprit.m,1584,2010-05-21
...........\3.root-MUSIC算法MATLAB程序
...........\..........................\root_music.m,908,2010-08-16
...........\4.面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序
...........\..................................................\qq.m,200,2010-07-07
...........\..................................................\Unitary_esprit.m,1312,2010-08-16
...........\5.空间平滑MUSIC算法的MATLAB程序
...........\...............................\main.m,1373,2010-08-16
...........\...............................\mssp.m,240,2009-06-16
...........\...............................\ssp.m,174,2009-06-16
...........\6.角度和时延联合估计(JADE)算法MATLAB程序
...........\..........................................\genspacetimechan.m,1627,2010-08-16
...........\..........................................\jade.m,4668,2010-08-16
...........\..........................................\main.m,1040,2010-08-16
...........\..........................................\qtrans.m,464,2010-08-16
...........\..........................................\raisedcos_filter.m,498,2010-08-16
...........\7.谱峰搜索传播算子DOA估计算法MATLAB程序
...........\.......................................\PM.m,1513,2010-08-16
...........\8.基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序
...........\................................................\matrix_pencil_L.m,1477,2010-08-16
...........\................................................\R_hankel.m,152,2010-08-16
...........\9.均匀圆阵下基于UCA-ESPRIT的二维DOA估计的MATLAB程序
...........\...................................................\main.m,1678,2012-10-15
...........\...................................................\VV.m,42,2012-10-15
...........\...................................................\WW.m,90,2012-10-15
...........\光盘说明.txt,1127,2012-12-10

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

发表评论

0 个回复

  • Matlab_Basic
    把一些Matlab基础教程进行打包,是PDF格式或PPT格式的,希望对初学者有用!(Some basic tutorials for Matlab packaged are the PDF format or PPT format, and I hope it is useful for beginners!)
    2009-07-10 09:31:27下载
    积分:1
  • kaerman
    说明:  实现卡尔曼滤波,可以看出,滤波过程是以不断地“预测—修正”的递推方式进行计算,先进行预测值计算,再根据观测值得到的新信息和kalman 增益(加权项),对预测值进行修正。由滤波值可以得到预测,又由预测可以得到滤波,其滤波和预测相互作用,并不要求存储任何观测数据,可以进行实时处理。(Kalman filtering, can be seen, the filtering process is constantly &quot forecast- Fixed&quot recursive manner calculated to predict the value of the first, and then according to the new information should be observed and the kalman gain (weighted items), on predictive value of the amendment. Value can be predicted by the filter, but also can be filtered by the forecast, and its interaction filtering and prediction, does not require the storage of any observational data, real-time processing.)
    2011-02-27 10:33:13下载
    积分:1
  • S-Function
    matlab的s函数的编写教程,十分详细(matlab s function to write the tutorial, very detailed)
    2012-05-21 15:10:55下载
    积分:1
  • CHNN
    连续hopfield神经网络的优化思想用于求简单函数极值(the use of hopfield nerural network to achieve the minimum of a function)
    2011-05-05 14:59:16下载
    积分:1
  • dnoising-matlab-code
    it is the project developed in matlab to remove noise
    2013-01-24 20:10:04下载
    积分:1
  • K-means
    K均值算法描述: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。(K-means algorithm described: a given number of classes K and N objects assigned to the K-th class, so that objects within the class of the similarity between the maximum, while the similarity between the minimum class.)
    2013-04-11 11:04:17下载
    积分:1
  • regu
    matlab code for regtools
    2015-02-05 13:40:29下载
    积分:1
  • yamlipfldaiodusimlple
    应用MATLAB的YAMLIP工具箱求解简单的机组组合问题(YAMLIP unit commitment problems)
    2013-12-25 10:48:53下载
    积分:1
  • Desktop
    在预警系统中的定位时,需要将干扰信号读取出来,此程序就是对得到的二进制干扰信号进行读取并查看其图形。(Read binary interference signals.)
    2012-03-30 19:09:21下载
    积分:1
  • blast_detection
    blast系统的检测方案仿真程序,在窄带Rayleigh快衰落信道下几种检测方法的误码率性能比较(blast system simulation program testing program, in the narrow-band Rayleigh fading fast detection method of several BER performance comparison)
    2011-05-22 14:52:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载