登录
首页 » matlab » sumary

sumary

于 2020-11-22 发布 文件大小:684KB
0 267
下载积分: 1 下载次数: 123

代码说明:

  研究生写论文时,各类波束形成算法汇总,用于麦克风阵列定位。(when writing graduate papers, summary of various beam-forming algorithm for microphone array positioning.)

文件列表:

各类波束形成算法汇总
....................\1
....................\.\stbc.m,1793,2008-04-01
....................\.\test.m,198,2008-04-01
....................\.\untitled.fig,7024,2008-04-01
....................\2
....................\.\beam_weight.m,1517,2007-04-12
....................\3
....................\.\Untitled2.m,2331,2011-12-07
....................\4
....................\.\time_delay_beamforming.m,1659,2006-10-21
....................\5
....................\.\canshu.m,2259,2007-10-19
....................\6
....................\.\batch.m,1052,2005-07-08
....................\.\beamforming.m,557,2005-07-08
....................\.\lms.m,1149,2005-07-08
....................\.\make_rp.m,293,2005-07-04
....................\.\plot_mvdr.m,394,2005-07-08
....................\.\plot_polar_mvdr.m,361,2005-07-08
....................\.\run1.mat,9512,2005-07-09
....................\.\run2.mat,31272,2005-07-09
....................\.\run3.mat,58472,2005-07-09
....................\.\run4.mat,58472,2005-07-09
....................\.\run5.mat,58472,2005-07-09
....................\.\run6.mat,58472,2005-07-09
....................\.\run7.mat,58480,2005-07-09
....................\.\run8.mat,58472,2005-07-09
....................\.\run9.mat,58480,2005-07-09
....................\.\run_lms_mvdr.m,1201,2005-07-09
....................\.\程序运行说明.txt,138,2005-07-09
....................\7
....................\.\algrithem_database.m,35988,2006-05-15
....................\8
....................\.\batch.m,1052,2005-07-08
....................\.\beamforming.m,557,2005-07-08
....................\.\lms.m,1149,2005-07-08
....................\.\make_rp.m,293,2005-07-04
....................\.\plot_mvdr.m,394,2005-07-08
....................\.\plot_polar_mvdr.m,361,2005-07-08
....................\.\run1.mat,9512,2005-07-09
....................\.\run2.mat,31272,2005-07-09
....................\.\run3.mat,58472,2005-07-09
....................\.\run4.mat,58472,2005-07-09
....................\.\run5.mat,58472,2005-07-09
....................\.\run6.mat,58472,2005-07-09
....................\.\run7.mat,58480,2005-07-09
....................\.\run8.mat,58472,2005-07-09
....................\.\run9.mat,58480,2005-07-09
....................\.\run_lms_mvdr.m,1201,2005-07-09

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

发表评论

0 个回复

  • watermark
    置乱变换后图像的lsb嵌入,以及提取程序,另外还包含psnr程序,可以与本人上传的dct频域嵌入进行对比(Image scrambling transformation lsb embedding, as well as the extraction procedure, also includes psnr program, can I upload dct compare the frequency domain embedding)
    2009-11-21 11:20:46下载
    积分:1
  • rkf
    自适应步长的Runge-Kutta-Fehlberg法解初问题常微分刚性方程组(Adaptive step size Runge-Kutta-Fehlberg method for solving initial problem of ordinary differential equations)
    2016-06-05 21:09:48下载
    积分:1
  • matlabbiancheng
    说明:  matlab编程最好的入门教程,相当清晰,推荐学习!(The best entry-matlab programming tutorials, very clear recommendation to learn!)
    2010-04-20 10:39:02下载
    积分:1
  • GPS_Power
    GPS c/a码功率估计计算例程,相互学习一下(GPS c/a code power the estimated calculation routines, learn about each other)
    2012-12-18 22:26:46下载
    积分:1
  • bpelmanrbfgrnn
    预测股市的matlab程序,可以选择神经网络类型,更可以推广使用(Stock market prediction matlab program, you can choose the type of neural network, but also to promote the use of)
    2007-09-04 15:01:35下载
    积分:1
  • VB-Matlabs-imulink
    vb和matlab接口技术方法,用来实现两个软件的共同编程。(an method for vb and matlab)
    2012-04-12 22:04:11下载
    积分:1
  • OFDM-based-on-comb
    OFDM系统程序,实现简单的基带OFDM系统(ofdm system code,build a simple ofdm system)
    2012-05-04 19:56:36下载
    积分:1
  • CMATLABconnect
    VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。 C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等), 以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。 (VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed. C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ), Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency. )
    2009-12-21 10:03:58下载
    积分:1
  • ActivdeSet
    ActivedeSet(起作用集法),这个是在二次规划中应用的(ActivedeSet)
    2010-12-15 11:32:25下载
    积分:1
  • RS_main
    这是个RS的信道编码程序,提供给大家,希望给大家以帮助(it is a program of encode and decode of RS,wish it can help you)
    2010-05-26 18:26:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载