-
sensor-network
数据融合 ,航迹估计,单目标的航迹估计,自己做了,预测效果还不错(data fusion Track estimation)
- 2014-11-20 19:54:26下载
- 积分:1
-
matlabaanswer
薛定宇《高等应用数学问题MATLAB 求解》习题参考解答,一本学习matlab不错的书(Xue Dingyu " higher MATLAB to solve mathematical problems" exercises reference answers, a good book to learn matlab)
- 2013-10-09 15:53:57下载
- 积分:1
-
chap3_02_MIT_MRAC
基于梯度法(MIT-MRAC)的模型参考自适应控制的程序(Gradient-based method of model reference adaptive control procedures)
- 2009-10-30 15:00:35下载
- 积分:1
-
jppfm
相信做PWM的同学看见这个比较高兴,希望可以对您有帮助,谢谢支持。(PWM do believe that the students see the comparison that he hopes can be helpful to you, thank you support.)
- 2006-06-29 18:46:56下载
- 积分:1
-
qsyrkywu
重要参数的提取,是本科毕设的题目,可以实现模式识别领域的数据的分类及回归,进行逐步线性回归,构成不同频率的调制信号,正确率可以达到98%,在MATLAB中求图像纹理特征。( Extract important parameters, The title of the commercial is undergraduate course you You can achieve data classification and regression pattern recognition, Stepwise linear regression, Constituting the modulated signals of different frequencies, Accuracy can reach 98 , In the MATLAB image texture feature.)
- 2016-04-01 23:29:54下载
- 积分:1
-
dpcm
DPCM编码是预测编码的一种,这是一个用MATLAB实现DPCM编码的方法.(the development of dpcm with matlab,DPCM is a method of cmprises of the image.This is a program of dpcm with the matlab )
- 2009-04-26 17:01:05下载
- 积分:1
-
G729-decoder
说明: G。729算法MATLAB解码实现,用于对音频信号的仿真(G729decoder)
- 2009-08-20 16:44:12下载
- 积分:1
-
bARTMAPcode
This software is provided free of charge. As such, the authors assume no responsibility for the programs behavior. While they have been tested and used in-house for three years, no claim is made that biased ARTMAP implementations are correct or bug-free. They are used and provided solely for research and educational purposes. No liability, financial or otherwise, is assumed regarding any application of biased ARTMAP.
- 2010-05-14 21:21:05下载
- 积分:1
-
5
说明: 本程序实现多模态故障检测与故障诊断,用的方法是pca_GMM_FJ,对象为TE,GMM是用的FJ算法,效果很好(This procedure realize multimodal, fault detection and fault diagnosis method is pca_GMM_FJ, object for TE, GMM FJ algorithm is used, the effect is very good)
- 2013-08-31 16:01:15下载
- 积分:1
-
CurvatureEstimation
This function calculates the curvature of a 2D line.
Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc.
Image Vision Computing New Zealand, 108¨C112, 2003.
by Jianfei Pang
k = CurvatureEstimation(list,b,f)
inputs,
list : A M x 2 list of line points.
fn: The number of forward points that were chosen to calcute.
bn: The number of backward points that were chosen to calcute.
outputs,
Ei : M x 1 Curvature values
thetai:M x 1 angle values
Example
[Ei,ti]=CurvatureEstimation(test,4,4)
- 2013-04-25 05:58:51下载
- 积分:1