-
NPFmain
文件夹中NPFMain.m为滤波算法主运行程序,CRLBCompute.m为计算CRLB并且画出CRLB、NPF、EKF/IMM-EKF滤波误差(均值和均方差)曲线。(folder NPFMain.m filtering algorithm for the main operating procedures, CRLBCompute.m estimator to calculate and paint estimator, NPF, EKF/IMM- EKF filter error (mean and variance) curve.)
- 2020-06-26 21:00:01下载
- 积分:1
-
mode
非常齐全的数字通信调制源代码。对于初学数字通信仿真的人有很大帮助!(Very complete source code modulation digital communication. For the beginner digital communication simulation of great help to the people!)
- 2010-12-08 16:28:26下载
- 积分:1
-
matlabparticle
基于粒子滤波实现的目标被动跟踪,适合初学者学习。(Goal-based particle filter tracking, suitable for beginners to learn.)
- 2010-05-11 20:53:54下载
- 积分:1
-
Matlab7.0-Simulink6.0
Matlab7.0-Simulink6.0应用实例仿真与高效算法开发书中程序代码。我找了好久才找到。希望对搞控制的朋友有帮助。(Matlab7.0-Simulink6.0 application examples and efficient algorithm simulation code developed in the book. I am looking for a long time to find. I hope to help a friend out control.)
- 2013-12-23 23:13:13下载
- 积分:1
-
Hybrid-PSO-GSA-Code
Hybrid PSO and GA algorithm codes for Global optimization problems with a sample and cost function.
- 2015-06-06 01:42:45下载
- 积分:1
-
edge_detector_and_segmention
此代码主要是实现了图像的各种边缘检测与分割,是用matlab编写的,和大家一起分享(This code is mainly to achieve a variety of image edge detection and segmentation is prepared to use matlab, and the community together to share)
- 2007-12-17 19:58:04下载
- 积分:1
-
EMG
An EMG Onset and Amplitude Software
- 2013-07-25 15:48:23下载
- 积分:1
-
MATLAB_Wavelet_analysis
张德丰《MATLAB 小波分析》光盘源代码(Zhang Defeng " MATLAB wavelet analysis," the source code CD-ROM)
- 2010-07-08 22:43:24下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
DFTIDFT
“离散傅里叶变换的MATLAB实现”一节里介绍的方法,编写MATLAB函数分别用来计算有限序列的DFT和IDFT 掌握序列DFT的分析方法(" MATLAB implementation of Discrete Fourier Transform," a description of the method in the preparation of MATLAB functions were used to calculate a finite sequence of DFT and IDFT master sequence analysis of DFT methods)
- 2010-05-08 11:32:07下载
- 积分:1