-
nlms
关于NLMS编程的MATLAB例程,初学时,可以仔细看看,然后改改,是学习的好资料。。。(a program about nlms,and the program was realize in the matlab )
- 2010-05-10 19:48:49下载
- 积分:1
-
dts
该函数用来计算任意函数的一阶偏导数(数值方法),希望对大家能够有所帮助吧~~(This function is used to calculate any function of the first order partial derivative (numerical method), we want to help it ~ ~)
- 2011-05-07 15:13:05下载
- 积分:1
-
Extended_KF
这个zip文件中包含的原则和双方的扩展卡尔曼滤波(EKF)和全球定位系统(GPS)算法简要说明。它的主要目的是提供一个相对容易实现的扩展卡尔曼滤波,在我们使用的输入函数的形式,而不是禁止函数处理符号表达式。它也可作为一个简要介绍了卡尔曼滤波算法GPS和学习它的意思。在为EKF的例子,我们提供的原始资料,同时使用的定位扩展卡尔曼滤波和最小二乘法的任务和解决方案。
有四个M文件和两个数据文件。 Extended_KF.m包含EKF的函数体。另一些功能和GPS的示例数据文件。(This zip file contains a brief illustration of principles and algorithms of both the Extended Kalman Filtering (EKF) and the Global Position System (GPS). It is designed primarily to provide a relatively easy-to-implement EKF, in which we use symbol expressions as the form of input functions rather than the forbidding function handles. It also serves as a brief introduction to the Kalman Filtering algorithms for GPS and a mean of learning it. In the example for the EKF, we provide the raw data and solution for the positioning task using both EKF and the Least Square method.
There are four m files and two data files. Extended_KF.m contains the function body of the EKF. Others are functions and data files for the GPS example.)
- 2011-05-23 10:35:27下载
- 积分:1
-
Muson_Mega32_cv
player mega32 music play
- 2013-07-24 16:27:45下载
- 积分:1
-
fast_thining
matlab 实现快速细化算法以及对消除模板的改进(Matlab to realize the quick thinning algorithm and the improvements to eliminate the template)
- 2014-10-24 15:28:06下载
- 积分:1
-
PSO
In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population of candidate solutions, here dubbed particles, and moving these particles around in the search-space according to simple mathematical formulae over the particle s position and velocity. Each particle s movement is influenced by its local best known position but, is also guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions.
- 2014-12-14 21:26:33下载
- 积分:1
-
FLch3LSeg2
flch2bzsheg2.m白噪声产生程序(flch2bzsheg2.m white noise generation process)
- 2008-07-11 16:48:54下载
- 积分:1
-
Chared-ICA-Code
Imperialist Competitive Algorithm (ICA)
- 2013-02-12 23:43:37下载
- 积分:1
-
MT1D_FWD
此程序为一维层状各向同性介质正演程序,输入各层电阻率及厚度,结果得到视电阻率和相位(It is a MT forward procedure about layered isotropic medium, input the resistivity and thickness of each layer, you ll get the apparent resistivity and phase)
- 2013-12-23 10:03:45下载
- 积分:1
-
DSP_Chuguangshu
《数字信号处理——理论、算法与实现》胡广书 书配光盘程序
本光盘共包含三个子目录,分别是DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序,概括了书中所涉及到的绝大部分算法。程序分别由FORTRAN语言和C语言编写(MA模型、ARMA模型及最小方差谱估计三个算法只给出了用C语言编写的程序, 没有给出相应的FORTRAN子程序),并在PC机上调试通过。编译环境是FORTRAN77 V5. 10和TURBO C2. 0。DSP_MATLAB含有近100个用MATLAB编写的信号处理程序,它们是本书各个章节的大部分例题,使用的是MATLAB6.1。(" Digital Signal Processing- Theory, Algorithm and Implementation" Hu Guang book written with the CD-ROM CD-ROM program includes three subdirectories, namely DSP_FORTRAN, DSP_C and DSP_MATLAB. DSP_FORTRAN and DSP_C contains about 40 of the signal processing routine, the book summarizes most of the algorithms involved. Program language and C respectively written in FORTRAN (MA models, ARMA model and minimum variance spectrum estimation is given by the three algorithms only programs written in C language, did not give the corresponding FORTRAN subroutines), and in the PC, through debugging . Compilation environment is FORTRAN77 V5. 10 and TURBO C2. 0. DSP_MATLAB contains nearly 100 written using MATLAB signal processing procedures, which are most of the various chapters of the book examples, using MATLAB6.1.)
- 2010-10-01 14:13:57下载
- 积分:1