-
kalman_filter
describe kalman filter for tracking
- 2014-12-01 04:41:31下载
- 积分:1
-
fushi
不同结构元素的腐蚀效果。MATLAB环境代码,配有实验用图。《精通Matlab数字图像处理与识别》(Corrosive effects of different structural elements. MATLAB environment code with experimental Figure)
- 2014-02-06 12:02:40下载
- 积分:1
-
score
对获得的512维小波特征进行了PCA降维处理,将特征空间降至100维,并采用前面得出的最佳系数针对多项式核函数和高斯径向基核函数(On access to the 512-dimensional wavelet features to reduce the dimension of the PCA, will feature space to 100 dimensions, and using the best coefficients obtained for the previous polynomial kernel function and Gaussian radial basis function)
- 2011-04-30 11:32:18下载
- 积分:1
-
dfa
支持向量机的matlab代码,根据自己需要修改即可(Support vector machine matlab code can be modified according to their needs)
- 2010-07-04 10:42:25下载
- 积分:1
-
RST
POLYNOMIAL RST CONTROL OF DFIG
- 2014-11-22 06:55:02下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
nurbsR2006b
说明: 非均匀有理B样条的matlab程序,其中用到了C的混合编程。对于学习数据融合技术的人很有帮助!(Non-uniform rational B-spline matlab program, which uses a mixture of C programming. Data fusion technology for the study of people very helpful!)
- 2008-10-30 00:14:51下载
- 积分:1
-
LPFG_Wavelength_Find
通过配置参数来计算导入的LPFG(.xls格式data)的中心波长,适于计算中心波长漂移(Thougth setting/change the parameter to obtain the attenuation central wavelength of the LPFG.)
- 2009-05-21 20:08:36下载
- 积分:1
-
Matlab-DF-and-AF
说明: 该程序是使用Matlab仿真协同通信的DF(解码转发)基本性能,也可以作为学习Matlab 通信仿真的入门实例。
(This program is to simulate basic performance of collaborative communication DF (decoding forwarding)by using Matlab, also can be used as a learning Matlab communication simulation of introductory examples.)
- 2011-03-30 20:38:05下载
- 积分:1
-
Solving-Nonlinear-Equations-using-Newton-Raphson
Solving Nonlinear Equations using Newton-Raphson matlab code
- 2011-05-31 19:24:38下载
- 积分:1