-
Matlab-Clusteranalysis-toolbox
数据聚类和模式识别MATLAB工具箱,完整的程序集(Data clustering and pattern recognition MATLAB toolbox, complete assembly)
- 2011-01-10 20:14:36下载
- 积分:1
-
ekfslam_v1.0
通过采用ekf算法来实现SLAM,对比了真实值与采用算法后计算结果,说明程序的可行性。(EKF-SLAM Simulator
------------------
This simulator demonstrates a simple implementation of
standard EKF-SLAM. It permits simple configuration via
configfile.m to perform SLAM with various control parameters,
noises, etc. Also various switches are available to choose
known data-association versus gating, etc.
The key file in this simulator is called ekfslam_sim.m . Type
help ekfslam_sim for more information of how to use it.
In addition to on-line animations, the simulator returns a
data-structure of the logged state information for off-line
processing. An example use of this data is shown in m-file
plot_feature_loci.m , which plots the trajectories of the
landmark estimates.
Tim Bailey and Juan Nieto
2004.
)
- 2012-05-21 12:08:59下载
- 积分:1
-
GpsIndicator
Gps Indicator extends Basic Indicator Source Code for Andriod.
- 2013-12-29 14:50:09下载
- 积分:1
-
biupiu
sar图像去噪的几种新的方法,加入重复控制,针对EMD方法的不足。( Several new methods sar image denoising, Join repetitive control, For lack of EMD.)
- 2016-09-28 15:18:32下载
- 积分:1
-
denoise_432343
Denoising technique using matlab
- 2012-04-09 15:00:19下载
- 积分:1
-
matlab
matlab的教程,PPT教程,共分为六节(matlab tutorial, PPT tutorial is divided into six)
- 2011-08-03 23:08:48下载
- 积分:1
-
Arma-Garch-Copula-master
说明: 用R语言写出的copula-GARCH函数(copula-GARCH function using R language)
- 2020-08-25 17:08:15下载
- 积分:1
-
fwhm
Finding FWHM. Full-Width at Half-Maximum (FWHM) of the waveform.
- 2007-11-02 14:30:10下载
- 积分: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
-
Digitalwatermarking
DIGITAL water marking
- 2009-05-24 03:22:43下载
- 积分:1